/* Body Controls */

body {
	background-image: url(../images/bpp_bg.gif);
	background-repeat: repeat;
	margin: 0px 0px 0px 0px;
	background-color: #94856E;
	}


/* Text Controls */

.home {
	font: 11px/15px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	text-align: justify;
	color: #666666;
	margin: 0px 0px 0px 0px;
	}	

.text {
	font: 11px/20px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	text-align: justify;
	color: #666666;
	}		
	
.bold {
	font-weight: bold;
	} 

	
	
/* Form Controls */

input, textarea, select	{
	background-color: #DDEFCA;
	border: #7BB53F 1px solid; 
	font: 11px/11px Trebuchet, Trebuchet MS, Verdana, sans-serif; 
	color: #006093;
	}



	
/* Link Styles */	

a:link 	{ text-decoration: none; color: #D87900; }
a:active	{ text-decoration: none; color: #D87900; }
a:visited	{ text-decoration: none; color: #D87900; }
a:hover	{ text-decoration: underline; color: #8AC151; }
