.normalText
{ font-family: Verdana; font-size: 12px; line-height: 24px; color: black; text-decoration: none; }

.normalText a
{

	color: #333;
	text-decoration: underline;
}

.normalText a:hover
{
	color: #333;
	text-decoration: none;
}

.smallText
{ font-family: Verdana; font-size: 10px; line-height: 14px; color: black; text-decoration: none; }

.smallText a
{

	color: #333;
	text-decoration: underline;
}

.smallText a:hover
{
	color: #555;
	text-decoration: none;
}

.largeText
{ font-size: 14px; color: black; font-family: Verdana; text-decoration: none; font-weight: bold; }

.largeText a
{ font-size: 14px; color: black; font-family: Verdana; text-decoration: none; font-weight: bold; }

.reverseText
{
	font-family: Verdana;
	font-size: 11px;
	color: White;
	text-decoration: none;
}

.reverseText a

	text-decoration: none;
}

.reverseText a:hover
{
	text-decoration: underline;
}
.largeTextReverse
{
	font-family: arial;
	font-size: 12px;
	color: White;
	text-decoration: none;
	font-weight: bold;
}