/* CSS Document */

body {
	background-color: #000000;
}
	
a {
	font-size: 9px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.b {
	font-size: 12px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
.b:link {
	text-decoration: none;
}
.b:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.b:hover {
	text-decoration: none;
	color: #FF3300;
}
.b:active {
	text-decoration: none;
	color: #CCCCCC;
}
.Estilo6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

.Estilo7 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CCCCCC; }
.Estilo8 {font-size: 9px}