body {	
	margin: 0;
	padding: 0;
	background-color: #000;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}
	
body, h1, h2, h3, h4, h5, h6, ol, ul, li, p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#58687C;
}

p, ul, ol, li {
	line-height: 100%;
	}

big { 
	font-size: 110%; 
	 }	
	 
strong, b { font-weight: bold; }

/* sample header sizes, customize for each project */	  
h1 { 
	font-size: 125%;
}

h2 { 
	font-size: 120%;
}

h3 {
	font-size: 115%;
}

h4 {
	font-size: 105%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 97%;
}

a { color : #369; }	
a:visited {	color : #666; } /* visited must be before hover */
a:hover { color : #000; }
a:hover[name] { color : #369; } /* don't allow mouseovers in gecko browsers to change color on named anchors */
a:focus { color : #000; }
a:active { color : #036; }	

.devNote {
	color: #00FF00;
	background-color: #FF0033;	
	}
	
 .recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#d8d8cf !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border-color: #FFFFFF !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #FFFFFF !important; //Text input field border color
   background-color:#FFFFFF !important; //Text input field background color
 }


