.body
{
	color: #000000;
	font-size: 8.5pt;
	font-family: verdana,arial;
}
a.navlink:link
{
	color:#003399;
        font-size: 10.5pt;
        font-weight: bold;
        text-decoration:none;
}
a.navlink:visited
{
	color:#003399;
	font-size: 10.5pt;
	font-weight: bold;
	text-decoration:none;
}
a.navlink:hover
{
	color:#006600;
	font-size: 10.5pt;
	font-weight: bold;
	text-decoration:none;
}
.error {
   display: none;
   font-family: Arial;
   font-size: 10px;
   color: Red;
}
.warn {
   display: none;
   font-family: Arial;
   font-size: 10px;
   color: Orange;
}