body {
	background-image: url(/imagens/bg.png);
	background-color: #ebe8e8;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #8c8a8a;
}

.style3 {color: #ef9292; font-weight: bold; }

a {
	font-family: Tahoma;
	font-size: 11px;
	color: #676767;
}
a:visited {
	color: #676767;
	text-decoration: none;
}
a:hover {
	color: #ef9292;
	text-decoration: none;
}
a:active {
	color: #676767;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}

.style100 {color: #636262; font-weight: bold; size: 30px; align: center; }


.elite{
padding: 2px;
filter:alpha(opacity=70);
-moz-opacity:0.70;
opacity:0.70;}

.elite:hover{
padding: 2px;
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;}
