/* CSS Document */
a.menu:link {
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
}
a.menu:hover {
	text-decoration: none;
}
a.menu:active {
	text-decoration: none;
}
a.subMenu:link {
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;

}
a.subMenu:visited {
	text-decoration: none;	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
		
}
a.subMenu:hover {
	text-decoration: none;	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
}
a.subMenu:active {
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
}
a.subMenu2:link {
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
}
a.subMenu2:visited {
	text-decoration: none;	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
}
a.subMenu2:hover {
	text-decoration: none;	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
}
a.subMenu2:active {
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
}
.body{
	background-color:#4f6535;
	background-image:url(../imagens/bgHome.jpg);
	background-repeat:repeat-x;
	margin-left:0;	
	margin-top:0;
	margin-right:0;
	margin-bottom:0;	
}
.header{
	background-image:url(../imagens/header.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:340px;
}
.central{
	width:1024px;
	margin-left:auto;
	margin-right:auto;	
}
.menu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#CCC;
	line-height:1,5em;
	width:150px;
	float:left;
}
.conteudo{
	background-color:#525b48;	
	width:874px;
	float:left;
}
.footer{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#FFF;
}
.bannerR{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	position:absolute;
	color:#CCC;
	background-color:#090;
	width:150px;
	top: 351px;
	height: 369px;
}
.Titulo2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
}
.Titulo{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
}
.Titulo1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
}
.Texto{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}
.subTexto{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:8px;
	color:#FFF;
}

