.normal {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.large {

	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.heading {


	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
.tiny {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-transform: none;
}

a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
.normalRED {

	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}
