body {
	font-size: 12pt;
	color: #666666;
	font-family: "Arial", "Helvetica", "sans-serif";
}
td {
	font-size: 12px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FC5601;
	text-decoration: underline;
}
.text-white {
	color: #FFFFFF;
}
a.text-white:link {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
a.text-white:visited {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
a.text-white:hover {
	font-size: 12px;
	color: #FFFBCF;
	text-decoration: underline;
}
.text-orange {
color: #FCA001;
}
a.text-orange:link {
	font-size: 12px;
	color: #FCA001;
	text-decoration: none;
}
a.text-orange:visited {
	font-size: 12px;
	color: #FCA001;
	text-decoration: none;
}
a.text-orange:hover {
	font-size: 12px;
	color: #FC7701;
	text-decoration: underline;
}