@charset "UTF-8";


.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #542d89;
	font-weight: normal;
	text-align: left;
	width: 420px;
	height: 363px;
	margin: 0px;	
}
.body_text_two {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #542d89;
	font-weight: normal;
	text-align: right;
	width: 250px;
	height: 65px;
	margin: 0px;	
}
.body_container {
	background-color: #FFFFFF;
	height: 653px;
	width: 920px;
	position: relative;
}
.links {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#02AB52;
}
a:link {
	color: #02AB52;
	text-decoration: none;
}
a:visited {
	color: #02AB52;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #02AB52;
	text-decoration: none;
}
