@CHARSET "ISO-8859-1";

*{
	font-family: Arial;
}

a{
	text-decoration: none;
}

p{
	text-align: justify;
}

.f1{
	font: bold 14px 'Arial'; 
	color: #c63;
}

.f2{
	font: bold 16px 'Arial'; 
	color: #004195;
}

.f3{
	font: normal 14px 'Arial';
	color: #555;
	line-height: 25px;
	text-indent: 25px;
}

.f4{
	font: bold 14px 'Arial';
	color: #555;
	line-height: 25px;
	text-indent: 25px;
	text-align: center;
	margin: 20px auto;
}

.f4 a{
	color: #369; 
	font-size: 14px;
}
.f4 a:HOVER{
	text-decoration: underline;
}

/***

/* Reset CSS */

html, body, div, span, blockquote, pre, address,
font, img, strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

***/


/**************** Configurações do Cabeçalho ******************/

div.header{
	margin: 10px auto 0px auto;
	position: relative;
	float: left;
	min-width: 600px;	
	width: 100%;
}

div.header .scope-h{
	position: relative;
	width: 600px;
	height: 130px;
	margin: 0px auto;
}

/**************************************************************/
/******************* Configurações do Corpo *******************/

div.body{
	position: relative;
	float: left;
	margin: 10px auto 0px auto;
	min-width: 1000px;
	width: 100%;
}

.scope-b{
	width: 600px; 
	margin: 10px auto;
}

.links{
	font: normal 16px 'Arial';
	position: relative;
	margin: 20px auto 20px -2px;
	color: #c63;
}

.links a{
	color: #c63;
	font-weight: bold;
}

.links a:HOVER {
	color: #c63;
	text-decoration: underline;
}

#infos{
	position: relative;
	 margin: 20px auto; 
	 width: 565px; 
	 height: 200px;
}

#infos #simule{
	position: relative;
	float: left; 
	width: 253px; 
	height: 80px;
}

#infos #preencha{
	position: relative; 
	float: left; 
	width: 307px; 
	height: 80px;
}

#infos #credito{
	position: relative; 
	width: 560px; 
	height: 114px;
}

#txt1-rod, #txt2-rod, #txt3-rod{
	position: relative;
}

#txt1-rod a{
	color: #369; 
	font-size: 14px;
}

#txt1-rod a:HOVER{
	text-decoration: underline;
}

#txt2-rod{
	text-align: center;
}

#txt2-rod a{
	font-weight: bold;
	color: #000; 
	font-size: 14px; 
	text-decoration: underline; 
}

#txt3-rod{
	margin: 30px;
}

/**************************************************************/
/******************* Configurações do Rodapé ******************/

div.footer{
	position: relative;
	float: left;
	margin: 10px auto 0px auto;
	min-width: 600px;
	width: 100%;
}

div.footer .scope-f{
	background: transparent url("../img/base.jpg") no-repeat center center;
	position: relative;
	width: 600px;
	margin: 0px auto 20px auto;
	height: 51px;
}

#copyright{
	position: relative; 
	float: left; 
	margin: 10px auto;
	font-size: 12px; 
	border-top: 1px solid #ddd; 
	padding-top: 20px;
}

/**************************************************************/
