body {
	background-color: #000000;
}
.Estilo1 {
	color: #AFB585;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
}
.Estilo2 {
	color: #000000;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
}
.a:link {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #AFB585;
	text-decoration: none;
}
.a:visited {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #AFB585;
}
.a:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}
.a:active {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #AFB585;
}
.texto {
	color: #AFB585;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
}
.textoListados {
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
}
.b:link {
	font-family: tahoma;
	font-size: 10px;
	font-weight: none;
	color: #AFB585;
	text-decoration: none;
}
.b:visited {
	font-family: tahoma;
	font-size: 10px;
	font-weight: none;
	text-decoration: none;
	color: #AFB585;
}
.b:hover {
	font-family: tahoma;
	font-size: 10px;
	font-weight: none;
	text-decoration: underline;
	color: #FFFFFF;
}
.b:active {
	font-family: tahoma;
	font-size: 10px;
	font-weight: none;
	text-decoration: none;
	color: #AFB585;
}