a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.normalWhite {
	font-family: Tahoma, "MS Sans Serif", sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.normalBlack {

	font-family: Tahoma, "MS Sans Serif", sans-serif;
	font-size: 11px;
	color: #000000;
}
.normalOrange {


	font-family: Tahoma, "MS Sans Serif", sans-serif;
	font-size: 11px;
	color: #f26424;
}
.bigOrange {



	font-family: Tahoma, "MS Sans Serif", sans-serif;
	font-size: 13px;
	color: #f26424;
}
