.reg
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
}

.regBld
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.regBldGrn
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #009900;
}

.regBldWht
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #ffffff;
}

.sm
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}

.smBld
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
}

.smBldGrn
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #339947;
}

.smWht
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
}

.lgBld
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #009900;	
}

a.smBldOffWht
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #f0f0ea;
	text-decoration: none;
}

a.smBldOffWht:hover
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}

a
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}

a:hover
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}

a.black
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}

a.black:hover
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}


li {
 list-style-type: square;
}