/*ESTAS CSS ESTAO INTERLIGADAS COM FORMATACOES NO RTE */


body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#484847;
}

p {}

/* A utiliza��o dos Headers deve ser frequente por quest�es de SEO */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#257198;
	text-transform:none;
	margin:0px;
	padding:0px;
}

h1 a:link{ text-decoration:none;color:#257198;}
h1 a:visited{ text-decoration:none;color:#257198;}
h1 a:hover{ text-decoration:underline;color:#257198;}
h1 a:active{ text-decoration:underline;color:#257198;}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#257198;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	line-height:20px;
}

h2 a:link{ text-decoration:none;color:#257198;}
h2 a:visited{ text-decoration:none;color:#257198;}
h2 a:hover{ text-decoration:underline;color:#257198;}
h2 a:active{ text-decoration:underline;color:#257198;}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#257198;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

h3 a:link{ text-decoration:none;color:#257198;}
h3 a:visited{ text-decoration:none;color:#257198;}
h3 a:hover{ text-decoration:underline;color:#257198;}
h3 a:active{ text-decoration:underline;color:#257198;}


h4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#257198;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

h4 a:link{ text-decoration:none;color:#257198;}
h4 a:visited{ text-decoration:none;color:#257198;}
h4 a:hover{ text-decoration:underline;color:#257198;}
h4 a:active{ text-decoration:underline;color:#257198;}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	color:#257198;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

h5 a:link{ text-decoration:none;color:#257198;}
h5 a:visited{ text-decoration:none;color:#257198;}
h5 a:hover{ text-decoration:underline;color:#257198;}
h5 a:active{ text-decoration:underline;color:#257198;}

h6 {
}


