.whiteLink {
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}
.blackLink {

	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}
.black10text {


	font-family: Arial;
	font-size: 10pt;
	color: #000000;
}
.black10textBold {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}
.black12bold {
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}
.whiteLinkBold {
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.darkGreenLink {

	font-family: Arial;
	font-size: 10pt;
	color: #647600;
	text-decoration: none;
}
.green10textBold {

	font-family: Arial;
	font-size: 10pt;
	color: #647600;
	font-weight: bold;
}
.green12bold {

	font-family: Arial;
	font-size: 12pt;
	color: #647600;
	font-weight: bold;
}
.black8gray {
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	background-color: #CCCCCC;
	padding: 4px;
	border: none;
}
.red10textBold {

	font-family: Arial;
	font-size: 10pt;
	color: #FF0000;
	font-weight: bold;
}
.black8 {

	font-family: Arial;
	font-size: 8pt;
	color: #000000;
}

