body {
	font-family: Arial, Helvetica, sans-serif;
}

.titleHigh {
	font-size: 12px;
	font-weight: bold;
	color: 993333;
}

.titleLow {
	font-size: 12px;
	font-weight: bold;
	color: FFFFFF;
}

.txtHigh {
	font-size: 12px;
	color: 666666;
}

.txtLow {
	font-size: 10px;
	color: CCCCCC;
}
.txtMenu {
	font-size: 10px;
	color: 666666;
}

.menu:link, .menu:visited {
	font-size: 10px;
	color: 666666;
	text-decoration: none;
}
.menu:hover {
	color: 993333;
	text-decoration: underline;
}

.barra:link, .barra:visited {
	font-size: 10px;
	color: FFFFFF;
	text-decoration: none;
}
.barra:hover {
	text-decoration: underline;
}

.txtBlanco {
	color: FFFFFF;
}

.menuOn {
	color: 993333;
}

.dospuntos {
	color: 6699FF;
}

table#data {
	font-size: 10px;
	color: #666666;
	text-align: center;
}

.aport:link,.aport:visited {
	font-size: 12px;
	font-weight: bold;
	color: 993333;
}

.aport:hover {
	text-decoration: underline;
}

a:link, a:visited {
	font-size: 12px;
	color: 3366CC;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

.show {
	display: none;
}
.cartelote {
	color: FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
/* validator */
.frmlabel {
	font-size: 10px;
	color: #CC0000;
}
.tfvHighlight {
	border: 2px solid;
	border-color:#FF0000;
}
.tfvNormal {
	border: 1px solid;
	border-color:#666666;
}
