/* Básico */
body,h1,h2,h3,h4,ul,ol,li,dl,dd,dt,form,p{
	margin:0px;
	padding:0px;
}
A:link { TEXT-DECORATION: none; }
A:visited { TEXT-DECORATION: none;  }
A:hover { TEXT-DECORATION: underline; }
body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	scrollbar-base-color: white; 
	scrollbar-arrow-color: #725e05;
	scrollbar-Face-Color: white;
	scrollbar-highlight-Color: #d5d5d5;
	scrollbar-DarkShadow-Color: white;
	scrollbar-Track-Color: #EFEFEF;
}
ul,li{
	list-style:none;
}
.quebra{
	clear:both;
}
img {
	border: none;
}
/* Fim Básico*/  
.topo{
	background-image: url(img/topo2.jpg);
	background-repeat: no-repeat;
}
#titular{
	position:absolute;
	top: 43px;
	left: 21px;
	background-image: url(img/titular.gif);
	background-repeat: no-repeat;
	width: 469px;
	height: 19px;
}
#miolo{
	position:absolute;
	top: 79px;
	left: 15px;
}

#rodape{
	position:absolute;
	top: 420px;
	left: 0;
	background-image: url(img/rodape.gif);
	background-repeat: no-repeat;
	width: 511px;
	height: 17px;
}
.menu{
	text-align: center;
	height: 26px;
}
.menu_off{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
.menu_on{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #633d00;
}
.bg{
	background-image: url(img/bg.gif);
	background-repeat: no-repeat;
	padding: 1px 2px 2px 2px;
	width: 481px;
	height: 303px;
}
.bg2{
	background-image: url(img/bg2.jpg);
	background-repeat: repeat-x;
}
