/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	text-align:left;
	background-image: url(../img/fundo.png);
	background-repeat: no-repeat;
}

/* css de exemplo */
#navcontainer{
	position:absolute;
	left: 7px;
	top: 189px;
	width: 96px;
	height: 251px;
	/*margin: 10px 0 0 30px;*/
	/*padding: 0;*/
}
#navcontainer ul {
	text-align:right;
	list-style:none;
	margin-right: 20px;
	margin-left: -40px;

}
#navcontainer ul li{
	display:block;
	color:#fff;
	height: 35px;
}
#navcontainer li.ultimo{
  border:none;
}
#navcontainer ul li a {
  color:#fff;
  text-decoration:none;
  font:11px Verdana, "bitstream vera sans", helvetica, sans-serif;
}

#navcontainer ul li a:hover{
	color:#FFCC00;
}
#navcontainer a: active {
	color: #fff;
}
#navcontainer li  active a{
	color: #fff;
}	
#curvaesq{
	position:absolute;
	left:0px;
	top:60px;
	width:83px;
	height:38px;
	background-image: url(../imagens/curvaesq.JPG);
	background-repeat:no-repeat;
}
#logotipo {
	position:absolute;
	left:544px;
	top:25px;
	width:195px;
	height:89px;
	background-image: url(../img/logo.GIF);
	background-repeat: no-repeat;
}
#figuramenu {
	position:absolute;
	left:315px;
	top:60px;
	width:460px;
	height:185px;
	background-image: url(../imagens/figuramenu.JPG);
	background-repeat: no-repeat;
}

h5 {
	color: #A62800;
	font-size: 13px;
	line-height:8px;
}
h6 {
	color: #000;
	font-size: 11px;
	line-height:5px;
}


.titverde {
	font-size: 12px;
	font-weight: bold;
	color: #598513;
}
.titvermelho {
	font-size: 11px;
	font-weight: bold;
	color: #A62800;
}
.titpreto {
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
/***  links  ***/
.verde a:link {
	color: #009900;
	text-decoration: none;
}
.verde a:hover {
	color: #009900;
	text-decoration: underline;
}
.verde a:active {
	color: #006600;
	text-decoration: none;
}
.verde a:visited {
	color: #009900;
	text-decoration: none;
}
#menuescola 
{
   position:absolute; 
   color: #CC0000;
   left:125px; 
   top:184px; 
   width:409px; 
   height:17px; 
   z-index:5;
   font-variant: normal;
   text-decoration: none;
   font:11px Verdana, "bitstream vera sans", helvetica, sans-serif;
 }
#menuescola a:link {
	color: #CC0000;
	text-decoration: none;
}
#menuescola a:active {
	color: #CC0000;
	text-decoration: none;
}
#menuescola a:visited {
	color: #CC0000;
	text-decoration: none;
}
#menuescola a:hover {
	color: #993300;
	text-decoration: none;
}
.voltartopo {
	color: #A62800;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
