body 
{
	font-family: Verdana, Tahoma, Arial;
	margin-top: 20px;
}

A:link
{
    color: #0000FF;
}

A:visited
{
    color: #0000C0;
}

A:active
{
    color: #0000C0;
}

A:hover
{
    color: #0000C0;
    background-color: #FFFFC0;
}

ol
{
	list-style-position: outside;
}

ul
{
	list-style-position: outside;
}

li
{
    text-index: -20px;
    margin-left: 40px;
    margin-bottom: 10px;
    margin-right: 15px;
    line-height: 160%;
    font-size: 10pt;
    text-align: justify;
}

p 
{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10pt;
}

h1
{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12pt;
	font-weight: bold;
}

h2
{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10.25pt;
	font-weight: bold;
}

.page_footer
{
	font-size: 9pt;
	margin-bottom: 0px;
}

.nav_menu 
{
	word-wrap: suppress;
	text-align: center;
	font-size: 10pt;
    font-family: Tahoma, Arial;
	position: relative;	
	left: 0px;
	top: -5px;
}

.nav_menu a
{
	color: black;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.nav_menu A:visited
{
	color: black;
}

.nav_menu A:active
{
	color: black;
}

.nav_menu a:hover
{
	background-image: url('nav_background_hover.gif');
	background-position: 0px 0px; 
	color: #FFFFFF;
	border-bottom: 5px solid #7B7A7A;
	background-color: #7B7A7A;
}

.page_separator td
{
	background-color: #E5E3E4;
}

.page_header td
{
	text-wrap: suppress;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.green_header td
{
	background-color: #496D49;
}

.sub_menu_header td
{
	background-color: #ECECEC;
	padding-top: 0px;
	padding-bottom: 0px;
}

.sub_menu
{		
	font-weight: normal;
	text-wrap: suppress;
	margin-top: 2px;
	background-color: #ECECEC;
	padding-bottom: 2px;
	text-align: center;
	font-size: 8pt;
}

.sub_menu a
{	
	background: #E3E3E3 url('sub_menu_bullet.gif') no-repeat 4px center;
	border-left:1px solid #ECECEC; 
	border-top:1px solid #ECECEC; 
	color: black;
	text-decoration: none;
	padding-left: 14px;
	padding-right: 7px;
	border-bottom:1px solid #C0C0C0; border-right:1px solid #C0C0C0; 
}

.sub_menu a:hover
{
	background: url('nav_background_hover.gif') repeat;
	background-position: 0px 0px; 
	color: #FFFFFF;
	background-color: #7B7A7A;
	border: 1px solid #7B7A7A;
}

.side_menu
{
	float: left;
	position: relative; 
	left: -26px; 
	top: 4px; 
	margin-bottom: 10px;
	padding-right: 0px;
	margin-right: -15px;
}

.menu td
{
	text-wrap: suppres;
	font-weight: normal;
    font-family: Tahoma, Arial;   
	font-size: 8pt;
}

.menu a
{
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #EFEFEF;
	margin-bottom: 1px;
	text-decoration: none;
	color: #606060;
	width: 100%;
}

.menu a:link
{
	color: #606060;
}

.menu a:visited
{
	color: #606060;
}

.menu a:active
{
	color: #606060;
}

.menu a:hover
{
	color: #FFFFFF;
	background: url('nav_background_hover.gif') repeat;
	background-color: #7B7A7A;
}

.inpage_popup
{
	border: 2px solid #505050;
	background-color: white;
	font-family: Tahoma;
	font-size: 10pt;
	width: 75%;
	left: 40px;
}

.inpage_popup P
{
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
}

.inpage_popup_header
{
	background-color: #303030;
	color: white;
	font-weight: bold;
	font-size: 11pt;
	padding: 0px 4px 0px 4px;
	border-bottom: 2px solid #505050;
}

.drop_down_menu
{
    border: 1px solid #000000;
    background-color: #FFFFFF;
    display: none;
    position: absolute;
    z-index: 100;
}

.drop_down_menu td
{
    cursor: pointer;
}
