* {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif !important;
}

html, body {
	height: 100%;
	background: #2179a1;
}

body {
	width: 100%;
	min-height: 100%;
	color: #494949;
	background: transparent url('../img/fundo.geral.png') repeat-x bottom;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 130%;
	vertical-align: middle;
	display: table;
}

a {
	color: #a40000;
	text-decoration: none;
}

a:hover {
	color: #ef2929;
	text-decoration: underline;
}

p {
	margin: auto;
	margin-bottom: 5px;
}

a.saiba_mais {
	font-family: HelveticaRoundedLTStdBold, arial, sans-serif !important;
	font-size: 12px;
	text-decoration: underline;
	margin: auto;
	margin-top: 4px;
	margin-bottom: 4px;
}

p.aviso {
	color: #ff0000;
	font-family: arial, sans-serif !important;
	font-size: 13px;
	font-weight: bold;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

hr {
	height: 1px;
	border: 0;
	color: #000000;
	background: #d3d7cf;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	display: block;
	clear: both;
}

/* HEADINGS */
h1 {
	color: #0c4678;
	border-bottom: 1px solid;
	font-family: HelveticaRoundedLTStdBold, arial, sans-serif !important;
	font-size: 32px;
	font-weight: normal;
	text-align: right;
	line-height: 150%;
	vertical-align: middle;
	margin: auto;
	margin-bottom: 5px;
	padding: 0;
}

h2 {
	color: #0c4678;
	border-bottom: 1px solid;
	font-family: HelveticaRoundedLTStdBold, arial, sans-serif !important;
	font-size: 28px;
	font-weight: normal;
	text-align: right;
	line-height: 150%;
	vertical-align: middle;
	margin: auto;
	margin-bottom: 5px;
	padding: 0;
}

h3 {
	color: #0c4678;
	border-bottom: 1px solid;
	font-family: HelveticaRoundedLTStdBold, arial, sans-serif !important;
	font-size: 24px;
	font-weight: normal;
	text-align: right;
	line-height: 150%;
	vertical-align: middle;
	margin: auto;
	margin-bottom: 5px;
	padding: 0;
}

h4 {
	color: #0c4678;
	font-family: HelveticaRoundedLTStdBold, arial, sans-serif !important;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	line-height: 150%;
	vertical-align: middle;
	margin: auto;
	margin-bottom: 5px;
	padding: 0;
}

h5 {
	color: #0c4678;
	font-family: HelveticaRoundedLTStdBold, arial, sans-serif !important;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	line-height: 150%;
	vertical-align: middle;
	margin: auto;
	padding: 0;
}

h6 {
	color: #000000;
	font-family: HelveticaRoundedLTStdBold, arial, sans-serif !important;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 150%;
	vertical-align: middle;
	margin: auto;
	padding: 0;
}