@charset "utf-8";
/* CSS Document */

/* ------------- Formatacao HTML ------------- */
body {
	/* customize_fonte */ font:normal normal 14px Georgia; /* customize_fonte */
	/* customize_fonte */ color:#706960; /* customize_fonte */
}

/* ------------- Titulos ------------- */
h1, h2, h3, h4, h5, h6 {
	/* customize_titulos */ font:normal normal 14px Georgia; /* customize_titulos */
	/* customize_titulos */ color:#4b4740; /* customize_titulos */
}
h1 {
	font-size: 270%;
	line-height: 1.0em;
	margin: 0 0 14px 0;
}
h2 {
	font-size: 185%;
	line-height: 1.1em;
	margin: 0 0 15px 0;
}
h3 {
	font-size: 165%;
	line-height: 1.2em;
	margin: 0 0 15px 0;
}
h4 {
	font-size: 137%;
	line-height: 1.2em;
	margin: 0 0 16px 0;
}
h5 {
	font-size: 110%;
	line-height: 1.2em;
	margin: 0 0 17px 0;
}
h6 {
	font-size: 110%;
	line-height: 1.2em;
	margin: 0 0 18px 0;
}
p {
	font-size: 100%;
	text-align: justify;
}

/* ------------- Links ------------- */
a:link, a:visited {
	text-decoration: none;
	/* customize_links */ color:#0489b7; /* customize_links */
}
a:hover, a:active {
	text-decoration: underline;
	/* customize_links_sobre */ color:#0489b7; /* customize_links_sobre */
}
