body, TD, A
{
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}

.onLabel
{
	color: #666666;
	font-weight: bold;
	text-decoration:none;
}
.offLabel
{
	color: #6699CC;
	text-decoration:none;
}
.errorLabel
{
	color: red;
}
.hrefLink
{
	color: #6699CC;
	text-decoration:none;
}
.hrefGray
{
	color: #666666;
	text-decoration:none;
}

A:hover
{
	text-decoration:underline;
	color: #6699CC;
}
