/* CSS Document */

.Text10 {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

.Text12Bold {
	font-family: Verdana;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}

.Text9 {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
}

.LinkGreen {
	font-family: Verdana;
	font-size: 10px;
	color: #3da73b;
}

.TituloRed {
	font-family: Verdana;
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}

.TextGrey{
	font-family: Verdana;
	font-size: 12px;
	color: #747474;
}


A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline;}

