body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7772;
	text-align: center;
	clear: left;

}

h1, h2, h3 {
	margin-top: 0;
	font-weight: normal;
	color: #D33333;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 136%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
	text-align: left;
	font-size: 12px;
}

blockquote {
	font-style: italic;
}

ul {
	text-align: left;
}

ol {
}

a {
	color: #008700;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: 1px none #B2B2B2;
	text-align: right;
	margin: 0px;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Wrapper */

#wrapper {
	padding-top: 1px;
	background: url(images/img02.gif) repeat-x;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	visibility: visible;
}


/* Header */

#header {
	position: absolute;
	left: 90px; 
    top: 70px; 
	width: 760px;
	height: 100px;
	background-color: #666;
	background-image: url(images/img14.jpg);
	text-align: center;
	background-position: center center;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
	background-attachment: scroll;
	background-repeat: no-repeat;
	position: static;
}

/* Logo */

#logo {
	float: left;
	width: 250px;
	height: 80px;
	padding: 0 0 0 0;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
}

#logo h1 {
	padding-top: 15px;
	font-size: 36px;
}

#logo h2 {
	font-size: 12px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 300px;
}

html>body #search {
	width: auto;
}

#search form {
	margin: 0;
	padding: 30px 20px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search legend {
	display: none;
}

#searchinput, #searchsubmit {
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#searchinput {
	width: 200px;
}

#searchsubmit {
}

/* Menu */

#menu {
	width: 760px;
	height: 48px;
	margin: 0 auto;
	background: url(images/img12.jpg);
}
#menu2 {
	width: 760px;
	height: 172px;
	margin: 0 auto;
	background: url(images/menu2.swf);
}
#menu ul {
	margin: 0;
	padding: 13px 0 0 250px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu li:hover {
}

#menu a {
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 136%;
	color: #E8FF86;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
}

#menu a:hover, #menu .active a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: #FFFFFF url(images/img05.gif) repeat-y;
}

/* Content */

#content {
	float: right;
	width: 480px;
	background: url(images/img06.gif) repeat-x;
	font-size: 12px;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
	clear: both;
	text-align: left;
}

.title {
	padding-bottom: 5px;
	border-bottom: 1px solid #EDEBD5;
	text-align: left;
	color: #D33333;
}

.twocols {
	text-align: left;
	margin-right: 8px;

}

.twocols .col1 {
	float: left;
	width: 225px;
	margin-left: 8px;
}

.twocols .col2 {
	float: left;
	width: 450px;
	clear: both;
	height: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	vertical-align: sub;
	text-align: left;
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	color: #999;
}

.list li {
	padding-left: 10px;
	background: url(images/img10.gif) no-repeat left center;
	text-align: left;
	color: #7F7772;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	padding: 35px 20px;
	background: url(images/img06.gif) repeat-x;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	background: url(images/img09.gif) repeat-x 0px 31px;
}

#sidebar li ul {
	padding: 15px;
	color: #000;
	font-size: 14px;
}

#sidebar li li {
	background: none;
	font-size: 10px;
	text-align: left;
	color: #000;
	text-decoration: blink;
}

#sidebar h2 {
	height: 25px;
	margin: 0;
	padding: 5px 0 0 15px;
	background: url(images/img08.gif) no-repeat;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
}

#sidebar h3 {
	margin: 0;
	font-size: 85%;
}

#sidebar p {
	margin-top: 0;
	line-height: normal;
}

#sidebar a {
}

#sidebar a:hover {
}

#sidebar .list li {
	padding: 5px 0;
}

#sidebar .list {
	color: #666;
}

/* Footer */

#footer {
	clear: both;
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img07.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #333333;
}
#wrapper #page #content div #form_contato table tr td {
	font-size: 12px;
}
.ga {
	text-align: left;
}
#wrapper #page #content .twocols .col1 .col2 .list {
	color: #7F7772;
}
#wrapper #page #sidebar ul li ul li {
	font-size: 18px;
}
#wrapper #page #sidebar ul li ul li {
	font-size: 15px;
}
#wrapper #page #sidebar ul li ul li {
	font-size: 14px;
}
#wrapper #page #sidebar ul li ul li {
	font-size: 11px;
}
#wrapper #page #content div table tr th {
	text-align: left;
}
#wrapper #page #content div table tr td {
	font-size: 12px;
	text-align: left;
}
#wrapper #page #content div table tr td table tr td {
	text-align: justify;
}
#wrapper #page #content div table tr td table tr td .title strong {
	color: #D33333;
}

