body {
	background-color: #333333;
}.border {
	border: 1px solid #FFFFFF;
	list-style-position: inside;
}

.texto {
	font-family: "Arial Narrow";
	font-size: 15px;
	color: #000000;
	text-transform: none;
	font-weight: normal;
	text-align: justify;
}
.link_azul {
	font-family: "Arial Narrow";
	font-size: 15px;
	font-weight: bold;
	color: #006F98;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}.link_azul_small {
	font-family: "Arial Narrow";
	font-size: 15px;
	font-weight: bold;
	color: #006F98;
}
.titulo {
	font-family: "Arial Narrow";
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}
.titulo_grande {
	font-family: "Arial Narrow";
	font-size: 18px;
	font-weight: bold;
	color: #006F98;
}
.texto_verde {
	font-family: "Arial Narrow";
	font-size: 15px;
	font-weight: bold;
	color: #7DA02C;
	text-transform: none;
}
.texto_branco {
	font-family: "Arial Narrow";
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 15px;
}
