a:link, a:active, a:visited {
	font-family: Tahoma, Arial;
	color: #B54300;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
a:hover {
	font-family: Tahoma, Arial;
	color: #B54300;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
a.link:link, a.link:active, a.link:visited {
	font-family: Tahoma, Arial;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
}
a.link:hover {
	font-family: Tahoma, Arial;
	color: #CCCCCC;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
}
BODY {
	font-weight: normal;
	background-color: #C24901;
}
TD {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #505050;
}
.white {
	color: #FFFFFF;
}
.px11 {
	font-size: 11px;
}
.orange {
	color: #DD7026;
}
.underline {
	text-decoration: underline;
}
