@charset "UTF-8";
/* CSS Document */

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #333333;
	text-align: justify;
}
body {
	background-color: #CCCCCC;
}



.TITULO_ESQUERDA {
	font-family: "Arial Rounded MT Bold";
	font-size: 14px;
	font-weight: bold;
	color: #0033CC;
	text-transform: uppercase;
}
.Titulo_direita {
	font-family: "Arial Rounded MT Bold";
	font-size: 14px;
	font-weight: bold;
	color: #0033CC;
	font-style: normal;
	
}
.Título_direita_Italico {
	font-size: 11px;
	font-weight: bold;
	color: #0033CC;
	font-family: "Arial Rounded MT Bold";
	font-style: italic;
}

.Texto_Esquerda {
	font-family: "Arial Rounded MT Bold";
	color: #333333;
	font-weight: normal;
	font-size: 13px;
	align: justify;
}

.Texto_Direita {
	font-family: "Arial Rounded MT Bold";
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	align: justify;
}

.texto_pequeno {
font-family: "Arial Rounded MT Bold"; 
font-size: 9px; 
font-weight: normal; 
color: #333333; 
align: justify; 
}

