/* Body Controls */

body {
	margin: 0px 0px 0px 0px;
	background-color: #B5E5EE;
	}

datacontainer {
	background-color: #B5E5EE;
	}


/* Text Controls */
	
.text, p {
	font: 13px/17px Arial, Trebuchet, Trebuchet MS, Verdana, sans-serif;
	text-align: justify;
	color: #000000;
	}

.news {
	font: 13px/15px Arial, Trebuchet, Trebuchet MS, Verdana, sans-serif;
	text-align: left;
	color: #000000;
	}	

.copyright {
	font: 10px/15px Arial, Trebuchet, Trebuchet MS, Verdana, sans-serif;
	text-align: left;
	color: #FFFFFF;
	}	
	
.bold {
	font: 14px/17px Arial, Trebuchet, Trebuchet MS, Verdana, sans-serif;
	font-weight: bold;
	} 


	
/* Link Styles */	

a:link 	{ text-decoration: underline; color: #0069B8; }
a:active	{ text-decoration: underline; color: #0069B8; }
a:visited	{ text-decoration: underline; color: #0069B8; }
a:hover	{ text-decoration: underline; color: #4AAC5D; }
