body {
	font: 11px Tahoma, Arial, sans-serif;
	line-height: 130%;
	color: #000000;
	background-color: #8F0000;
	text-align: center;
	margin: 0px;
	top: 20px;
}

.footer_text{
	color: #FFFFFF;
	text-align:center;
	}

.navigation {
	position: relative;
	top: 150px;
}

.backgroundframe{
background-color: #c4df9b;
} 

td,th {
	font: 11px Tahoma, Arial, sans-serif;
	line-height: 130%;
	color: #000000;
	text-align: left;
}
form { margin: 0px; } 
input, select { margin: 3px 0px 3px 0px; font: 12px "Courier New", Courier, mono; }
ul li {padding: 3px 0px 3px 0px; }
h1 { font: 50px Georgia, serif; color: #FFFFFF; }
h2, h3 { font: 30px Georgia, serif; color: #AA0000; margin: 0px; padding: 0px; }
.h2, .h3 { font: 20px Georgia, serif; color: #333333; margin: 0px; padding: 0px; }
h4, h5 { font: 14px Georgia, serif; color: #333333; margin: 0px; padding: 0px; }
.h4 { font: 14px Georgia, serif; color: #333333; margin: 0px; padding: 0px; }
h6 { font: 10px Georgia, serif; color: #333333; margin: 0px; padding: 0px; }
.h7 { font: 18px Georgia, serif; color: #AA0000; margin: 0px; padding: 0px;}
.h8 { font: 18px Georgia, serif; color: #666666; margin: 0px; padding: 0px;}

#titletext { font-size: 18px; font-weight: bold; color:#D5CDBF; }


/*{------------------- LINK formats ---------------}*/
a, a:visited { color: #AA0000; font: 11px Tahoma, sans-serif; line-height: 130%; text-decoration: underline; text-align: left;}
a:hover, a:active { color: #3D71BD; }

a.boldGreyNounderline, a.boldGreyNounderline:visited { color: #666666; font: 11px Tahoma, sans-serif; line-height: 130%; text-decoration: none; text-align: left; font-weight: bold;}
a.boldGreyNounderline:hover, a.boldGreyNounderline:active { color: #AA0000; }

a.bold, a.bold:visited { color: #AA0000; font: 11px Tahoma, sans-serif; line-height: 130%; text-decoration: underline; text-align: left; font-weight: bold;}
a.bold:hover, a.bold:active { color: #3D71BD; }


/* hack to make scrollbar always appear and keep short pages from appearing to "jump" to the right: */
#scroll { position:absolute; top:0; bottom:-0.1px; width:1em; z-index:-1; } 