
a:link {
	color: #009900;
	font-weight: normal;
	line-height: 1.3;
	text-decoration: none;

}
a:visited {
	color: #009900;
	font-weight: normal;
	line-height: 1.3;
	text-decoration: none;

}
a:hover {  
	font-weight: normal;
	line-height: 1.3;
	text-decoration: underline;
	color: #009900

}

a:active {
	color: #009900;
	font-weight: normal;
	line-height: 1.3;
	text-decoration: none;

}


.body {
	font-family : Helvetica, Arial, Sans Serif;
	font-size : 13px;
	font-weight: normal;
	color : #000000;
	line-height: 1.3;
	margin: 0; 
}


.body_green {
	font-family : Helvetica, Arial, Sans Serif;
	font-size : 13px;
	font-weight: normal;
	color : #009900;
	line-height: 1.3;
	margin: 0; 
}



.subhead {
	font-family : Helvetica, Arial, Sans Serif;
	font-size : 15px;
	font-weight: bold;
	color : #009900;
	line-height: 1.3;
	margin: 0; 
}

.body_small {
	font-family : Helvetica, Arial, Sans Serif;
	font-size : 11px;
	font-weight: normal;
	color : #000000;
	line-height: 1.3;
	margin: 0; 
}


.header {
	font-family : Helvetica, Arial, Sans Serif;
	font-size : 13px;
	font-weight: bold;
	color : #333333;
	line-height: 1.4;
}


.copyright {
	font-family : Helvetica, Arial, Sans Serif;
	font-size : 10px;
	font-weight: normal;
	color : #000000;
	line-height: 1.3;
	
}

