/****************************************************************/

/* BODY			*************************************************/

body {
	margin: 0;
	text-align: center;
	background-image: url('../imagens/fund1.gif');
	scrollbar-highlight-color: #0B4913;
	scrollbar-shadow-color: #0B4913;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #0B4913;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-base-color: #96B79D;
}
.body2{
	margin: 0;
	text-align: center;
	background-image: url('../imagens/fund2.gif');
	scrollbar-highlight-color: #0B4913;
	scrollbar-shadow-color: #0B4913;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #0B4913;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-base-color: #96B79D;
}
body font{
	color: #000;
}
td {
	font-family: Arial;
	font-size: 12px;
  	color: #000000;
	text-align: justify;
}
table tr td ul li{
	margin-bottom: 10px;
}
/****************************************************************/

/*	LINKS MENU	*************************************************/

a.glink, a.glink:visited {
  	color: #384f6c;
	text-decoration: none;
	padding: 5px;
	width: 100%;
}

a.glink:hover {
	display: block;
  	background-image:  url('../imagens/menu_on.gif');
	text-decoration: none;
	padding: 5px;
	width: 100%;
  	color: #6699ff;
}
a {
	text-decoration:none;
	font-weight:bold;
}
/****************************************************************/

/*	TABELA PRIN *************************************************/

.tblprinc {
	border: 0px none;
	width: 760px;	
}

.tdprinc{
	text-align: justify;
}

/****************************************************************/

/*	LADO		*************************************************/

.tdlado {
	font-family: verdana;
	font-size: 10; 
	background-color: #c8d9eC;
	text-align: center;
}

/****************************************************************/

/*	RODAPE		*************************************************/

.rodape {
	font-family: verdana;
	font-size: 10; 
	color: #ffffff !important;
	text-align: center;
}
.rodape font{
	color: #FFF !important;
}
a.rlink, a.rlink:visited {
  	color: #ffffff;
	text-decoration: none;
}

a.rlink:hover {
  	color: #ffffff;
	text-decoration: underline;
}
/****************************************************************/

