/* CSS Document */
.body {
	background-color: #f8f8f8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.txt 
{
	border-width:0px;
	background-color: Transparent;
	font-family: verdana;
	font-size: 12px;
	font-weight: 400;
	color: #333333;
}
.textoRojo
{
	color:Red;
	font-family:MS Sans Serif;
	font-size:10px;
	font-weight:bold;
}
.hlMensaje
{
	font-family: MS Sans Serif;
	color: red;
	font-size: 10px;
	font-weight: bold;
}
A.hlMensaje:link
{
	font-family:MS Sans Serif;
	color: Red;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-justify:auto;
	text-align:left;
}
A.hlMensaje:hover
{
	font-family:MS Sans Serif;
	color: Red;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	text-justify:auto;
	text-align:left;
}
A.hlMensaje:active
{
	font-family:MS Sans Serif;
	color: Red;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-justify:auto;
	text-align:left;
}
A.hlMensaje:Visited
{
	font-family:MS Sans Serif;
	color: Red;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-justify:auto;
	text-align:left;
}