@charset "utf-8";

.heading-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #00543d;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	color: #00543D;
	font-size: normal;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #00543d;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00543d;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990033;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00543d;
	text-decoration: underline;
}
.floatbox {
float: left;
clear:both;
width: 395px;
height: 350px;
overflow:auto;  
}

