﻿html, body {
	margin: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #999999;
}
a img {
	border:0;
}
#container {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
	/** código necessário para regular a altura do footer, assim como também é importante o height= 100% no body**/
	min-height: 100%;
	height: 100%;
	height: auto;
	background-color: #FFFFFF;
}
.contentpaneopen {
	width:100%;
}
#header {
	width:800px;
	height:176px;
}
#green1 {
	width:150px;
	height:30px;
	float:left;
	background-color:#A5D500;
}
#green2 {
	width:650px;
	height:30px;
	float:left;
	background-color:#EBFFA6;
}
#wrapper {
	width: 800px;
	overflow: hidden;
	height: auto;
	background-color: #FFFFFF;
	margin: 0px;
}

#esquerda {
	float: left;
	width: 150px;
	background-color:#94C700;
	overflow:hidden;
	 
}
#centro {
	width:650px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	float:left;
}
#conteudo {
	width:620px;
	overflow:hidden;
	padding:15px 15px 15px 15px;
	margin:0px;
	text-align:justify;
}
#patrocinadores {
width:620px;
border-top:2px solid #94C700;
	padding:0px 15px 0px 15px;}
#footer {
	width: 800px;
	margin:15px auto 0px auto;
	text-decoration: none;
	visibility: visible;
	text-align: center;
	font-size: 10px;
	color:#333333;
	height:30px;
}
#footer a:link, #footer a:visited {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #333333;
	text-decoration: none;
}
.componentheading {
	font-size: 18px;
	font-weight: bold;
	color: #94C700;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #94C300;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
h2 {
	color:#94C300;
	font-size:14px;
	font-weight:bold;
	list-style-type: none;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 {
	color: #000000;
	margin:0px 0px 8px 0px;
	padding:0px;
	font-size: 13px;
	font-weight:bold;
}
p {
	margin:0px 0px 10px 0px;
	padding:0px;
	line-height:18px;
}
hr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #94C700;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
a:link, a:visited {
	font-weight: normal;
	color: #96C300;
	text-decoration: underline;
}
a:hover, a:active {
	color: #96C300;
	text-decoration: none;
}
ul {
	margin: 0px 0px 10px 15px;
	padding: 0px;
}
li {
	list-style-image:none;
	list-style-type: disc;
	line-height:18px;
	margin:0px 0px 4px 0px;
}

#form {
	margin:15px 0px 15px 0px;
	padding:5px 15px 10px 15px;
	width:120px;
	border-top:1px solid #A5D500;
	border-bottom:1px solid #A5D500;
	color:#ffffff;
}
#promotor {
	margin:15px 0px 15px 0px;
}
.inputbox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:120px;
	color:#000000;
}
.button {
	font-size:11px;
}

.colunacentral {
	width: 390px;
	float: left;
}

.colunadireita {
	width: 215px;
	float: right;
	}
	
li.sig-block a {
border:none;}