p  { font-family: Arial }
td  { font-family: Arial }
.headGreen {
	color: #007146;
	font-size: 5mm;
	font-family: Arial;
	font-weight: bold;
}
.body          {
	color: #666;
	font-size: 3.5mm;
	font-family: Arial;
}
.bodyWhite {
	color: #CCC;
	font-size: 3.5mm;
	font-family: Arial;
}
.body_bold {
	font-weight: bold;
	color: #5e9f43;
}
.body_boldWhite {
	font-weight: bold;
	color: #FFF;
}
.smalltype {
	color: #757575;
	font-size: 3.2mm;
	font-family: Arial;
}
.largeBullet {
	color: #757575;
	font-size: 3.5mm;
	font-family: Arial;
	list-style-type: disc;
	list-style-position: outside;
	display: list-item;
	margin-left: 15px;
	font-weight: bold;
}
.indent {
	color: #757575;
	font-size: 3mm;
	font-family: Arial;
	list-style-type: disc;
	list-style-position: outside;
	display: list-item;
	margin-left: 15px;
}
.indent_again {
	color: #666666;
	font-size: 3mm;
	font-family: Arial;
	list-style-type: circle;
	list-style-position: outside;
	display: list-item;
	margin-left: 30px;
}
.indent_three {
	color: #666666;
	font-size: 3mm;
	font-family: Arial;
	list-style-type: disc;
	list-style-position: outside;
	display: list-item;
	margin-left: 45px;
}
.linkbody  {
	color: #E7AA1A;
	font-size: 4mm;
	font-family: Arial;
	text-decoration: none
}
.linkbody a:link  { 
color: #E7AA1A; 
font-size: 3.5mm; 
font-family: Arial; 
text-decoration: none }
.linkbody a:active  { 
color: #E7AA1A; 
font-size: 3.5mm; 
font-family: Arial; 
text-decoration: none }
.linkbody a:hover { 
color: #E7AA1A; 
font-size: 3.5mm; 
font-family: Arial; 
text-decoration: none }
.linkbody a:visited { 
color: #E7AA1A; 
font-size: 3.5mm; 
font-family: Arial; 
text-decoration: none }

.linkgray {
	color: #1655A7;
	font-size: 3mm;
	font-family: Arial;
	text-decoration: none
}
.linkgray a:link {
	color: #1655A7;
	font-size: 3mm;
	font-family: Arial;
	text-decoration: none
}
.linkgray a:visited { color: #1655A7; font-size: 3mm; font-family: Arial; text-decoration: none }
.linkgray a:hover { color: #1655A7; font-size: 3mm; font-family: Arial; text-decoration: none }
.linkgray a:active { color: #1655A7; font-size: 3mm; font-family: Arial; text-decoration: none }
.background  { background-color: white }
