@charset "iso-8859-2";
/* CSS Document */

body{
	margin:0px;
	background:url(imagens/fundo.jpg);
	background-repeat:repeat-x;
	background-color:#b9cfdc;	
}
.back {
	background-repeat: no-repeat;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00587a;
	background-color: #d0dfe8;
	font-size: 11px;
	border: 1px solid #a6c4d2;
	padding-left:5px;
}
.formfixo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00587a;
	background-color: #d0dfe8;
	font-size: 11px;
	border: 1px solid #a6c4d2;
	padding-left:5px;
	width: 130px;
}
.form2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00587a;
	background-color: #cddce4;
	font-size: 11px;
	padding-left:5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.form3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00587a;
	background-color: #e3ecf1;
	font-size: 11px;
	border: 1px solid #94c6dc;
	padding-left:5px;
	margin-left:5px;
}


.txt_branco {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.txt_azul {
	color: #00587a;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.txt_azulbold11 {
	color: #00587a;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.txt_marrom {
	color: #635f75;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.lnk_azul {
	color: #00587a;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.lnk_azul:active {  color: #00587a; text-decoration: none}
.lnk_azul:visited {  color: #00587a; text-decoration: none}
.lnk_azul:link {  color: #00587a; text-decoration: none}
.lnk_azul:hover {  color: #00587a; text-decoration: underline}
.lnk_marrom {
	color: #635f75;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.lnk_marrom:active {  color: #635f75; text-decoration: none}
.lnk_marrom:visited {  color: #635f75; text-decoration: none}
.lnk_marrom:link {  color: #635f75; text-decoration: none}
.lnk_marrom:hover {  color: #635f75; text-decoration: underline}
.txt_azulbold11 {
	color: #00587a;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.lnk_marrombold11 {
	color: #9b2404;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.txt_azulbold14 {
	color: #00587a;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.txt_vermelhobold12 {
	color: #9F0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.bt_cadastrar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/botoes/btn_cadastrar.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 106px;
	background-color: #D6E3EA;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
