@charset "utf-8";
/* CSS Document */

body{
font-family:"Trebuchet MS";
font-size:12px;
color:#FFFFFF;
}
a{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #b9b8b7;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}
.td{
background-repeat:no-repeat
}

.fonte_branca{
font-family:"Trebuchet MS";
font-size:12px;
color:#FFFFFF;
}
.fonte_cinza{
font-family:"Trebuchet MS";
font-size:12px;
color:#b9b8b7;
}
.fonte_cinza_justificada{
font-family:"Trebuchet MS";
font-size:12px;
color:#b9b8b7;
text-align: justify;
}
.fonte_bege{
font-family:"Trebuchet MS";
font-size:12px;
color:#918262;
}
.fonte_laranja{
font-family:"Trebuchet MS";
font-size:12px;
color:#fab421;
}
.titulo_laranja{
font-family:"Trebuchet MS";
font-size:13px;
font-weight:bold;
color:#fab421;
}
/* LINK LARANJA */

a.link_laranja:link {
font-family:"Trebuchet MS";
font-size:12px;
color:#fab421;
text-decoration:none;
}
a.link_laranja:visited {
font-family:"Trebuchet MS";
font-size:12px;
color:#fab421;
text-decoration:none;
}
a.link_laranja:hover {
font-family:"Trebuchet MS";
font-size:12px;
color:#f4f4f4;
text-decoration:underline;
}
a.link_laranja:active {
font-family:"Trebuchet MS";
font-size:12px;
color:#fab421;
text-decoration:underline;
}

/* LINK BRANCO */

a.link_branco:link {
font-family:"Trebuchet MS";
font-size:12px;
color:#ffffff;
text-decoration:none;
}
a.link_branco:visited {
font-family:"Trebuchet MS";
font-size:12px;
color:#ffffff;
text-decoration:none;
}
a.link_branco:hover {
font-family:"Trebuchet MS";
font-size:12px;
color:#cccccc;
text-decoration:underline;
}
a.link_branco:active {
font-family:"Trebuchet MS";
font-size:12px;
color:#ffffff;
text-decoration:underline;
}

/* LINK CINZA */

a.link_cinza:link {
font-family:"Trebuchet MS";
font-size:12px;
color:#b9b8b7;
text-decoration:none;
}
a.link_cinza:visited {
font-family:"Trebuchet MS";
font-size:12px;
color:#b9b8b7;
text-decoration:none;
}
a.link_cinza:hover {
font-family:"Trebuchet MS";
font-size:12px;
color:#FFFFFF;
text-decoration:underline;
}
a.link_cinza:active {
font-family:"Trebuchet MS";
font-size:12px;
color:#b9b8b7;
text-decoration:underline;
}
.formulario {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	background-color: #2a2825;
	border: 1px solid #413d39;
}
.formulario_laranja {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #fab421;
	background-color: #2a2825;
	border: 1px solid #413d39;
	font-weight: bold;
}
