/* -- [ Corpo ] --------------------------------------------*/
body {
	margin-left: 0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #F7B721;
}
.body2 {
	margin-left: 0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #ffffff;
}
td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.td-bg {
	background-image: url();
	background-repeat: repeat-x;
}


.titulos {font-size: 14px; color: #006600; font-weight:bold}

.links_verdes { color:#37CB03; text-decoration: none}
.links_verdes:hover { text-decoration: underline; }
.links_bordou {font-size: 7pt; color: #000000; text-decoration: none; font: bold}
.links_bordou:hover {font-size: 7pt; color: #8A0002; text-decoration: underline; font:bold}
.links_fotos { font-family: verdana; font-size: 7pt; color: #000000; text-decoration: none; }
.links_fotos:hover { font-family: verdana; font-size: 7pt; color: #8A0002; text-decoration: underline; }
.links_pretos { font-family: verdana; font-size: 7pt; color: #000000; text-decoration: underline; }
.links_pretos:hover { font-family: verdana; font-size: 7pt; color: #000000; text-decoration: none; }
.border {  border: #CCCCCC; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px}
.buttonstyle {  border: #CCCCCC; background-color: #009900; color: #FFFFFF; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px}

/* -- [ Texto ] --------------------------------------------*/
.texto_branco {
	color: #FFFFFF;
}
.texto_vermelhos {
	color: #B70808;
}
.texto_verdes {
	color: #304A15;
}
.texto_cinza {
	color: #666666;
}
.texto_verdesf {
	color: #FFFFFF;
	background-color: #3A7C1D;
}

/* -- [ Forms ] --------------------------------------------*/
.form {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	border: 1 solid #1D5500;
}

/* -- [ Links ] --------------------------------------------*/
.links_pretos {
	margin-left: 5px;
	text-decoration: none;
	color: #122409;
}
.links_pretos:hover {
	margin-left: 10px;
	text-decoration: underline;
	color: #FFFFFF;
}

.links {
	text-decoration: none;
	color: #122409;
}
.links:hover {
	text-decoration: underline;
	color: #000000;
}