a:link {font-weight: normal;color: #B38F33;text-decoration: none;}
a:visited {color: #B38F33;text-decoration: none;}
a:hover {color: #405649;text-decoration: none;}

body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #5D1900;
	background-image: url(img/bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B38F33;
	background-repeat: repeat-x;
	scrollbar-arrow-color: #5D1900;
	scrollbar-base-color: #E1C579;
	scrollbar-dark-shadow-color: #E1C579;
	scrollbar-track-color: #E1C579;
	scrollbar-face-color: #B38F33;
	scrollbar-shadow-color: #E1C579;
	scrollbar-highlight-color: #E1C579;
	scrollbar-3d-light-color: #E1C579;
}
.divIndex {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #65511D;
	border-right-color: #65511D;
	border-bottom-color: #65511D;
	border-left-color: #65511D;
}
.subTit {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #B38F33;
	}
.subTit3{
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #B38F33;
}
.subTit2 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #B38F33;
	}
.txt2 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B38F33;
}
.boxInf {
	background-image: url(img/box_inf.jpg);
	background-repeat: repeat-x;
}
.bgTabela {
	background-color: #B28F35;
	background-image: url(img/bg2.jpg);
}
.formInput {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B28F35;
	border: 1px solid #B28F35;
	text-indent: 2px;
	background-color: #5D1900;
}
.formInputMulti {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B28F35;
	border: 1px solid #B38F33;
	background-color: #5D1900;
}
.txtIndent {
	text-indent: 40px;
}

.menu{
	padding:0px;
	margin: 0px;
	margin-top: -88px;
	width: 620px;
	font-size:14px;
	color: #EB9886;
	list-style: none;
	z-index: 3000px;
	position: relative;
	float: right;
	font-weight: bold;
}

.menu ul li{
	display: inline;
	border-bottom:2px solid #BF9F62;
}

.menu ul li a {
   padding: 2px 10px;
   float: right;
   /*s visual do link 
   background-color:#EDEDED;*/
   color: #BF9F62;
   text-decoration: none;
	border-bottom:2px solid #BF9F62;
	border-top:2px solid #BF9F62;
}

.menu ul li a:hover{
	text-decoration: none;
	background-color:#EEEEEE;
    color: #BF9F62;

}