@charset "utf-8";
/* CSS Document */
body {
	background-color: #101F30;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #101F30;
	font-weight: bold;
}
a:visited {
	color: #101F30;
	font-weight: bold;
}
a:hover {
	color: #904D32;
	font-weight: bold;
}
a:active {
	color: #101F30;
	font-weight: bold;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	padding-left: 8px;
	padding-right: 25px;
	padding-top: 8px;
	padding-bottom: 20px;
}
.links {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #101F30;
	text-decoration: underline;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}
table {
	text-align: left;
}
a.links:hover {
	color: #904D32;
}
a.links:visited {
	color: #101F30;
}
a.links:active {
	color: #101F30;
}
.searchbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #101F30;
	padding: 1px;
	background-color: #CBCBCB;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #101F30;
	border-right-color: #101F30;
	border-bottom-color: #101F30;
	border-left-color: #101F30;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #904D32;
	padding-top: 10px;
	padding-bottom: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.topbar{
	color:white;
	font-family:Trajan Pro;
	font-size: 13pt;
	font-weight:bold;
	vertical-align:top;
	}
.subheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #904D32;
}
.tabletext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	text-transform: uppercase;
}