@charset "utf-8";
body {
	font-family: Trebuchet MS;
	font-size: 0.9em;
	color: #6e6f70;
	line-height: 1.5em;
	background: #edf6fc;
}
.limpar_estilo {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 0.9em;
	color: #6e6f70;
}

ul{
	list-style: none;
	list-style-type: none;
}

li{
	background:transparent  no-repeat scroll 0 10px;
	padding-left:9px;
}

.sublinhado {
	text-decoration: underline;
}
a {
	color: #195779;
	text-decoration: none;
}
a:hover {
	color: #156fb5;
}

.titulos_azul{
	color:#195779;
	font-weight: bold;
	font-size: 1.0em;
}

.titulos_cinza{
	color:#333;
	font-weight: bold;
	font-size: 1.0em;
}

.titulos_azul_caixa_alta{
	color:#195779;
	font-weight: bold;
	font-size: 1.0em;
	text-transform:uppercase;
}

.titulos_cinza_caixa_alta{
	color:#333;
	font-weight: bold;
	font-size: 1.0em;
	text-transform:uppercase;
}

.comentarios_e_citacoes{
	font-size: 12px;
	font-style: italic;
	color: #666666;
}

img {
	border: 2px #fff solid;
	margin: 10px 10px 10px 0;
}