/* FONT STYLES */
a {
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	text-decoration:underline;
	font-style: normal;
	font-size: 12px;
}
a:hover {
	font-family:"Times New Roman", Times, serif;
	color:#AFA252;
	text-decoration:underline;
	font-size: 12px;
}
a:visited {
	font-family:"Times New Roman", Times, serif;
	color:#666666;
	font-size: 12px;
}
td {
	font-family:"Times New Roman", Times, serif;
	color:#333333;
	font-size:12px;
	font-style: normal;
	line-height: 18px;
}
.text {
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	text-decoration:none;
	font-size: 12px;
}
.info {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:9px;
	line-height:12px
}
.infowhite {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:9px;
	line-height:12px
}
