
/*TEXTO DO SITE*/
.texto{
	font-size:11px;
	font-family: verdana;
	text-decoration: none;
	color : white;
	line-height: 18px;
}

.texto2{
	font-size:11px;
	font-family: verdana;
	text-decoration: none;
	color : #1a3b5a;
	line-height: 18px;
}


/*PARA O MENU*/
.menu {
	font-size:11px;
	font-family: verdana;
	text-decoration: none;
	color : white;

}

A.menu {
	font-size:11px;
	font-family: verdana;
	color : white;

}

A.menu:hover {
	font-size:11px;
	font-family: verdana;
	text-decoration: none;
	color : #1a3b5a;
	
}


.TITULOS{
	font-size:16px;
	font-family: verdana;
	text-decoration: none;
	color : #429ce2;
}



.pasta {
	font-size:10px;
	font-family: verdana;
	color : white;

}
A.pasta {
	font-size:10px;
	font-family: verdana;
	color : white;

}

A.pasta:hover {
	font-size:10px;
	font-family: verdana;
	text-decoration: none;
	color : #18486D;
}

