body, ul, ol, li, td {
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
}
p.disclaimer {
	font-size: 9px;
	line-height: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	font-color: #26446a;
}
p.home {
	font-size: 12px;
	line-height: 16px;
	padding-left: 40px;
	padding-right: 20px;
}
p.links {
	font-family: serif;
	font-size: 12px;
	line-height: 28px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-color: #26446a;
}
a:link {
color: #26446a;
text-decoration: underline;
	}
a:visited {
color: #26446a;
text-decoration: underline;
	}
a:hover {
color: #838584;
text-decoration: underline;
	}
a:active {
color: #838584;
text-decoration: underline;
	}
#dropmenudiv{
position:absolute;
border:1px solid #00426b;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #00426b;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:link{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #00426b;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: #00426b;
}

#dropmenudiv a:visited{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #00426b;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: #00426b;
}

#dropmenudiv a:active{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #00426b;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: #00426b;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #00426b;
color: #e5e4df;
}

