.txtblack {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.txtwhite {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

.txtgray {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #6f6f6f;
}
.txtred {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}

#gray:link, #gray:active, #gray:visited {
	color: #6f6f6f;
	text-decoration: underline;
}

#gray:hover {
	text-decoration: none;
}

.blue:link, .blue:active, .blue:visited {
	color: #000080;
	text-decoration: underline;
}

.blue:hover {
	text-decoration: none;
}

.black:link, .black:active, .black:visited {
	color: #000000;
	text-decoration: none;
}

.black:hover {
	text-decoration: none;
}



