/** START IDS **/

BODY
{
    margin-top:         	0px;
    margin-bottom:      	0px;
    margin-left:        	0px;
    margin-right:       	0px;
	font-family: 			arial,helvetica,sans-serif; 
	background-color: 		#99cc33;
}

/** TEXT STYLES **/

a {color: #006600; text-decoration: underline;;}
a:hover {color: #006600; text-decoration: none;}



.main_text, p, ul, ol
{
	font-size:				12;
	font-family: 			arial, helvetica,sans-serif; 
	color: 					#006600; 
	border:					0;	
}

.main_text_bold
{
	font-size:				12;
	font-family: 			arial,helvetica,sans-serif; 
	font-weight:			bold;
	color: 					#006600; 
	text-decoration: 		bold;

}

.main_header
{
	font-size:				32;
	font-family: 			arial,helvetica,sans-serif; 
	color: 					#003366; 

}

.text_white
{
	font-size:				10;
	font-family: 			arial,helvetica,sans-serif; 
	font-weight:			bold;
	color: 					#ffffff; 

}

.small_text
{
	font-size:				10;
	font-family: 			arial, helvetica,sans-serif; 
	color: 					#006600; 
	border:					0;	
}


/** TABLE STYLES **/
.green
{
	background-color: #99cc33;
}

.ltgreen
{
	background-color: #dceec5;
	padding:				20;
}

.purple
{
	background-color: #ccccff;
}

.white
{
	background-color: #ffffff;
}