body {
	background-color: #000033;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.dropmenudiv{
	position:absolute;
	line-height:16px;
	z-index:100;
	visibility: hidden;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	border-top: 0px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 1px solid #000000;
	width: 110px;
	overflow: visible;
}

.dropmenudiv a{
	display: block;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	color: #000000;
	padding: 3px;
	background-color: #818097;
}

.dropmenudiv a:hover{ 
	background-color: #CAC29B;
	color: #691C15;
}
h1 {
	font-size: 36px;
	font-weight: bolder;
	color: #424166;
	padding: 0px;
	margin: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
}

p {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 10px;
	line-height: 18px;
	text-align: left;
}

a:link {
	color: #003399;
	text-decoration: none;
}
.captions {
	font-size: 11px;
	font-style: italic;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
