@charset "utf-8";
body {
	margin: 0px;
}

a {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	
}
a:link {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	
}
a:hover {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
}
.corpo {
	background-color: #076CB0;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #0974BB;
	background-image: url(img/fundo_corpo.jpg);
	background-repeat: repeat-x;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.rodape {
	background-color: #F9F9F9;
	margin: 0px;
	width: 100%;
	background-image: url(img/rodape.jpg);
	background-repeat: repeat-x;
	height: 80px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.texto_rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
}

.texto1{
	font-size: 1.2em;
	color: #FFF;
	filter: Shadow(Color=#000000, Direction=200);
	font-family: Arial, Helvetica, sans-serif;
}
.top {
	text-align: center;
	margin: 0px;
	width: 100%;
}
.titulo1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.4em;
	color: #FFF;
}
.titulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	color: #FFF;
	padding-bottom: 2px;
	padding-top: 2px;
}
.divisa1 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #0974BB;
	margin-top: 10px;
	margin-bottom: 10px;
}

.destaque1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	color: #FFF;
}
.campos1 {
	border: 4px solid #065F99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	padding: 0.2em;
	background-color: #FFF;
}
.botao1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	color: #FFF;
	display: block;
	background-image: url(img/botao.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #004A95;
	padding-bottom: 5px;
}
.destaque2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	color: #FFF;
}

.linha_vertical {
	height: 250px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #065F99;
}

.borda1 {
	margin: 0.2em;
	border: 6px solid #05588F;
}

a.bot{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	color: #FFF;
	background-image: url(img/bot1.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 120px;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;
}
a.bot:link{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	color: #FFF;
	background-image: url(img/bot1.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 120px;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;
	}
a.bot:hover{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	color: #FFF;
	background-image: url(img/bot2.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 120px;
	display: block;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	}
.justificado {
	text-align: justify;
}

