body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background: #ffffff;
	text-align: left;
	margin-top: 0px;
}
A:link {
	color: #0E4765;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

A:visited {
	color: #0E4765;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

A:active {
	color: #0E4765;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

A:hover {
	color: #999999;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

A.small:link {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
}

A.small:visited {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
}

A.small:active {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
}

A.small:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 14px;
	}
	
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	
}
.titulo {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0E4765;
}
