body {
	margin: 0px;
	background-color: #d4d4d4;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #ffd501;
	text-decoration: none;
}
.sepmenu {
	background: url(../imagens/layout/sep_menu.gif) left center repeat-x;
	height: 12px;
}
.divmenuinst {
	background: url(../imagens/layout/div_menuinst.gif) left top repeat-x;
	height: 2px;
}
#menuinst a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #cd4723;
	text-transform: uppercase;
}
#menuinst a:hover { color: #ffffff; }
.divmenu {
	background: url(../imagens/layout/div_menu.gif) left top repeat-x;
	height: 2px;
}
#menu td { padding: 6px 0px; }
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #29353e;
	text-transform: uppercase;
}
#menu a:hover { color: #ffffff; }
#conteudo {
	background: url(../imagens/layout/gradient_conteud.gif) left top repeat-y;
	background-color: #29353e;
	border-right: solid 1px #3d4f5c;
}
#rodape {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
}
#rodape a:hover {
	text-decoration: none;
}
#titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #29353e;
	background-color: #eec400;
	font-weight: bold;
	text-transform: uppercase;
}
.ftborda {
	border-style: solid;
	border-width: 1px;
	 border-color: #EEC400;
}
.textboxform {
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.botao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color:#EEC400;
	color: #333333;
	border: 1px solid #F6E17D;
}
