@charset "UTF-8";
/* CSS Document */

.bodytext {font-family: georgia, Times, serif;font-size:12pt;}
.copyright {font-family: georgia, Times, serif;font-size:9pt;}
.header {font-family: georgia, Times, serif;font-size:20pt;style:bold;color:#679146;}

a.green:link {
	font-family: georgia, Times, serif;
 	font-size: 12pt;
	color: #689246;
	text-decoration: none;
	 }
a.green:visited {
	font-family: georgia, Times, serif;
 	font-size: 12pt;
	color: #000;
	text-decoration: none;
}
a.green:hover {
		font-family: georgia, Times, serif;
 	font-size: 12pt;
	color: #000;
	text-decoration: none;
}
a.green:active {
		font-family: georgia, Times, serif;
 	font-size: 12pt;
	color: #000;
	text-decoration: none;	
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}