@charset "UTF-8";
.fundo {
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(images/fundo_geral.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.fundo2 {
	background-attachment: scroll;
	background-color: #fff;
	background-image: url(images/assinatura_dir.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.titulo1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 26px;
	font-style: normal;
	color: #999;
	text-decoration: none;
}
.titulo2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #249908;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.tituloverde {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #249908;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.fontazul {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #243b97;
	text-decoration: none;
}

.fontazulbold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #243b97;
	text-decoration: none;
}

.fontred {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #F00;
	text-decoration: none;
}
.linkblue {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #1E6CD9;
	text-decoration: underline;
}
.linkblue:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #09F;
	text-decoration: none;
}
.link3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #243b97;
	text-decoration: none;
}
.link3:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #7f0452;
	text-decoration: none;
}
.link1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #243b97;
	text-decoration: none;
}
.link1:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #4c870a;
	text-decoration: none;
}
.btn_link {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	height: 45px;
	width: 210px;
	background-color: #243b97;
	padding: 5px;
	border-radius: 10px 10px 10px 10px;  
}
.fdobloco {
	background-color:#FFF;
	}
.campo {
	border-color:#243b97;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #006;
	text-decoration: none;
	background-color: #cee2fb;
	margin: 1px;
	padding: 5px;
	width: 400px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	}
	
	.campoddd {
	border-color:#243b97;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #006;
	text-decoration: none;
	background-color: #cee2fb;
	margin: 1px;
	padding: 5px;
	width: 40px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	}
	
	.campotelefone {
	border-color:#243b97;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #006;
	text-decoration: none;
	background-color: #cee2fb;
	margin: 1px;
	padding: 5px;
	width: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	}
	
	.campomsg {
	border-color:#243b97;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #006;
	text-decoration: none;
	background-color: #cee2fb;
	margin: 1px;
	padding: 5px;
	width: 400px;
	height: 160px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	}