.graysmall {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.redsmall {
	font-size: 12px;
	line-height: 18px;
	color: #990000;
}
.link {
	font-size: 12px;
	line-height: 18px;
	color: #0033FF;
	text-decoration: none;
}
a:link {
	font-size: 12px;
	line-height: 18px;
	color: #0033FF;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	line-height: 18px;
	color: #0033FF;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	line-height: 18px;
	color: #990000;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	line-height: 18px;
	color: #009900;
	text-decoration: none;
}
.whitesmall {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
