@charset "UTF-8";


body {
margin:0;
padding:0;
background:#FFF;
text-align:center; /* hack para o IE */
}

#geral {
	padding:30px;
	width:250px;
margin:0 auto;         
text-align:center; /* "remédio" para o hack do IE */ 
}


foot
{
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:9px;
	} 

a:link, a:visited {
text-decoration: none;
color:#000;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
color:#000;
}

#cont {
	width:800px;
margin:0 auto;         
text-align:center; /* "remédio" para o hack do IE */ 
}

#bar ul {
    padding: 60px 0px 0px 60px;
    margin: 0px 35px;
    list-style: none;
    float: left;
}


#bar ul li {
    float: left;
    display: inline; /*For ignore double margin in IE6*/
    margin: 0px 20px;
}

#bar ul li a {
    text-decoration: none;
    float:left;
    color: #999;
    cursor: pointer;
    font: 900 15px/22px "Arial", Helvetica, sans-serif;
}

#bar ul li a span {

    position: relative; /*To fix IE6 problem (not displaying)*/
    float:left;
}

#bar li a:hover {
    color: #48863a;
}

texto
{
	text-align: justify;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	word-spacing:0.2em;
	line-height:1.5em;
	}  

subtit
{
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	} 