body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	color: #333333;
}

.green_text{ 
	color: #004C4C;
}

.green_text_large{ 
	color: #004C4C;
	font-size: 14px;
	line-height: 18px;
}

.white_text{ 
	color: #FFFFFF;
}

.white_text a:link{ color:#FFFFFF; text-decoration: none;}
.white_text a:visited{ color:#FFFFFF; text-decoration: none;}
.white_text a:active{ color:#FFFFFF; text-decoration: none;}
.white_text a:hover{ color:#FFFFFF; text-decoration: underline;}