.Titulo {
	letter-spacing : 2pt;
	font-weight : bold;
	font-family : "Times New Roman";
	font-size : 17pt;
	color : #27003F;
	text-align : center;
	background-color : #BBB8A5;
}

.SubTitulo {
	letter-spacing : 1,2pt;
	font-weight : bold;
	font-family : "Times New Roman";
	font-size : 14pt;
	color : #27003F;
	text-align : justify;
}

BODY {
	background-color : #FEFAE1;
	color : Black;
	margin-left : 0;
	margin-top : 5;
}

A {
	color : #000080;
}

A.Menu:HOVER {
	font-family: Verdana;
	color: #BBB8A5;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	background-color : #FEFAE1;
}
A.Menu {
	font-family: Verdana;
	color: #27003F;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	letter-spacing : normal;
	background-color : #FEFAE1;
}



