td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.headingA {
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}
.headingB {
	font-size: 12pt;
	font-weight: bold;
	color: #009900;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.white {
	color: #FFFFFF;
}
.whitebold {
	font-weight: bold;
	color: #FFFFFF;
}
.italictimes {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #009900;
	text-decoration: none;
}
a:hover {
	color: #660099;	
}
a.navleft {
	color: #000000;
}
a.navleft:hover {
	color: #FFFFFF;	
}
a.navright {
	color: #FFFFFF;
}
a.navright:hover {
	color: #FFFFFF;
	text-decoration: underline;	
}
hr {
	color: #009900;	
}
