/* Body Controls */

body {
	background-image: url(../images/tc_contbg.gif);
	background-attachment: scroll;
	background-repeat: repeat;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	scrollbar-face-color: #BDBC9A;
	scrollbar-arrow-color: #7D7C5E;
	scrollbar-track-color: #DBD8BA;
	scrollbar-shadow-color: #7D7C5E;
	scrollbar-highlight-color: #DBD8BA;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #504F35;
	}


/* Text Controls */
	
.text {
	font: 11px/19px Verdana, Trebuchet, Trebuchet MS, sans-serif;
	text-align: justify;
	color: #36512B;
	}

.copyright {
	font: 9px/14px Verdana, Trebuchet, Trebuchet MS, sans-serif;
	text-align: right;
	color: #979172;
	}	
	
.right {
	font: 11px/19px Verdana, Trebuchet, Trebuchet MS, sans-serif;
	text-align: right;
	color: #625929;
	}	
	
.bold {
	font-weight: bold;
	} 



/* Link Styles */	
	
a:link 	{ text-decoration: underline; color: #225A82; }
a:active	{ text-decoration: underline; color: #225A82; }
a:visited	{ text-decoration: underline; color: #225A82; }
a:hover	{ text-decoration: none; background-color: #0F4739; color: #DBD8BA; }
