* {
	cursor: default;
}
body {
	margin: 0;
	background-color: #fec74e;
	font: normal 9.5pt/14pt Trebuchet MS, tahoma, arial, helvetica, sans-serif;
	color: #000;
}
a, a:visited {
	color: #ee4411; /* COR DO FREEHAND = #ee4411 | COR DO JPG = #cc5b1f */
	cursor: pointer;
}
a.pdf, a.doc {
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 10px;
}
a.pdf {
	background-image: url("../images/ico_pdf.png");
}
a.doc {
	background-image: url("../images/ico_doc.png");
}

.placer{
	position: absolute;
	left: 50%;
	margin-left: -475px;
	width: 950px;
	background: white url('../images/fundo_header.png') left top repeat-x;
}
.high {
	font-weight: bold;
}
.undr {
	text-decoration: underline;
}
.clear {
	clear: both;
}
.clear.left {
	clear: left;
}
.clear.right {
	clear: right;
}

h2 {
	font-size: 11pt;
	color: #d3232b;
}
p {}
ul {
	margin: 0;
	padding:0;
}

.header {
	padding: 0;
	height: 236px;
	background: black url('../images/fundo_header.png') repeat-x scroll left top;
}

#logo {
	position:absolute;
	top:0;
	left:0;
	width: 351px;
	height: 357px;
	margin: 0;
	padding: 0;
}
#logo h1, #logo h1 a, #logo h1 a:hover, #logo h1 img {
	width: 351px;
	height: 357px;
	margin: 0;
	padding: 0;
}
#logo h1 {
	background: transparent url("../images/logo.jpg") top left no-repeat;
}
#logo h1 a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	border: none;
	background: none;
}

.sidebar {
	float: left;
	margin-top: 135px;
	width: 370px;
}

ul#menu {
  list-style: none;
	font-weight: bold;
	font-size: 12px;
	letter-spacing:1px;
}
ul#menu li{
	display: block;
	height: 27px;
	margin-bottom:2px;
}
ul#menu a {
	line-height: 24px;
	float: left;
	color: #FFF;
	background-color: black;
	text-decoration: none;
	padding: 0 35px 0 20px;
	font-weight: normal;
}
ul#menu .off a {
	color: #FFF;
}
ul#menu .on a, ul#menu .on a:visited {
	background-color: #ff3b9e;
}

.contents {
	float: left;
	width: 505px;
	margin-top: 89px;
}
.contents ul {
	margin-left: 10px;
	padding-left: 10px;
}

.col { overflow: hidden; }
.col h2 {
	background-color: #4bc834;
	color: white;
	float: left;
	clear: both;
	padding: 0 35px 0 20px;
	font-size: 12px;
	line-height: 24px;
	letter-spacing:1px;
	text-transform: uppercase;
	font-weight: normal;
}
.col h2 a {
	color: white;
}
.col h3 {
	clear: both;
	font-size: 9pt;
	font-weight: bold;
}

.col p {
	clear: both;
}

.tabs {
	line-height: 12pt;
	height: 12pt;
	margin-bottom: 5px;
}
.tabs div {
	display: block;
	width: 100px;
	float: left;
	background: #808080;
	color: white;
	padding: 0 35px 0 20px;
	font-size: 8.5pt;
	line-height: 12pt;
	height: 12pt;
	letter-spacing: 1pt;
	text-transform: uppercase;
	font-weight: normal;
	margin-right: 5px;
	cursor: pointer;
}
.tabs div.on {
	background: #4bc834;
}

#c1 {
	display: block;
}
#c2, #c3, #c4, #c5, #c6, #c7, #c8 {
	display: none;
}
#c8 h2 {
  margin-bottom: 30px;
}
#c8 img {
  display: block;
  margin-bottom: 30px;
}

.footer {
	margin-left: 20px;
	padding: 20px 0;
	clear: both;

	font-size: 10px;
	line-height: 10pt;
}
.footer a, .footer a:visited {
	color: #000;
	text-decoration: none;
}
.stats {
	display: none;
}

table.formulario{
  border: 0;
  padding: 0;
  margin: 0;
	position:relative;
	left: 5px;
}

table.formulario td{
  padding: 0;
  margin: 0;
}

table.formulario td label{
  display:block;
  font-size: 10pt;
  line-height: 14pt;
	position:relative;
	left:-5px;
	bottom:-3px;
	height:25px;
}
table.formulario td.fl{
  line-height: 14pt;

}
table.formulario td.fl label, table.formulario td.fl input{
	float:left;
	margin:0;
	padding:0;
	top:0;
	bottom:0;
	height:25px;
}
table.formulario td.fl input{
	padding:0;
	border:0;
	margin:0 10px 0 0;
	vertical-align:middle;
	position:relative;
	top: -3px;
	left: -3px;
}
table.formulario td label span{
	background-color: #FF3B9E;
	color: white;
	padding-left:5px;
	padding-right:5px;
}

table.formulario td input, table.formulario td select, table.formulario td textarea{
  padding: 4px;
	background-color: white;
  border:1px solid black;
}
#patr{
	margin-left: 20px;
	margin-top:10px;
}
#premios{
	position: absolute;
	top: 33px;
	left: 370px;
}

	th {
		background: black;
		color: white;
		font-weight: bold;
		text-transform: uppercase;
	}
	tr {
		vertical-align: top;
		cursor: pointer;
	}
	tr:hover td, tr.par:hover td {
		background: #ffc;
	}
	tr.par td {
		background: #e0e0e0;
	}

