/*-- Geral -------------------------------------------------------------------*/

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, form, fieldset {
	padding: 0;
	margin: 0; }

body {
	background: url(img/bg-box.gif) repeat-x;
	font: small Arial, Verdana, Tahoma, sans-serif;
	padding: 30px 20px 20px 20px;
	min-width: 500px; }

* html body {
	width: 500px; }

ul,
ol {
	list-style: none; }

p {
	line-height: 1.3em;
	margin: 0 0 1em 0; }

a { color: #0095bb; }

a:hover { color: #666; }

a img { border: none; }

h1 {
	color: #465c71;
	font: normal 1.4em "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", sans-serif;
	margin-bottom: 15px; }

h4 {
	color: #465c71;
	font: normal 1.4em "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", sans-serif;
	margin-bottom: 15px; }

/*-- List --------------------------------------------------------------------*/

ul li {
	background: url(img/bullet.gif) 0 7px no-repeat;
	margin-bottom: 0.1em;
	padding: 0 0 0 8px; }

ol li {
	list-style: decimal;
	list-style-position: inside;
	margin-bottom: 0.1em; }
