/* Body Controls */

body {
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image: url(../images/bb_bg.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	}


/* Text Controls */
	
p {
	font: 11px/19px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	text-align: justify;
	color: #666666;
	}

.subnav {
	font: 10px/12px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	text-align: left;
	color: #666666;
	}	
	
.small {
	font: 10px/17px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	text-align: justify;
	color: #666666;
	}	
	
.bold {
	font-weight: bold;
	} 

.red {
	font-weight: bold;
	color: #800202;
	} 


	
/* Link Styles */	

a:link 	{ text-decoration: none; color: #26749B; }
a:active	{ text-decoration: none; color: #26749B; }
a:visited	{ text-decoration: none; color: #26749B; }
a:hover	{ text-decoration: underline; color: #800202; }
