/* Body Controls */

body {
	margin: 0px 0px 0px 0px;
	background-color: #333333;
	}


/* Text Controls */
	
.text {
	font: 11px/17px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	text-align: justify;
	color: #000000;
	}
	
.right {
	font: 11px/17px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	text-align: right;
	color: #000000;
	}

.third {
	font: 10px/14px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	text-align: left;
	color: #000000;
	}

.center {
	font: 11px/17px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	text-align: center;
	color: #000000;
	}	
	
.footer {
	font: 9px/9px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	text-align: left;
	color: #FFFFFF;
	}	

.home {
	font: 9px/9px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	text-align: right;
	color: #FFFFFF;
	}	
	
.bold {
	font-weight: bold;
	} 
	
.boldwhite {
	font-weight: bold;
	color: #FFFFFF;
	} 

	

/* Link Styles */	
	
a:link 	{ text-decoration: none; color: #005488; }
a:active	{ text-decoration: none; color: #005488; }
a:visited	{ text-decoration: none; color: #005488; }
a:hover	{ text-decoration: underline; color: #1B82C2; }

a.foot:link 	{ text-decoration: none; color: #FFFFFF; }
a.foot:active	{ text-decoration: none; color: #FFFFFF; }
a.foot:visited	{ text-decoration: none; color: #FFFFFF; }
a.foot:hover	{ text-decoration: underline; color: #FFFFFF; }
