@charset "UTF-8";
/* CSS Document */

#bar .more {
	font-size: 50px;
	color:#4a7601;
	padding:10px 0 0 30px;
	font-family:"MS Serif", "New York", serif;
}

.venha{
	font-size:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}

.table-curved {
    border-collapse:separate;
    border: solid #ccc 1px;
    border-radius: 25px;
}

.table-curved tr:last-child td
{
    border-bottom-left-radius: 25px;    
    border-bottom-right-radius: 25px;   
}


		body
{
	margin-top: 30px;
	background-image:url(../img/imgNew/fundo.jpg);
	background-repeat: no-repeat;
	} 
	
	
#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 ul.blue li a.current, ul.blue li a:hover {
    color: #069ac0;
}

#bar table tr td .more a {
	color: #4a7601;
}

foot
{
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:9px;
	} 
	
#doc{
	margin:40px;
	}
	
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;
	} 
	
a:link, a:visited {
text-decoration: none;
color:#000;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
color:#000;
}