body{
	background-color: #000;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:bold;
	margin:0;
	padding:0;
	}
#banner{
	background: #fff;
	height: 130px;
}
#topo{
	background-color: #fff;
	background: url(logo.png) no-repeat;
	height: 130px;		
}
#conteudo{

	background-color: #fff;
}
#topol{
	border-top:4px solid #B30000;
}

#footer{
	height: 100px;
	background-color: #fff;
}

table.bordasimples {border-collapse: collapse;}

table.bordasimples tr td {border:10px solid #fff;}


table.bordacinza {border-collapse: collapse;}

table.bordacinza tr td {border:1px solid #ccc;}


a:link {text-decoration: none; color: #575555;}
a:visited {text-decoration: none; color: #575555;}
a:hover {text-decoration: none; color: #ccc;}
a:active {text-decoration: none; color: #575555;}



hr {
	border:none;
	border-top:1px solid red;
	height:1px;
	margin-bottom:10px;
	}

#stylefour{
	position:relative;
	display:block;
	height:90px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(bgOFF.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	border-top:2px solid #B30000;
	}

#stylefour ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	}

#stylefour ul li{
	display:block;
	float:left;
	margin:0;
	}

#stylefour ul li a{
	display:block;
	float:left;
	color:#666;
	text-decoration:none;
	padding:11px 20px 0 20px;
	height:80px;
	background:transparent url(bgDIVIDER.gif) no-repeat top right;
	}

#stylefour ul li a:hover,#stylefour ul li a.current{
	color:#B30000;
	height:75px;
	background:#fff url(bgON.gif) no-repeat top right;
	}
	
	
	
#el01 {padding:0} /* Remove padding */
#el02 { /* Text and background colour, blue on light gray */
color:#00f;
background-color:#ddd
}
#el03 {background:url(/i/icon-info.gif) no-repeat 100% 50%} /* Background image */
#el04 {border-width:6px} /* Border width */
#el05 {border:2px dotted #00f} /* Border width, style and colour */
#el06 {border:none} /* No border */
#el07 {font-family:”Courier New”,Courier} /* Different font */
#el08 {font-size:2em} /* Bigger text */
#el09 {font-size:0.5em} /* Smaller text */
#el10 {font-weight:bold} /* Bold text */
#el11 {padding:2em} /* Increase padding */
#el12 {text-align:right} /* Change text alignment */
fieldset p {margin:0} /* Remove margins from p elements inside fieldsets */