@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
body {
	font-size: 62.5%;
}
p, .col_dir li, #box_conteudo2 li {
	font: 1.4em/1.5em 'PT Sans';
	font-size: 14px;
}
h1 {
	font: 2em 'PT Sans';
	color: #004b94;
	font-weight: 700;
	margin: 0;
}
p strong {
	font-weight: 700;
}
.azul {
	color: #004b94;
}
a {
	color: #004b94;
	text-decoration: none;
}
a:hover {
	color: #004b94;
	text-decoration: underline;
}