/** BASIC */body {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: .8em;	color: #000000;}h1, h2, h3, h4, h5, h6 {	text-transform: lowercase;	font-family: Arial, Helvetica, sans-serif;	font-weight: normal;	color: #000000;	display: inline;}p, ol, ul {	line-height: 160%;}a {	color: #03652B;}a:hover {	text-decoration: none;	color: #990000;}/** HEADER */#header {	float: left;}#header h1 {	margin: 0px;	font-size: 2.2em;}#header h2 {	margin: 0px;	font-size: 1em;}/** MENU */#menu {	padding: 2.2em 0em 0em 2em;}#menu ul {	margin: 0px;	padding: 0px;	list-style: none;	text-align: right;}#menu li {	display: inline;}#menu a {	margin: 0px 0px 0px 0px;	padding: .2em 1em;	background-color: #03652B;	text-decoration: none;	text-transform: uppercase;	font-size: smaller;	font-weight: bold;	color: #FFFFFF;}#menu a:hover {	background-color: #990000;}#left ul {	margin: 0px;	padding: 0px;	list-style: none;	text-align: right;}#left a {	margin: 0px 0px 0px 0px;	padding: .2em 1em;	background-color: #03652B;	text-decoration: none;	text-transform: uppercase;	font-size: smaller;	font-weight: bold;	color: #FFFFFF;}#left a:hover {	background-color: #990000;}#menu b {	margin: 0px 0px 0px 0px;	padding: .2em 1em;	text-decoration: none;	text-transform: uppercase;	font-size: smaller;	font-weight: bold;	color: #000000;}/** CONTENT */#content {	clear: both;	margin: 1em 0px;	padding: 1em 0px;	border-top: 3px dotted #CCCCCC;}#content h2 {}#left {	float: left;	width: 30%;	padding-right: 4%;    text-align: right;}#right {	float: right;	width: 60%;	padding-left: 4%;	border-left: 1px dashed #CCCCCC;}#lbottom {	float: left;	padding-bottom: 4%;	border-top: 1px dashed #CCCCCC;    text-align: right;}/** FOOTER */#footer {	clear: both;}#footer p {	margin: 0px;	border-top: 1px solid #CCCCCC;	text-align: center;	font-size: small;	color: #CCCCCC;}#devolucao {	border-top: 1px solid #CCCCCC;	border-left: 1px solid #CCCCCC;	border-right: 1px solid #CCCCCC;	border-bottom: 1px solid #CCCCCC;}