body {
	background:url(img/fundo.png);
	margin:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.cinza1 {
color : #999;
}
.cinza2 {
color : #666;
}
.cinza3 {
color : #333;
}
.branco {
color : #fff;
}
.laranja {
color : #f7931e;
}
.preto {
color : #000000;
}
.verde {
color : #73a820;
}
.verde2 {
color : #bcbc1e;
}
.verde3 {
color : #59570a;
}
.vermelho {
color : #f15a24;
}
.azul {
color : #0071bc;
}
.azul2 {
color : #089aa4;
}
.azul3 {
color : #00f0ff;
}
.castanho {
color : #4d1002;
}
.rosa {
color : #ed1164;
}
.tijolo {
color : #cc6600;
}
.hoverbranco:hover {
color : #fff;
}
.hoververde:hover {
color : #285412;
}
.hoverlaranja:hover {
color : #8e4c11;
}
.hoverlaranja2:hover {
color : #f7931e;
}
.hoverazul:hover {
color : #8fc7ff;
}
.hoververmelho:hover {
color : #f15a24;
}
.hoverrosa:hover {
color : #ed1164;
}
.hoverpreto:hover {
color : #000000;
}
.hoverdeco:hover {
text-decoration : underline;
}
.hoverbackbranco:hover {
background-color : #fff;
background : #fff;
}
.nodeco {
text-decoration : none;
}
.nooutline {
outline:none;
}
.courier {
font-family : "Courier New", Courier, monospace;
}
.caps {
font-variant : small-caps;
}
.cursor {
cursor : pointer;
}
.txt8 {
font-size : 8px;
}
.txt9 {
font-size : 9px;
}
.txt10 {
font-size : 10px;
}
.txt11 {
font-size : 11px;
}
.txt12 {
font-size : 12px;
}
.txt13 {
font-size : 13px;
}
.txt14 {
font-size : 14px;
}
.txt15 {
font-size : 15px;
}
.txt16 {
font-size : 16px;
}
.txt18 {
font-size : 18px;
}
.txt20 {
font-size : 20px;
}
.txt22 {
font-size : 22px;
}
.txt24 {
font-size : 24px;
}
.txt28 {
font-size : 28px;
}
.txt30 {
font-size : 30px;
}
.txt32 {
font-size : 32px;
}
.txt36 {
font-size : 36px;
}
.txt46 {
font-size : 46px;
}
.txt42 {
font-size : 42px;
}
.txt66 {
font-size : 66px;
}
.bold {
font-weight : bold;
}
.pad1 {
padding : 2px;
}
.pad5 {
padding : 5px;
}
.pad10 {
padding : 10px;
}
.pad20 {
padding : 20px;
}
.contentsecure{
	width: 1028px;
	display:table;
	margin: auto;
}
#header {
	height: 125px;
	width: 892px;
	margin: auto;
	}
#divmenu { 
	width:1028px; 
	height:52px; 
	background:url(img/fd_menu.png);
	text-align:center;
	margin: auto;
	}
.menubot {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style:normal;
	text-decoration:none;
	color: #ffffaa;
	line-height:50px;
	}
.menubot:hover {
	color: #ffde5b;
	}
#divfoot { 
	width:892px; 
	height:41px; 
	background:url(img/fd_fot.png);
	text-align:center;
	margin: auto;
	}
.menufoot {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:normal;
	text-decoration:none;
	color: #ffffaa;
	line-height:40px;
	}
.menufoot:hover {
	color: #330a01;
	}
#mainbody {
	width: 892px;
	margin: auto;
	background:url(img/mainbody.png);
	display:table;
	font-size:12px;
	}
	
/* FORMS */
.divlabel {color:#871f05; font-family:Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; width: 150px; text-align:right; float:left; line-height: 25px; margin-right: 5px;}
input {background:#fff; color:#333; height:22px; border:1px solid #871f05; width:300px;}
textarea {background:#fff; color:#333; height:80px; border:1px solid #871f05; width:300px;}
.divinput {float:left; width:200px;}
.divgroup {width:auto; height:22px; display:table; margin-bottom:1px; margin-top:2px;}
.formtit
{
	  color:#871f05;
	  font-size:15px;
	  font-weight:bold;
	  width:auto;
	  border-bottom:1px solid #871f05; 
}
.linkright
{
	  color:#871f05;
	  font-size:15px;
	  font-weight:bold;
	  width:200px;
	  height:25px;
	  line-height:25px;
	  border-bottom:1px solid #871f05; 
}
