body {
	margin-left: 0px;
	margin-top: 0px;
}
body,td, th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: black;
  font-size: 12px;
  background-color: white;  
}
input, option, textarea, select, checkbox {
  font-family: Verdana, Tahoma, Arial, Sans-Serif;
  font-size: 8pt;
  color: black;
  font-weight: none;
  border: 1px solid lightgray;
  background-color: white;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:link,a:visited {
  color: #CCCCCC;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #CCCCCC;
}
a:active {
  text-decoration: none;
  color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
  color: darkblue;
}
#navcont {
	clear:both;
	float:left;
	width:95%;
}

#navlist
{
margin-left: 0;
padding-left: 0;
list-style:none;
}

#navlist li 
{
padding: 10px 15px 10px 15px;
border-bottom:dotted 1px #CCDADB;
width:88%;
float:right;
}
#navlist li a
{
color:#3E7A97;
}