
#header {
margin: 5px;
text-align: center;
display: none;
}

body
{
	background-color: white;
}

table
{
	background-color:White;
}

td
{
	font-size:small;
	font-family: 'Helvetica';
}

.texto
{
	font-size:12px;
	font-family: 'Helvetica';
}

.texto2
{
	font-size:14px;
	font-family: 'Helvetica';
	font-weight:bold;
	color:Red;
}

.cajatexto
{
	font-size: 12px;
	width: 200px;
	font-family: 'Helvetica';
}

A
{
	font-size:12px;
	font-family: 'Helvetica'
	color: #141220;
	text-decoration: none;
}
A:hover{
	color: #6b8ec5;
	text-decoration: none;
}
A.nounder{
	color: #141220;
	text-decoration: none;
}
A.nounder:hover{
	color: #6b8ec5;
	text-decoration: underline
}
.textoGrid { font-family: Helvetica; font-size: 12px; text-decoration: none }
.PagerGrid { font-family: Helvetica; font-size: 10px; color: black; text-decoration: none; background-color:"#EEEEEE" }
.PagerGrid a { font-family: Helvetica; font-size: 10px; color: black; text-decoration: none; background-color:"#EEEEEE" }
.HeaderGrid { font-family: Helvetica; font-size: 12px; font-weight: bold; color: black; text-decoration: none; background-color:"#EEEEEE" }
.HeaderGrid a { font-family: Helvetica; font-size: 12px; font-weight: bold; color: black; text-decoration: none; background-color:"#EEEEEE" }
.HeaderGrid a:hover { font-family: Helvetica; font-size: 12px; font-weight: bold; color: black; text-decoration: none; background-color:"#EEEEEE" }

.AltGrid { font-family: Helvetica; font-size: 10px; text-decoration: none; background-color: White; }
.AltGrid a { font-family: Helvetica; font-size: 10px; text-decoration: none; background-color: White; }
.AltGrid a:hover { font-family: Helvetica; font-size: 10px; text-decoration: underline; background-color: White; }

.datagrid { font-family: Helvetica; font-size: 10px; text-decoration: none; }
.datagrid a { font-family: Helvetica; font-size: 10px; text-decoration: none; }
.datagrid a:hover { font-family: Helvetica; font-size: 10px; text-decoration: underline;}


