@charset "utf-8";
/* CSS Document */

.mainText  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

.mainText a, .mainText a:Visited {
	color:#333333;
}

.mainText a:Hover {
	color:#CC0000;
}

.contentText  {
	font-size:12px;
	color:#333333;
}

.smallText	{
	font-size:9px;
}

.blackTextHeader {
	font-size:12px;
	font-weight:bold;
	color:#000000; !important
}

.blackTextHeader a, .blackTextHeader a:Visited {
	color:#000000; !important
	text-decoration:none;
}

.blackTextHeader a:Hover {
	color:#CC0000;
}

.blackTextLarge{
	font-size:24px;
	color:#000000;
}

.blackTextLarge a, .blackTextLarge a:Visited {
	color:#000000;
	text-decoration:none;
}

.blackTextHeader a:Hover {
	color:#CC0000;
}

.whiteText {
	font-size:11px;
	color:#FFFFFF;
}

.whiteText a, .whiteText a:Visited {
	color:#FFFFFF;
	font-weight:bold;
}

.whiteText a:Hover {
	color:#FF0000;
}

.whiteTextLarge {
	font-size:30px;
	color:#FFFFFF;
}

.yellowText {
	font-size:10px;
	color:#fff000;
}

.yellowTextHeader {
	color:#fff000;
	font-size:16px;
	font-weight:bold;
}

.yellowTextHeader a, .yellowTextHeader a:Visited {
	color:#fff000;
	text-decoration:none;
}

.yellowTextHeader a:Hover {
	color:#FFFFFF;
}

.blueText {
	font-size:10px;
	color:#00CCFF;
}

.blueTextHeader {
	color:#00CCFF;
	font-size:16px;
	font-weight:bold;
}

.blueTextHeader a, .blueTextHeader a:Visited {
	color:#00CCFF;
	text-decoration:none;
}

.blueTextHeader a:Hover {
	color:#FFFFFF;
}

.redText {
	font-size:10px;
	color:#FF3300;
}

.redTextHeader {
	color:#FF3300;
	font-size:24px;
}

.redTextHeader a, .redTextHeader a:Visited {
	color:#FF3300;
	text-decoration:none;
}

.redTextHeader a:Hover {
	color:#FFFFFF;
}

.bottonText{
	font-family:Trebuchet MS, Arial;
	font-size:14px;
	color:#FFFFFF;
}

.bottonText a, .bottonText a:Visited {
	color:#FFFFFF;
	text-decoration:none;
}

.bottonText a:Hover {
	text-decoration:underline;
}

.searchText{
	font-size:13px;
}

