/* CSS Document */
.BasicText {
	FONT-SIZE: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: normal;
}
.MenuText {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Arial; TEXT-DECORATION: none
}
.MenublackText {
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: Arial;
	TEXT-DECORATION: none;
	font-weight: bold;
}
.MenuText:hover {
	FONT-SIZE: 11px; COLOR: #0058af; FONT-FAMILY: Arial
}
a:link {
	color: #000000;
	text-decoration: none;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}	
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #1B4C77;
}
a:active {
	text-decoration: none;
}
.bot {	text-decoration: none;
	font-weight: bold;
	color: 000000;
	font-size: 10px; 
	font-family: tahoma,arial,verdana;
}

