@charset "UTF-8";
body {
	background-color: #999999;
	background-image: url();
	color: #999999;
}
.bodytext {
	color: #070707;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.sidebanner {
	background-image: url(../Images/sidebanner.png);
	background-repeat: no-repeat;
}
.whitetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
	a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
	a:hoverbody {color: #666666;}
	a:activebody {color:#000000;}
	a:visitedbody {color: #000000;}
}
.style1 {font-style: italic}
.disclaimertext {
	font-size: 9px;
	font-style: italic;
}
.buttonlink {
	display: block;
	margin: 2px;
	padding: 5px;
	background-color: #000026;
	width: 220px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}
.largetext {
	font-size: 24px;
	color: #000000;
}
