.LightBlue {
	font-size: 12px;
	color: #339999;
}
.darkgray {
	font-size: 12px;
	color: #666666;
}
.underlineblue {
	font-size: 12px;
	color: #336699;
	text-decoration: underline;
}
.underlinelightblue {
	font-size: 12px;
	color: #0066CC;
	text-decoration: underline;
}
.red {
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;


}
.white {
	font-size: 12px;
	color: #FFFFFF;
}
.lightgray {
	font-size: 12px;
	color: #EAEAEA;
}
.smallgray {
	font-size: 10px;
	color: #666666;
}
.smallwhite {
	font-size: 10px;
	color: #FFFFFF;
}
.smallred {
	font-size: 10px;
	color: #FF0000;
}
.border {
	border: 1px solid #999999;
}
.gray {
	font-size: 12px;
	color: #333333;
}
