body {
	background-color: #FFFFFF;
	margin: 1px;
}


.Titulo {
	font-family: "Trebuchet MS", Verdana;
	font-size: 16px;
	color: #0075c7;
	text-align: left;
	font-weight: bold;
}
.SubTitulo {
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
	color: #0075c7;
	text-align: left;
	font-weight: bold;
}

.Texto {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color:#333333
	padding-top: 15px;
	text-align: justify;
	line-height: 22px;
}

A {
	FONT-SIZE: 12px; 
	COLOR: #0075c7; 
	FONT-FAMILY: "Trebuchet MS", Verdana;
	TEXT-DECORATION: none;
	font-weight: bold;
}
A:hover {
	FONT-SIZE: 12px; 
	COLOR:#333333; 
	FONT-FAMILY: "Trebuchet MS", Verdana;
	TEXT-DECORATION: none;
	font-weight: bold;
}



