html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url('../images/sfondo.gif');
	background-color: #a9a9a9;
	background-repeat: repeat-x;
	font-family: verdena,arial,sans-serif;
	font-size: 12px;
	color: #393939;
}

a {
	text-decoration: underline;
	color: #393939;
}

a:hover {
	text-decoration: none;
	color: #080808;
}

.menu a {
	border-left: 4px solid #999999;
	padding-left: 5px;
	text-decoration: none;
}

.menu a:hover {
	border-left: 4px solid #d40000;
	text-decoration: none;
}

#header {
	margin: auto;
	width: 760px;
	height: 190px;
}
#header h1 {display: none}

#conteiner {
	margin-top: 0px;
	padding: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	background-color: #ffffff;
	background-image: url('../images/in.gif');
	color: #393939;
}

#tablesx {
	margin-top: 16px;
	margin-left: 9px;
	float: left;
	width: 160px;
}

#tablecen {
	margin-top: 16px;
	width: 540px;
	float: right;
	margin-right: 16px;
}

#tabledx {
	margin-top: 16px;
	margin-right: 7px;
	float: right;
	width: 160px;
}

#copy {
font-family: arial,sans-serif; font-size: 10px; text-align: center; clear: both; padding-top: 80px;
}

.title {
	padding-left: 9px;
	padding-top: 8px;
	font-family: arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-image: url('../images/top.gif');
	background-repeat: no-repeat;
	height: 30px;
}

h1 {
	display: inline;
	font-size: 14px;
}

h2 {
	display: inline;
	font-size: 13px;
}

h3 {
	display: inline;
	font-size: 11px;
	font-weight: bold;
}

h4 {
	display: inline;
	font-size: 11px;
}

h5 {
	display: inline;
	font-size: 11px;
}




.menu {
	padding: 0 3px 0 3px;
}

#end {
	background-image: url('../images/end.png');
	background-repeat: no-repeat;
	margin: auto;
	width: 760px;
	height: 18px;
	padding-bottom: 40px;
}

img {
	border: none;
}

input { width: 99% }

p#delicious {
	padding: 7px 0px 7px 0px;
	background: #FFFFDD;
	color: #393939;
        text-align: center;
}

p#delicious a:link, p#delicious a:active, p#delicious a:visited {
	color: #393939;
	background: #FFFFDD;
	text-decoration: none }
p#delicious a:hover {
	color: #393939;
	background: #FFFFDD;
	text-decoration: underline }

div#printpage {
        margin-top: 10px;
}

.menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.menu li {
	margin-top: 4px;
}

.menu .undercostruction a { text-decoration: line-through; }

.tooltip{
width: 200px;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;
text-align:center;
}

.tooltip span.top{
	padding: 30px 8px 0;
	background: url(../images/bt.gif) no-repeat top;
}

.tooltip b.bottom{padding:3px 8px 15px;color: #548912;
    background: url(../images/bt.gif) no-repeat bottom}

#marqueecontainer{
position: relative;
width: 89px; /*marquee width */
height: 200px; /*marquee height */
margin: auto;
background-color: white;
overflow: hidden;
padding: 2px;
padding-left: 4px;
text-align: left;
}

.pollleft {background: url(../images/poll_left.png) no-repeat; width: 8px; height: 16px; }
.pollcentro {background: url(../images/poll_centro.png) repeat-x; height: 16px;}
.pollright {background: url(../images/poll_right.png) no-repeat; width: 8px; height: 16px;}
