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

.Heading1 {
	color: #74a336;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}
.BodyText {
	font-family: arial;
	font-size: 8.5pt;
	color: #545454;
}
.SmallBlack {
	font-family: arial; 
	font-size: 8.5pt; 
	color: #000000; }
.SmallGreen {
	color: #bfdd94;
	font-family: arial;
	font-size: 8.5pt;
}
.SmallWhite {
	color: #FFFFFF;
	font-size: 8.5pt;
	font-family: arial;
}
body {
	background-color: #75a337;
}
.Big {font-size: 12pt}
.Border {
	border: thin solid #000000;
}

