td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: 333333;
}
.textBold {
	font-weight: bold;
}
.textCapsWhite {
	text-transform: uppercase;
	color: #FFFFFF;

}
a.textCapsWhite:link {
	color: #FFFFFF;
	text-decoration: none;

}
a.textCapsWhite:visited {
	color: #FFFFFF;
	text-decoration: none;

}
a.textCapsWhite:hover {
	color: #FF9900;
	text-decoration: none;

}
a.textCapsWhite:active {
	color: #FF6600;
	text-decoration: none;

}
.textFooter {
	color: #a3bccf;
}a.textFooter:link {
	color: #a3bccf;
	text-decoration: none;
}
a.textFooter:visited {
	color: #a3bccf;
	text-decoration: none;
}
a.textFooter:hover {
	color: #a3bccf;
	text-decoration: none;
}
a.textFooter:active {
	color: #a3bccf;
	text-decoration: none;

}
.textCapsOrange {
	text-transform: uppercase;
	color: #FF9900;
	text-decoration: none;

}
