@charset "utf-8";
/* CSS Document */
/*basic formating*/
body {
	background-color: #999999;
}
body,td,th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #9DB5CD;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #0099CC;
}
a:active {
	color: #CCCCCC;
}
/*Advanced Formating*/
.leftfloat {
		float: left; /*will float to the right of where the image tag is. the image tag matters*/
		margin-left: 0px; /*text will wrap so this margin will space it a bit*/
		margin-right: 2px; /*text will wrap so this margin will space it a bit*/;
		}
.footertxt {
	font-size: x-small;
	font-weight: bold;
}
.topheaderlefttxt {
	color:#FFFFFF;
	font-weight: bold;
	font-size: x-small;
}
.topheaderlefttxt a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.topheaderlefttxt a:visited {
	color: #FFFFFF;
	text-decoration:none;	
}
.topheaderlefttxt a:hover {
	color: #0099CC;
	text-decoration:none;
}
.topheaderlefttxt a:active {
	color:#FFFFFF
	text-decoration:none;
}
.sidebartxt {
	font-size: small;
	color: #FFFFFF;
	font-style: oblique;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.headersidebar {
	font-size: medium;
	font-weight: bold;
	font-style: normal;
}
.bodytxt {
	font-size: small;
}
.bodyitalic {
	font-size: small;
	font-style: italic;
}
.bodybold {
	font-size: small;
	font-weight: bold;
}
.smalltxt {
	font-size: x-small;
	font-style: italic;
}
	
.headertxt {
	font-size: large;
	font-weight: bold;
}
.subheadertxt {
	font-size: medium;
	font-weight: bold;
}
