/*
estilos comuns do site Utilicon
Evandro Myller (emyller.net)
*/
* { margin: 0 }

.left { float: left }
.right { float: right }
.aright { text-align: right }

a {
	text-decoration: none;
	color: inherit
}
/*a * { vertical-align: middle }*/
a img { border: none }

ul.nav, ul.nav * {
	padding: 0;
	list-style: none
}

h1, h2, h3 {
	color: #3d8b98;
	font-weight: 200
}
h1.special, a.special {
	color: #1e632a;
	font-weight: bold;
	margin: 0
}
h1 { font-size: 18px }

big {
	color: #1e632a;
	font-size: 1em;
	text-transform: uppercase
}

br.clear {
	clear: both
}

dl {
	font-size: 10px
}
dl dt {
	font-weight: bold;
	margin-top: 1em
}

button {
	background: none;
	border: none;
	cursor: pointer;
	display: inline-block
}

.scroller-left, .scroller-right {
	position: absolute;
}
.scroller-left {
	left: 0
}
.scroller-right {
	right: 0
}