@charset "iso-8859-2";
/* CSS Document */

body {
	margin:0px;
	background-image:url(../imagens/background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#D9DACC;
}
a:link {
	font-family: Arial;
	font-size: 12px;
	color: #004980;
	text-decoration: none;
	border:none;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #004980;
	text-decoration: none;
	border:none;
}
a:active {
	font-family: Arial;
	font-size: 12px;
	color: #004980;
	text-decoration: none;
	border:none;
}
a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #004980;
	text-decoration: none;
	border:none;
}

p{
	text-align:justify;
}

.texto{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:333333;
}
.texto1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
}
.texto2{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#71624E;
	font-weight:bold;
	font-stretch:condensed;
}
.texto3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#71624E;
	font-weight:bold;
}
.texto4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}




.bordaBase1{
	border-bottom:1px solid #71624E;
}
.bordaBase2{
	border-bottom:2px solid #DCE4E7;
}
.bordaBase3{
	border-bottom:1px solid #DFE3E6;
}

.bordaFoto{
	border:4px solid #EFEFEF;
}

.Form1 {
	background-color: #F6F5F3;
	border: 1px solid #ECEAE8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	width:100%;
}
.btForm1 {
	background-color: #F6F5F3;
	border: 1px solid #ECEAE8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}