.bodyBoldBlock2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #8da72b;
	text-decoration: none;
	text-align: left;
}
.bodyBoldBlock2:hover { 
	font-style:bold; 
	color: #E33632; 
	text-decoration: none;
}
.bodyBoldBlock2:visited { 
	font-style:bold; 
	color: #a8a8a8; 
	text-decoration: none;
}
.bodyBoldBlock2:link { 
	font-style:bold; 
	color: #8da72b; 
	text-decoration: none;
}
.bodySmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.bodySmall:hover {
	color: #E33632;
}
.bodySmall:visited {
	color: #a8a8a8;
}
.bodySmall:link {
	color: #8da72b
}
.headingBlock2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #8da72b;
	text-decoration: none;
	text-align: left;
}