a  {
    font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #000000;
	text-decoration: underline;	
}

a:visited {
    color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #6C8134;
	text-decoration: underline;
}

.BodyText {
	font-size: .9em;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.BodySmallText {
	font-size: .7em;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.BodyMiniText {
	font-size: .6em;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.BodySmallTextWhite {
	font-size: .6em;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.BodyTitle {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

