.white {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.black {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
.gray {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
}
.white a:link {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.white a:visited {
	font-size: 12px;
	line-height: 16px;
	color: #CCCCCC;
	text-decoration: none;
}
.white a:hover {
	font-size: 12px;
	line-height: 16px;
	color: #FF3300;
	text-decoration: underline;
}
.gray a:link {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
}
.gray a:visited {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
}
.gray a:hover {
	font-size: 12px;
	line-height: 18px;
	color: #FF6600;
	text-decoration: none;
}
