BODY
{		COLOR: black;
	FONT-FAMILY: "Arial";
	scrollbar-face-color:white;
	scrollbar-highlight-color:#A1A1A1;
	scrollbar-3dlight-color:#A1A1A1;
	scrollbar-darkshadow-color:#E2E4E3;
	scrollbar-shadow-color:#A1A1A1;
	scrollbar-arrow-color:#A1A1A1;
	scrollbar-track-color:#E2E4E3;
	background-color :white;
	font-size: 10px;

}

#link:link {
	color: #000066;
	font-family: "Arial";
	font-size: 11pt;
	text-decoration:underline;
	font-weight:bold;

	
}


#link:visited {
	color: #000066;
	font-family: "Arial";
	font-size: 11pt;
	text-decoration:underline;
		font-weight:bold;
}


#link:hover {
	color:#70C0F3;
	font-family: "Arial";
	font-size: 11pt;
	text-decoration:underline;
		font-weight:bold;
}





#linkb:link  {
	color: #000066;
	font-family: "Arial";
	font-size: 9pt;
	text-decoration:underline;
	font-weight:bold;
	
}



#linkb:visited {
	color: #000066;
	font-family: "Arial";
	font-size: 9pt;
	text-decoration:underline;
		font-weight:bold;
}


#linkb:hover {
	color:#70C0F3;
	font-family: "Arial";
	font-size: 9pt;
	text-decoration:underline;
		font-weight:bold;
}





#nav, #nav ul {
padding: 0px 0 0 0;
margin: 0,0,10,10;
list-style: none;


}

#nav li {
float: left;
width: 135px;

}

#nav ul {
position: absolute;
width: 225px;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
margin: 2px 2px 10px 10px;
text-decoration: none;
font-family: Arial;
font-size: 9pt;
}

ul a{
font-weight: none;
color: black;
cursor: pointer;

}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color: black;
cursor: pointer;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #003366;
cursor: pointer;

}

ul li{
background-color: none;
border-left: 0px solid #FFF;
}

ul ul li{
background-color: #B6B4B5;
border-top: 0px solid #FFF;
border-left: 0;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 0px solid #FFF;
}

* html ul ul li{
border-top: 0;
