@charset "utf-8";


a:link {
	color: #A60000;
	text-decoration: none;
}
a:visited {
	color: #A90000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color:#01016b;
}

a:active {
	color: #A90000;
	text-decoration: none;
	font-size: 100%;
}


.header_text {
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: right;
	text-align: right;
	}


.body_heading {
	font-size: 1.24em;
	font-weight: bolder;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ad0000;
	text-transform: uppercase;
	border: 1px solid #000000;
	color: #ffffff;
	letter-spacing: 0.15em;
	text-indent: 6px;
	}


.body_subheading {
	font-size: 1.1em;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ad0000;
	text-transform: uppercase;
	border: 1px solid #000000;
	color: #ffffff;
	letter-spacing: 0.13em;
	text-indent: 5px;
	}
		
.bodytext {
	font-size: 83%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align:justify;
	color: #000000;
	}

.tableborder {
	border-bottom-color:#000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}

.footer_text {
	font-size: .7em; 
	font-weight: bold; 
	color: #ffffff; 
	}

.menu_sidebar {
	font-size: .85em;
	font-weight: bolder;
	color: #cc0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
	
	
.indextext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}


sub {font-size: 90%;}

sup {font-size: 75%; vertical-align:text-top}

div#YouAreHere a:link {color:#ffffff;}
div#YouAreHere a:visited {color:#ffffff;}
div#YouAreHere a:active {color:#ffffff;}
div#YouAreHere a:hover {color:#df0000;}

div#footer a:link {color:#ffffff;}
div#footer a:hover {color:#a60000;}

.formcaps {
	text-transform: uppercase;
}
