body {

	background-color: #A2EB82;
	padding: 5px;
	margin-top: 0px;

}

.tablefull{
padding: 5px;
width: 600px;
background-color: White;
}

.tablehalf{
padding: 5px;
width: 300px;
background-color: White;
}

li {

font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:9pt;
line-height: 13pt;
list-style : circle; 

} 

ul {

font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 9pt;
line-height: 12pt;
list-style : circle; 

}

.bodytext {

font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 9pt; 
line-height: 13pt;
color : #000000;
background-color: White;

} 

.bodytext a:link {

color :  #0000FF; 
text-decoration : underline;

} 

.bodytext a:visited {

color :  #0000FF; 
text-decoration : underline; 

} 

.bodytext a:hover {

color : #CC9900; 
text-decoration : underline; 

} 

.bodytext a:active {

color : #999999;
text-decoration : underline; 

} 

.sectionblue {

font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 9pt;
padding: 5px;
color : #FFFFFF;
background-color: #3399CC;
font-weight : bold;

}

.sectionolive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 5px;
	color: #FFFFFF;
	background-color: Olive;
	font-weight: bold;
}

.sectionmaroon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 5px;
	color: #FFFFFF;
	background-color: Maroon;
		font-weight: bold;
}

.sectionteal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 5px;
	color: #FFFFFF;
	background-color: Teal;
		font-weight: bold;
}

.footer{
	background-color: #A2EB82;
}