/* CSS Document */
@charset "UTF-8";
td {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
}
.bg {
	font-family: Verdana;
	font-size: 12px;
	color: #46453B;
	background-image: url(imagens/index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a:link {
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;

}
.bg2 {
	font-family: Verdana;
	font-size: 12px;
	background-image: url(imagens/conteudo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #46453B;
}

a:visited {
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #000000;

}
a:hover {
	text-decoration: underline;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #14439F;

}
a:active {
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #000000;

}

/* MENU ######################################################################################################## */

.menu a:link {
	text-decoration: none;
	font-family: Verdana, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;

}
.menu a:visited {
	text-decoration: none;
	font-family: Verdana, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;

}
.bgform {
	background-image: url(imagens/fundoformulario.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
.bgmsg {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	background-image: url(imagens/fundpmsg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}


.menu a:hover {
	text-decoration: underline;
	font-family: Verdana, Verdana, Arial;
	font-size: 12px;
	color: #FFD52B;

}
.menu a:active {
	text-decoration: none;
	font-family: Verdana, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;

}

/* COR 1 ######################################################################################################## */
.cor1 {
	font-family: Verdana;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
}
.cor1 a:link {
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;

}
.cor1 a:visited {
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;

}
.cor1 a:hover {
	text-decoration: underline;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;

}
.cor1 a:active {
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;

}
/* COR 2 ######################################################################################################## */
.cor2 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #FFF;
}
.cor2 a:link {
	text-decoration: none;
	font-family: Verdana, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;

}
.cor2 a:visited {
	text-decoration: none;
	font-family: Verdana, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;

}
.cor2 a:hover {
	text-decoration: underline;
	font-family: Verdana, Verdana, Arial;
	font-size: 12px;
	color: #FFD52B;

}
.cor2 a:active {
	text-decoration: none;
	font-family: Verdana, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;

}

 /*Formulários ######################################################################################### */
input {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
}
textarea {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
}
.topo {
	background-image: url(imagens/topo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.rodape {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	background-image: url(imagens/rodape.jpg);
	background-position: center top;
}
