INPUT, SELECT, TEXTAREA
{
	font-family: Verdana;
	font-size: 11px;
}
INPUT.required, SELECT.required, TEXTAREA.required
{
	font-family: Verdana;
	font-size: 11px;
	background: yellow;
	border: 1px solid;
}
.topNav
{
	color: FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	width: 100%;
	text-decoration:none;
	text-align: center;
	padding: 5px 6px 6px 6px;
	
}
.copyright
{
	font-family: Verdana;
	font-size: 9px;
	color:white;
}
.header
{
	font-family: Arial;
	font-size: 40px;
	color: navy;
	padding-left:1em;
}
.subheader
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: navy;
	font-style: italic;
}
.topNavSelected
{
	color: #FFFFFF;
	font-family: Arial,Verdana;
	font-weight: bold;
	font-size: 11px;
	padding-left: 1.5em;
	padding-right: 1.5em;
	border-left: 1px solid #FFFFFF;
	background: #006600;
	
}

.leftNav
{
	border-bottom: 1px dotted navy;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
.leftNavB
{
	background: green;
}
.body
{
	font-family: Verdana;
	font-size: 11px;	
}
.header3
{
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.dl_menubar
{
	background: transparent;
	width: 761px;
	color: white;
	font-family: Verdana;
	font-size: 11px;
}
.dl_menubar:hover
{
	background: #000000;
	color: white;
}
.dl_menu
{
	background: #336699;
	border: 1px thin #FFFFFF;
}
.dl_menuitem
{
	color: white;
	font-family: Verdana;
	font-size: 10px;		
	text-decoration: none;
	width: 100px;
	display: block;
	
}
.dl_menuitem:hover
{
	background: #000000;
	color: white;
	width: 100px;	
}
a.bodylink, a.bodylink:visited
{
	color: blue;
}
a.bodylink:hover
{
	color: #000000;
}
.msgSuccess
{
	font-family: Verdana;
	font-size: 11;
	color: green;
	font-weight: bold;
}
.msgError
{
	font-family: Verdana;
	font-size: 11;
	color: red;
}