/* CSS Document */

body {
	background-color: #A0C09F;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
	line-height: 17px;
}

td {
	background-color: #A0C09F;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
}

A:link { 
	font-family: Arial, Verdana, Helvetica, sans-seriff;
	font-size: 12px; 
	color: #000000; 
	font-weight: bold;
	text-decoration: underline;
}

A:visited { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000; 
	font-weight: bold;
	text-decoration: underline;
}

A:hover { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000; 
	font-weight: bold;
	text-decoration: underline;
}
/********************************************************
NAVIGATIONS ON THE RIGHT HAND SIDE 
*********************************************************/
#navmenuv{
	border: 1px solid black;
	border-bottom-width: 0;

}

#navmenuv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: 8pt bold Verdana, Arial, Helvetica, sans-serif;
}
#navmenuv li#menuli a{
	display: block;
	padding: 3px 0;
	padding-left: 9px;
	
	text-decoration: none;
	color: white;
	background-color: #158AFF;
	border-bottom: 1px solid #59ACFF;
	border-left: 7px solid #59ACFF;
	border-right: 7px solid #59ACFF;
}
#navmenuv li a{
	display: block;
	padding: 3px 0;
	padding-left: 9px;
	
	text-decoration: none;
	color: white;
	background-color: #2175bc;
	border-bottom: 1px solid #90bade;
	border-left: 7px solid #1958b7;
	border-right: 7px solid #1958b7;
}
div#navmenuv ul li a.highlightnav{
	display: block;
	padding: 3px 0;
	padding-left: 9px;
	
	text-decoration: none;
	color: white;
	background-color: #88C5F7;
	border-bottom: 1px solid #90bade;
	border-left: 7px solid #1958b7;
	border-right: 7px solid #1958b7;
}
* html #navmenuv li a{ 
width: 100%; 
}

#navmenuv li a:hover {
	background-color: #2586d7;
	border-left-color: #1c64d1;
	border-right-color: #1c64d1;
}

#navmenuv div.menutitle{
	color: white;
	border-bottom: 1px solid black;
	padding: 1px 0;
	padding-left: 5px;
	background-color: black;
	font: bold 90% Verdana, Arial, Helvetica, sans-serif ;
}
.sdmenu {
    width: 100%;
    font-family: Sans-Serif;
    font-size: 12px;
    padding-bottom: 10px;
    background: #eee url("../../images/bottom.gif") no-repeat  right bottom;
    color: #FFF;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 0px 0;
    font-weight: bold;
	line-height:20px;
    color: white;
    background: #FFF url("../../images/title.gif") repeat-x;
}

.sdmenu .title {
    border-bottom: 1px solid #DDD;
}

.sdmenu .arrow {
		margin-left: 10px;
    margin-right: 7px;
}

.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu #top {
    background: url("../../images/title.gif") repeat-x;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 5px 0;
    text-indent: 10px;
    background: #FFFFFF;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #066;
    text-decoration: none;
	line-height:11px;
}

.sdmenu .submenu a:hover {
    background : #066 url("../../images/linkarrow.gif") no-repeat right center;
    color: #FFF;
}

div.sub {

	font-size: 10pt;
	line-height: 150%;
	font-weight: bold;
	text-align: left;
}
div.notice {
					
	border: gray solid 1px;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	color:#FFFFFF;
	background: #0099CC;
	font:9pt Arial, Helvetica, sans-serif ;
}
div.notice a{
	font:9pt Arial, Helvetica, sans-serif ;
	color: #FF99CC;
}
div.super {

	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}
div.super em {

	font-style: normal;
}

div.sub em {

	font-style: normal;
	color: #C5472B;
}

