.Estilo1:link {
	font-family: Garamond;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.Estilo1:visited {
	font-family: Garamond;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
html {
    height:100%;
	}
body {
    height:100%;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #FFFFFF;
	font-family: Garamond;
}
.Estilo1 {
	color: #000000;
	font-weight: bold;
	font-family: Garamond;
}
.Estilo2 {
	font-size: 36px;
	font-weight: bold;
}
.Estilo3 {
	color: #99CC33;
	font-weight: bold;
}
.Estilo4 {
	color: #000000;
	font-weight: bold;
}

a:link {
	color: #99CC33;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #99CC33;
}
a:hover {
	text-decoration: underline;
	color: #99CC33;
}
a:active {
	text-decoration: none;
	color: #99CC33;
}

.BuenoNegro
	{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
.BuenoBlanco
	{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	}