<!--
* { 
padding : 0;
margin : 0;
} 

body 
{ 
	font-family : Trebuchet MS, Verdana, Arial, Helvetica; 
	color : #fff;
	font-size : 13px;
	font-style: normal;
	font-variant: normal;			
	font-weight: normal;
	letter-spacing: 0.03em;
	background: #4A7827 url('images/bg.gif');
}
input, textarea, select {
	background: #05220A;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-style: normal;
	font-variant: normal;
	color: #fff;
}	
h1
{
	padding: 10px 5px 10px 20px;
	font-weight: bold;
	font-size: 110%;
	color: #D3FF5C;
	text-align: left;	
}

h2
{
	padding: 10px 5px 10px 20px;
	font-weight: bold;
	font-size: 99%;
	color: #D3FF5C;
	text-align: left;	
}
h3
{
	padding: 5px 15px 0 50px;
	font-weight: bold;
	font-size: 99%;
	color: #FDFF5C;
	text-align: left;
}
h4
{
	padding: 5px 15px 5px 15px;
	font-weight: normal;
	font-size: 99%;
	color: #fff;
	text-align: justify;
}
#center
{
	width: 780px;
}		

#header
{
	display: inline;
	float: left;
	width: 780px;
	height: 150px;
	background: url('images/header.jpg');	
}

#menu 
{
	clear: both;
	width: 780px;
	height: 30px;
	margin: 0;	
	background: #05220A url('images/b1.gif'); 
	font-family : Verdana, Arial, Helvetica; 
	font-size: 11px; 
	letter-spacing: 0.05em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;	
}
#menu ul 
{
	margin: 0 0 0 65px;
	padding: 0;
	list-style: none;
}
#menu li 
{
	display: inline;
}
#menu a 
{
	display: block;
	float: left;
	height: 30px;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	color: #D3FF5C;
}
#menu a:hover  
{
	background: #4A7827 url('images/b2.gif');
	color: #fff;
}
#linha
{
	display: inline;
	float:left;
	width: 780px;
	height: 5px;
	background: url('images/linha.gif');
	font-size: 1pt;
}	
#content2
{
	display: inline;
	float: left;
	width: 780px;
	text-align: left;
	background: #276D2C;
}
#bottom
{
	display: inline; 
	float: left;
	width: 780px;
	height: 100px;
	text-align: left;
	background: #1E2640 url('images/bottom.jpg');
}
#left
{
	display: inline;
	float: left;
	width: 190px;
	text-align: center;
}
#right
{	
	display: inline;
	float: right;
	width: 589px;
	border-left: 1px dotted #fff;		
	text-align: center;
}

#bot
{	
	display: inline;
	float: left;
	width: 780px;
	height: 30px;
	font-size: 85%;
	color : #F0FFCA;	
	text-align: center;
	background: url('images/b1.gif');
}
#bot a:link, #bot a:visited, #bot a:active
{
	color: 	fff;
	text-decoration: none;
}
#bot a:hover	
{
	color: #D3FF5C;
	text-decoration: none;	
}	
-->
