p, div, span, td, body, .normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.big {
	font-size: 11pt;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.giant {
	font-size: 13pt;
}

.textwhitebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: white;
}
.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
}

.blue {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0000FF;
}

.small {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

a:link 					{color: blue; text-decoration: none;}
a:visited				{color: blue; text-decoration: none;}
a:hover					{color: blue; text-decoration: underline;}

a.white:link           	{color: #FFFFFF; text-decoration: none;}
a.white:visited       	{color: #FFFFFF; text-decoration: none;}
a.white:hover           {color: #FFFFFF; text-decoration: underline;}