body{
	margin: 0px;
	padding: 0px;
	color: Black;
	font-weight: normal;
	background-color: #cfcfcf;
	scrollbar-face-color: #cfcfcf;
	scrollbar-shadow-color: #cfcfcf;
	scrollbar-arrow-color: #595959;
	scrollbar-highlight-color: #fff;
	scrollbar-base-color: #cfcfcf;
	background-image: url(img/fundo.gif);
	background-repeat: repeat-x;
}
*{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h1, h2, h3, h4, form, ul, li, body, td, table {
	margin: 0px;
	padding: 0px;
}
.topo{
	height: 64px;
	width: 694px;
	text-align: left;
	vertical-align: top;
	background-image:  url(img/topo.gif);
	background-repeat: no-repeat;
}
.estadio{
	position: absolute;
	left: 380px;
	top: 160px;
	z-index: 4;
}
.mapa{
	position: absolute;
	left: 0;
	top: 143px;
	width: 650px;
	height: 290px;
	background-image: url(img/mapa.gif);
	z-index: 1;
	text-align: left;
	vertical-align: top;
	background-repeat: no-repeat;
}
.local,.mapeamento{
	position: absolute;
	left: 0;
	top: 143px;
	width: 335px;
	height: 300px;
	z-index: 2;	
	visibility: hidden;
}
.mapeamento{
	z-index: 3;
	visibility: visible;
}
.chapeu{
	background-color: #6e7f62;
	padding: 2px;
	color: White;
}
.ficha1,.ficha2{
	background-color: #FFF;
	color: #939393;
	padding: 2px;
	border-bottom: 1px solid #ccc;
}
.ficha2{
	color: #000;
}
.fichafundo{
	background-color: #f3f3f3;
	background-image: url(img/fundo0.jpg);
	background-repeat: no-repeat;
}
