body {
	font-family: arial, helvetica, sans-serif;
	color: #333;
}

/* ocultem menús */
#acc {
	display: none;
}
#menu {
	display: none;
}
	#footer ul {
		display: none;
	}

/* dom */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .75em 0;
	padding: 0;
}
h1 {
	color: #026634;
	font-size: 2em;
}
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }

	p.bigbutton { display: none; }

table {
	width: 100%;
	border: 1px solid #dfdfdf;
	border-spacing: 4px;
}
	table th {
		background: #f0f0f0;
	}
