@charset "utf-8";
/* CSS Document */

body {
	background-color: #20B2AA;
	
}
.MENU {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-transform: uppercase;
	border: thin outset #FF2227;
	height: 20px;
	width: 135px;
	
}

.MENU A{
		color: #FFF;
		text-decoration: none;
}

.MENU A:hover{
	color: #0CC;
	text-decoration: underline;	
	
}


.TEXTO1 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;
	text-align: justify;
	padding: 5px;
	}

.TEXTO {
	color: #004080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
	text-align: justify;
	padding: 2px;
	font-weight: bold;
	}
	
.TEXTO A{
	color: #21AFDF;
	text-decoration: none;
		}	
		
.TEXTO A:hover {
	color: #FF0000;
	text-decoration: none;
		}	
		
	
.TITULO {
	color: #CB0004;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
	text-align: justify;
	padding: 5px;
	text-transform: uppercase;
	}
	
.TITULO1 {
	font-family: "Comic Sans MS", Arial, Verdana;
	font-size: 18px;
	line-height: 140%;
	text-align: justify;
	padding: 5px;
	text-transform: none;
	color: #004080;
	}
	
.TITULO2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 140%;
	text-align: justify;
	padding: 5px;
	text-transform: none;
	color: #004080;
	}

.LEGENDA {
	color: #004080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	text-align: CENTER;
	padding: 2px;
	font-weight: bold;
	}
	
.AMPLIAR{
	color: #004080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 140%;
	text-align: RIGHT;
	padding: 2px;
	font-weight: NORMAL;
	}
	
.DETALHES {
	color: #004080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	text-align: LEFT;
	padding: 2px;
	font-weight: bold;
	}
