.customTextRed {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #DB4800;
	text-decoration: none;
}

.customTextPlain {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: none;
	color: #000000;
	text-decoration: none;
}

a:visited  { color: #666666; text-decoration: none; }
a:link  { color: #666666; text-decoration: none; }
a:active  { color: #666666; text-decoration: none; }
a:hover   { cursor: hand; color: #316986; text-decoration: none; }