.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.bodyTextWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.bodyTextWhiteNormal {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.bodyTextNormal {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;

}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;

}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;

}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;

}
a.black:link {
	text-decoration: none;
	color: #000000;
}
a.black:visited {
	text-decoration: none;
	color: #000000;
}
a.black:active {
	text-decoration: none;
	color: #000000;
}
a.black:hover {
	text-decoration: underline;
	color: #000000;
}