/* Body Controls */

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


/* Text Controls */

.nav {
	font: 11px/20px Times New Roman, Georgia, serif;
	text-align: right;
	color: #666666;
	}	
	
.left {
	font: 11px/19px Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
	color: #666666;
	}	

p, li, ul {
	font: 11px/19px Arial, Helvetica, Verdana, sans-serif;
	text-align: justify;
	color: #666666;
	}	

.callout {
	font: 10px/13px Times New Roman, Georgia, serif;
	text-align: justify;
	color: #000000;
	}	

.callout2 {
	font: 10px/13px Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #6f732d;
	}	

.green {
	font-weight: bold;
	color: #6f732d;
	} 

.bold {
	font-weight: bold;
	} 

	
/* Form Controls */

input, textarea	{
	background-color: #E6E6E6;
	border: #999999 1px solid; 
	font: 11px/11px Trebuchet, Trebuchet MS, Verdana, sans-serif; 
	color: #666666;
	}



	
/* Link Styles */	

a:link 	{ text-decoration: none; color: #666666; }
a:active	{ text-decoration: none; color: #666666; }
a:visited	{ text-decoration: none; color: #666666; }
a:hover	{ text-decoration: underline; color: #9ea374; }
