/* CSS Document */

.textolink{
	font-size: 11px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	color: #0033FF;
	text-decoration: none;
}
A.textolink:visited {
	COLOR: #0033FF
}
A.textolink:hover {
	COLOR: #666666; TEXT-DECORATION: underline
}
A.textolink:active {
	COLOR: #0033FF
}
A.textolink:link {
	COLOR: #0033FF
}
.links {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
    color: #FF0000;
	text-decoration: none;
}
.links:visited {
	COLOR: #FF0000
}
.links:hover {
	COLOR: #FF0000; TEXT-DECORATION: underline
}
.links:active {
	COLOR: #FF0000
}
.links:link {
	COLOR: #FF0000
}
.txt {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
}
.txt2 {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
}
.txtgris {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	color: #666666;
}
.txtrojo {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.txtgris2 {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	color: #333333;
}
.txtgris2_bold {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #333333;
}
.txt_bold {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
}
.txt2_bold {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
}