body {
    margin: 0px; 
    padding:0;
	background: white;	
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #ffffd2;
}
html, body {
	height: 100%;
}

body, h1, h2, h3, h4, h5, h6, ul, form input, form, p, span { 
	margin:0px; padding:0px; 
}
img, form input {
	vertical-align:top;
}
img {
	border: 0px;
}
#error {
	background: #FFF0F0;
	border: 1px solid red;
	padding: 10px;
	font-size: 20px;
	color: red;
	width: 70%;
}
#fundo {
	width:100%;
	height: 100%;
	background: url(images/site/home-bg.jpg) no-repeat  30% 0%;
}
#corpo {
	width: 950px;
	height: 600px;
}
#idioma {
	position: absolute; 
	z-index: 10; 
	right: 0;
	margin-right: 30px;
	margin-top: 15px;
	font-weight: bold;
	font-size: 16px;
}
#topo {
	height: 105px;
	width:100%;
}
#topo #logo {
	float: left; 
	width: 375px;
	padding-top: 25px;
}
#topo #menu {
	float:left;
	padding-top: 40px;
}
#rodape {
	clear: both;
	background: #57626d;
	/*border-top: 1px solid #BABABA;*/
	font-size: 16px;
	color: #fcf1d2;
	text-align: center;
	height: 40px;
	width:100%;
	padding-top:10px;
}
#rodape a:link, #rodape a:active, #rodape a:visited {
	color: #fcf1d2;
	text-decoration: none;
}
#rodape a:hover {
	text-decoration: underline;
}
#topo ul {
	position: relative;
 	height: 29px;
  	width: 575px;/*width: 525px; /*/
	padding-bottom: 15px;
   	overflow: hidden;
}
#topo li {
	float: left;
    list-style: none;
    margin-right: 20px;
}
#topo li.back {
 border-bottom: 2px solid #003474;
 width: 9px;
    height: 35px;
    z-index: 8;
    position: absolute;    
}
#topo li a {
	font-size: 20px;/*alterado 22*/
 	text-decoration: none;
    color: #fcf1d2;
    outline: none;
    text-align: center;
   	top: 7px;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 30px;
    position: relative;
    overflow: hidden;
   	
}   
#topo li a:hover, #topo li a:active, #topo li a:visited {
	border: none;
}
#topo .selected a:link, #topo .selected a:active, #topo .selected a:visited {
	color: #003474;
}       
#conteudo .big_title {
	color: #003474;
	font-size: 35px;
}   
#conteudo .medium_title {
	color: #003474;
	font-size: 30px;
}         
#conteudo .title {
	color: #003474;
	font-size: 22px;
}
#conteudo .mini a:link, #conteudo .mini a:active, #conteudo .mini a:visited {
	font-size:12px; 
	color: #003474; 
	text-decoration:none;
}
#conteudo .mini a:hover {
	text-decoration: underline;
}
#conteudo .texto {
	font-size:20px;
}
.simulador {
	position:absolute; 
	z-index:8; 
	width:180px; 
	height:325px; 
	margin-left:45px; 
	margin-top:84px;
}
.laranja, a:link, a:active, a:visited {
	color: #003474;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#contact input {
	border: 2px solid #EAEAEA;
	outline: 0px;
	color: #BDBDBD;
	font-style: italic;
	font-size: 12px;
	margin-bottom: 5px;
	padding: 2px;
	width: 270px;	
}
.button {
	margin-top: 5px;
	border: 2px solid #003474;
	background: #ffffff;
	color: #5A5A5A;
	font-weight: bold;
	font-size: 16px;
	padding: 2px;
}


.faqs{color:#003474;}
.faqs a{color:#003474;}