/* Body Controls */

body {
	margin: 0px 0px 0px 0px;
	background-color: #923405;
	}

datacontainer {
	background-color: #923405;
	}


/* Text Controls */
	
.text {
	font: 11px/15px Verdana, Trebuchet, Trebuchet MS, sans-serif;
	text-align: justify;
	color: #FFFFFF;
	}

.bold {
	font-weight: bold;
	} 




/* Link Styles */	
	
a:link 	{ text-decoration: underline; color: #FFD6A2; }
a:active	{ text-decoration: underline; color: #FFD6A2; }
a:visited	{ text-decoration: underline; color: #FFD6A2; }
a:hover	{ text-decoration: none; background-color: #4E0B12; color: FFD6A2; }
