/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #fff;
	font-size-adjust:none;
	text-align: left;
	font: normal 13.34px/1.4em Calibri, helvetica, Arial, "Trebuchet MS", Verdana, Tahoma;
}
h1 {
	font-size: 20px;
	border-bottom: 2px solid #ccc;
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
}
a {
	color:#4183C4;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-bottom: 10px;
}
#header {
	padding: 0px;
	background-color: #fff;
	background:#fff url(../images/header_bg.png) repeat-x scroll 0pt 0pt;
}
#menuChamps {
	background:#fff url(../images/tab.png) repeat-x scroll 0pt 0pt;
	overflow:hidden;
	margin-top: 10px;
}
#menuChamps li {
	background:#ffff url(../images/tab.png) repeat-x scroll 0pt 0pt;
	border-right:2px solid #fff;
	float:left;
	height:1.6em;
	list-style-type:none;
	padding-top:0.4em;
	position:relative;
	border-left: 1px solid #666;
}
#menuChamps li a {
	color:#fff;
	font-size:110%;
	padding:1em 1.25em 0.3em;
}
#menuChamps li.active {
	background:white url(../images/tab_active.png) repeat-x scroll 0pt 0pt;
}
#menuChamps li.active a {
	color:black;
}
.site {
	position: relative;
	left: 50%;
	margin-left: -460px;
	width: 920px;
	margin-bottom: 0px;
}
#conteudo {
	margin-top: 15px;
}
#principal {
	width: 75%;
	float: left;

}
.results {
	margin: 20px 0px;
	width: 100%;
	border-collapse: collapse;
}
.results .par {
	background-color: #eef;
}
.results th, .results td {
	border: 1px solid #cccccc;
	padding: 2px 6px;	
}
.results th {
	background-color: #eeeeee;
}
.results td {
	text-align: right;
}

#barralateral {
	padding-left: 20px;
	border-left: 5px solid #eee;
	float: right;
	width: 190px;
}
.menuvertical {
	color:#888888;
	list-style-type:none;
	margin-bottom:10px;
}
.menuvertical li {
	background:white url(../images/bullet_blue.png) no-repeat scroll -4px 0pt;
	margin:0.2em 0pt;
	padding-left:12px;
}
#footer {
	overflow: hidden;
	border-top: 10px solid #888888;
	clear: both;
	height: 106px;
	background:#F4F4F4 url(../images/footer_bg.png) repeat-x scroll 0pt 0pt;
	color: #fff;
	font-weight: bold;
}

.site2 {
	position: relative;
	left: 50%;
	margin-left: -460px;
	width: 920px;
	margin-top: 5px;
	margin-bottom: 0px;
}
