/* general site-wide styles */	

body {
	margin: 0px; 
	color: #666666; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	}
	
p, span, div, td {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px;
	}	
	


a:link {
	color: #339933;
	text-decoration: none;}
a:active {
	color: #ff0000;}		
	
a:vlink {
	color: #336633;
	text-decoration: none;}
	
a:hover {
	text-decoration: underline;}	
	
	
	
/* these are form elements */		
	
.inputStyle {	
	background-color: #d7ebff;
	color: #000000;
	font-size: 11px;
	width: 140px;
	margin: 1px;}	
	
	
			
p.textCellFormat {
	line-height: 14pt;
	text-align: justify;
	padding-left: 1em;
	padding-right: 1em;
	margin-top: 0em;}
	
p.textCellFormat2 {
	line-height: 14pt;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
	margin-top: 0em;}
	
p.textCellFormat3 {
	line-height: 14pt;
	text-align: justify;
	padding-left: 8em;
	padding-right: 8em;
	margin-top: 0em;}
	
p.textCellFormat4 {
	line-height: 14pt;
	text-align: left;
	padding-left: 4em;
	padding-right: 4em;
	margin-top: 0em;}
	
	
	
	
	
a.bodyLink	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #336633;
	font-weight: 900;
	text-decoration: none;}
	
a.bodyLink:Hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;}	
	text-decoration: hoover;}
	
a.boldLink	{
	font-family: helvetica; 
	font-size: 13px;
	color: #336633;
	font-weight: 900;
	text-decoration: none;}
	
a.boldLink:Hover	{
	font-family: helvetica;
	font-size: 13px;
	color: #000066;}		

	
/* navigation styles */	
	
	
a.topLink	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000000;
	font-weight: 900;
	text-decoration: none;}
	
a.topLink:Hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc9900;}
	
	
	
/* text block formatting styles */	

h3 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px;
	font-weight: 900;
	margin-top: 10px;}	
h4 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: 900;}		


	
/*  table color styles */		

.whiteCell {
	background-color: #ffffff;}		
.tanCell {
	background-color: #cccc99;}			
.yellowCell {
	background-color: #cccc66;}
.blueCell {
	background-color: #99B2CC;}	
.darkGrayCell {
	background-color: #666666;}
.mediumGrayCell {
	background-color: #999999;}
.easyGrayCell {
	background-color: #cccccc;}	
.lightGrayCell {
	background-color: #eeeeee;}
.lightGreenCell {
	background-color: #99cc66;}	
	
	
	
	
/*error class */
.error {
	font-weight : bold;
	color : Red;
}		
