.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1979A7;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D3E55;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1979A7;
}
.alert {
font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.alert2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000066;
}

a, a:LINK, a:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1979a7;
	text-decoration: none;
}
a:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1979a7;
	text-decoration: underline;
}
.menuitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#dropmenudiv{
	position: absolute;
	border: 1px solid black;
	border-bottom-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #003d71;
	background-color: #2aa5c7;
	line-height: 18px;
	z-index: 100;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 5px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#dropmenudiv a:hover{ /*hover background color*/
	background-color: #FFFFFF;
}
UL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D3E55;
}
OL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D3E55;
}
body {
	background-color: #AAE7F1;
}
