.txtError
{
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	
}

.txtNormal 
{
	color: black; /*#666666;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
a {color:#005596; text-decoration:none;}
a:hover {color:#005596; text-decoration:underline;}
