/* CSS Document */
body,td,th {
	font-size: small;
	color: #000099;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body {
	background-color: #000099;
	margin-top: 10px;
	margin-bottom: 10px;
}
a {
	font-size: small;
	color: #990000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #CC9933;
}
a:visited {
	text-decoration: none;
	color: #CC9933;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: medium;
	color: #000099;
}
h2 {
	font-size: small;
	color: #990000;
}
.outsidetable {
	border: thick solid #FFFFFF;
}
.maintable {
	background-color: #FFFFFF;
	border: thick solid #990000;
}
.footer {
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
}
a.footer:link {
	color: #FFFFFF;
	
	text-decoration: none;
	font-weight:bold;
}
a.footer:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size:x-small;
	font-weight:bold;
}
a.footer:hover {
	text-decoration: underline;
	font-size:x-small;
	color: #FFFFFF;
	font-weight:bold;
}
a.footer:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size:x-small;
	font-weight:bold;
}
.maintext {
	line-height: 130%;
	text-align: justify;
	padding: 10px 20px;
}
.imageframe {
	padding-right: 10px;
	padding-top: 7px;
}
.navbar {
	border-top: medium none #CCCCFF;
	border-right: medium none #CCCCFF;
	border-bottom: medium solid #CCCCFF;
	border-left: medium none #CCCCFF;
}
.contactinfo {
	line-height: 130%;
	text-align: justify;
	padding: 10px 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
