/* ---------------------------- *
   formats da basa
 * ---------------------------- */
/* ---------------------------- *
   colonna 2
 * ---------------------------- */
#cuntegn ul, #cuntegn ol {
	list-style-type:circle;
}
/** General **/
h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom:0.3em;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 200%;
}
h2 {
	background:#fff;
	color: #607080;
	font-family:verdana, helvetica, arial, sans-serif;
	font-size: 150%;
}
h3 {
	color: #993;
	font-family:verdana, helvetica, arial, sans-serif;
	font-size: 125%;
}
h4 {
	color: #993;
	font-size: 100%;
	font-weight: bold;
}
a:hover {
	color: #ea7842;
	text-decoration:none;
}

#main ul {
	margin: 0 12px;
}

#main li { margin: 8px 12px 8px 12px; }

p.bodytext {
	padding-bottom: 10px;
}

/* ---------------------------- *
   styles da TYPO 3
 * ---------------------------- */
.indent {
	margin-left: 20px;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}

