﻿* {
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: baseline;
	z-index: 1;
}
body {
	font-family: Arial, Verdana;
	text-align: left;
	cursor: default;
	font-size: 12px;
	background: #FCEFAB url(../gfx/background.gif) repeat;
	color: #767677;
}
h1 {
	font-size: 16px;
}
h3 {
	text-transform: uppercase;
	font-size: 12px;
	color: #FD7722;
}
img {
	border: 0;
}

label {
	color: #FD7722;
	font-weight: 900;
}
.button {
	background-color: #FD7722;
	cursor: pointer;
	padding: 2px;
	color: #fff;
	font-weight: bolder;
	font-size: 11px;
	margin-top: 2px;
	border: 0;
}
/*.button:hover,
.button.hover {
	background-color: #FE9752;
}*/
input {
	border: 1px solid #FD7722;
}
input:hover,
input.hover {
	background-color: #EAF4FF;
	cursor: default;
}
p {
	margin-top: 10px;
}
.container {
	margin: 0 auto;
	width: 763px;
}
.menu {
	padding: 0;
	margin: 0;
	background: url(../images/bg2.gif);
}
.nav {
height:35px; 
background: url(../images/bg2.gif) repeat-x; 
position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:11px; 
width:763px !important;
max-width: 763px !important;
z-index:100;
margin:0;
padding:0;
text-transform: uppercase;
}

.nav .table {
display:table; 
margin:0 auto;
}

.nav .select,
.nav .current {
margin:0; 
padding:0; 
list-style:none; 
display:table-cell; 
white-space:nowrap;
}

.nav li {
margin:0; 
padding:0; 
height:auto; 
float:left;
}

.nav .select a {
display:block; 
height:35px; 
float:left; 
font-weight:bold;
background: url(../images/bg2.gif); 
padding:0 15px 0 15px; 
text-decoration:none; 
line-height:35px; 
white-space:nowrap; 
color:#fff;
}


.nav .select a:hover, 
.nav .select a.hover, 
.nav .select li:hover a,
.nav .select li.hover a {
background: url(../images/hover2.gif); 
padding:0 0 0 15px; 
cursor:pointer; 
color:#2b3238;
text-decoration:underline;
}

.nav .select a b {
font-weight:bold;
}

.nav .select a:hover b,
.nav .select a.hover b,  
.nav .select li:hover a b,
.nav .select li.hover a b {
display:block; 
float:left; 
padding:0 13px 0 0px; 
background:url(../images/hover2.gif) right top; 
cursor:pointer;
}

.nav .select_sub {
display:none;
}

/* IE6 only */
.nav table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.nav .sub {
display:table; 
margin:0 auto; 
padding:0; 
list-style:none;
text-transform: lowercase;
text-transform: none;
font-size: 12px;

}

.nav .sub_active .current_sub a,
.nav .sub_active a:hover,
.nav .sub_active a.hover {
background:transparent; 
color:#2b3238;
}

.nav .select :hover .select_sub, 
.nav .select .hover .select_sub, 
.nav .current .show {
display:block; 
position:absolute; 
width:100%; 
top:35px; 
background:url(../images/back.gif); 
padding:0; 
z-index:100; 
left:0; 
text-align:center;
}

.nav .current .show {
z-index:10;
}

.nav .select :hover .sub li a, 
.nav .select .hover .sub li a, 
.nav .current .show .sub li a {
text-decoration:none;
font-weight:900;
display:block; 
float:left; 
background:transparent; 
padding:0 10px 0 10px; 
margin:0; 
white-space:nowrap; 
border:0; 
color:#2b3238;
}

.nav .current .sub li.sub_show a {
color:#2b3238; 
cursor:default; 
}

.nav .select .sub li a {
	font-weight:normal;
}

.nav .select :hover .sub li a:hover, 
.nav .select .hover .sub li a.hover,
.nav .current .sub li a:hover,
.nav .current .sub li a.hover {
text-decoration: underline;
visibility:visible; 
color:#73a0d2; 
}

.middle {
	background: #fff url(../gfx/fundo.gif);
	padding: 10px;
}
.bottom {
	height: 150px;
	min-height: 150px;
	background-image: url(../gfx/bottom.gif);
}
.left {
	float: left;
}
.right {
	float: right;
}
.spacer {
	clear: both;
}

.baseContent {
	width: 500px;
	border-left: 1px solid #F0DDBA;
	border-right: 1px solid #F0DDBA;
}
.baseContent .text {
	margin:0;
	border-bottom: 1px solid #F0DDBA;
	color: #3388EE;
	text-align: justify;
}
.baseSideBar {
	width: 230px;
}
.p10 {
	padding: 15px;
}
.footerInfo {
	text-transform: none;
}
.footerInfo strong {
	text-transform: uppercase;
}
.footerInfo p {
	margin: 0;
}
* html * { color: expression( (function(who){ if(!who.MXPC){
 who.MXPC = '1';
 if(who.nodeName != 'A'){
  who.onmouseenter=function(){ who.className += ' hover'};
  who.onmouseleave=function(){ who.className = who.className.replace(' hover','')}; }
 (who==who.parentNode.firstChild) ? who.className += ' first-child' : '' ;
} } )(this) , 'auto') }
