body {
	background-image: url(images/fundo.jpg);
	background-repeat: repeat;
	line-height:20%;
}

/* MENU */
a.MENU:link {
	color:#FFFFFF;
	text-decoration:none;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;;
}
a.MENU:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
a.MENU:hover {
	color:#00FF00;
	text-decoration:overline;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
a.MENU:active {
	color:#003300;
	text-decoration:underline;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration:underline;
	background-color:#FFFFFF;
}

/* LINKSPAGINAS */
a.LINKSPAGINAS:link {
	color:#003300;
	text-decoration:none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;;
}
a.LINKSPAGINAS:visited {
	color:#003300;
	text-decoration:none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
a.LINKSPAGINAS:hover {
	color:#FF0000;
	text-decoration:underline;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
a.LINKSPAGINAS:active {
	color:#FFFFFF;
	text-decoration:underline;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
	background-color:#FF0000;
}


/* LINKS DO MEIO DO TEXTO */
a.LINKTEXTO:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #0C2E0A;
	text-decoration:underline;
	
}

a.LINKTEXTO:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #0C2E0A;
	text-decoration:none;
}

a.LINKTEXTO:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #009900;
	text-decoration:none;
	
}
a.LINKTEXTO:active {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
	background-color:#003300;
	
}

/* LINKS DE NOTICIAS HOME */
a.LINKNOTICIAS:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
	
}

a.LINKNOTICIAS:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
}

a.LINKNOTICIAS:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #99FF99;
	text-decoration:underline;
	
}
a.LINKNOTICIAS:active {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:underline;
	background-color:#003300;
	
}



/* TITULO DAS PAGINAS */
.TITULO {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-transform:uppercase;
	color: #00FF00;
	
}

/* SUBTITULO DAS PAGINAS */
.SUBTITULO {
	font-family: Arial;
	font-weight: bold;
	text-transform:uppercase;
	color: #0C2E0A;
}

/* TEXTO PREDOMINANTE */
.TEXTO {
	font-family: Arial;
	font-size: 12px;
	color: #0C2E0A;
	text-align:justify
}
