* { 
	margin: 0px;
	padding: 0px;	
}
body
{
	height: 100%;
	font-family:"Trebuchet MS";
	font-size:14px; 	
	color:#001D40;	
	background-color: #ABBFE0;
}

a:link, a:visited {  
color:#001D40;
font-weight:bold;
text-decoration:underline;
}

a:hover {
color:#FFFFFF;
font-weight:bold;
text-decoration:underline;
}
A:link.UstMenuItem        {color:#001D40; font-weight:bold; font-size:10px;  text-decoration:underline;}
A:active.UstMenuItem      {color:#001D40; font-weight:bold; font-size:10px;  text-decoration:underline;}
A:visited.UstMenuItem     {color:#001D40; font-weight:bold; font-size:10px;  text-decoration:underline;}
A:hover.UstMenuItem        {color:#FFFFFF; font-weight:bold; font-size:10px;  text-decoration:underline;}
