.gray {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #666666;
}
.grayB {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;	
}
.goldB {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #AD7D4C;
}
.gold {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #AD7D4C;
}
.graytall {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 22px;
	color: #666666;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #AD7D4C;
}
a.goldB:link {
	color: #AD7D4C;
	text-decoration:none ;
}
a.goldB:visited {
	color: #AD7D4C;
	text-decoration:none ;
}
a.goldB:hover {
	color: #FF6600;
	text-decoration:none ;
}
a.gold:link {
	color: #AD7D4C;
}
a.gold:visited {
	color: #AD7D4C;
}
a.gold:hover {
	color: #FF6600;
}

