/* CORPO */
body {
	background-color: #B2D4C2;
	background-image: url('../img/fundo.jpg');
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

/*hr*/
hr {  
	  border-top: 1px dashed #0C5C37;      
      color: #0C5C37;
      background-color: #DEDEDC;
      height: 0px;	  
}

/*TABLE*/
table.paginas{			
	background-color: #DEDEDC;	
}

/* TD */ 
td{			
	background-color: #FFFFFF;				
}
td.paginas{			
	background-color: #DEDEDC;	
}
td.topo_interno{			
	background-color: #FFF;	
	background:url(../img/paginas/topo.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height: 72px;
}
td.proximos_eventos{			
	background-color: #FFF;	
	background:url(../img/capa/proximos_eventos.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height: 207px;
	width: 212px;
}
/*P*/
p{
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #0C5C37;
}
p.index{
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 7px;
	margin-bottom: 0px;
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #0C5C37;
}
p.proximos_eventos{
	margin-right: 13px;
	margin-left: 13px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: Trebuchet MS;
	font-size: 15px;
	color: #FFF;
}
p.titulo{
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #0C5C37;
}
p.topo_interno{
	margin-right: 20px;
	margin-left: 0px;
	margin-top: 14px;
	margin-bottom: 0px;
	font-family: Trebuchet MS;
	font-size: 34px;
	color: #FFF;
}
p.paginacao{
	font-family: Trebuchet MS;
	font-size: 9px;
	color: #0C5C37;
}
/*LINK*/
a:link {
	color: #378735;
	font-family: Trebuchet MS;
	font-size: 12px;
	text-decoration: none;
}
a:visited {
	color: #378735;
	font-family: Trebuchet MS;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color: #0C5C37;
	font-family: Trebuchet MS;
	font-size: 12px;
	text-decoration: none;	
}
a.titulo:link {
	color: #378735;
	font-family: Trebuchet MS;
	font-size: 16px;
	text-decoration: none;
}
a.titulo:visited {
	color: #378735;
	font-family: Trebuchet MS;
	font-size: 16px;
	text-decoration: none;
}
a.titulo:hover {
	color: #0C5C37;
	font-family: Trebuchet MS;
	font-size: 16px;
	text-decoration: none;	
}
a.paginacao:link {
	color: #378735;
	font-family: Trebuchet MS;
	font-size: 9px;
	text-decoration: none;
}
a.paginacao:visited {
	color: #378735;
	font-family: Trebuchet MS;
	font-size: 9px;
	text-decoration: none;
}
a.paginacao:hover {
	color: #0C5C37;
	font-family: Trebuchet MS;
	font-size: 9px;
	text-decoration: none;	
}
a.index:link {
	color: #0C5C37;
	font-family: Trebuchet MS;
	font-size: 13px;
	text-decoration: none;
}
a.index:visited {
	color: #0C5C37;
	font-family: Trebuchet MS;
	font-size: 13px;
	text-decoration: none;
}
a.index:hover {
	color: #378735;
	font-family: Trebuchet MS;
	font-size: 13px;
	text-decoration: none;	
}
a.proximos_eventos:link {
	color: #FFF;
	font-family: Trebuchet MS;
	font-size: 15px;
	text-decoration: none;
}
a.proximos_eventos:visited {
	color: #FFF;
	font-family: Trebuchet MS;
	font-size: 15px;
	text-decoration: none;
}
a.proximos_eventos:hover {
	color: #0C5C37;
	font-family: Trebuchet MS;
	font-size: 15px;
	text-decoration: none;	
}
/*INPUT*/
input.text{	
	font-size: 12px;
	font-family: Trebuchet MS;
	color: #0C5C37;	
	background: #FFFFFF;	
	border-width:0;	
}
textarea{	
	font-size: 12px;
	font-family: Trebuchet MS;
	color: #0C5C37;	
	background: #FFFFFF;	
	border-width:0;	
}
select{	
	font-size: 12px;
	font-family: Trebuchet MS;
	color: #0C5C37;	
	background: #FFFFFF;	
	border-width:0;	
}
input.botao{	
	font-size: 12;
	font-family: Trebuchet MS;
	color: #0C5C37;		
	background: #96CA1D;
	border-width: 0;
	cursor: hand;
}
