/* by vitorgga */
* {
	font-size: 8pt;
}

body {
	background: #606060;
}

hr {
	border: 1px solid #D5D5D5;
	height: 2px;
	background: #D5D5D5;
}

.item { border-bottom: 1px solid #F2F2F2; cursor: pointer; cursor: hand; }
.item:hover { border-bottom: 1px solid #6B1616; }

h1, h2, h3 {
	clear: both;
	display: block;
}
h1 {
 background-image: url("design/titulo.gif");
 background-position: top left;
 background-repeat: no-repeat;
 padding: 3px;
 height: 30px;
 background-repeat: no-repeat;
 padding-left: 30px;
 font-variant: small-caps;
 font-weight: bold;
 font-family: "Trebuchet MS",Tahoma;
 font-size: 13pt;
 color: #000000;
}
h2, h3 {
 background: #F2F2F2;
 padding: 8px;
}

#conteudo {
	padding: 4px;
	background: #D5D5D5 url('design/conteudo2.jpg') bottom left no-repeat;
	overflow-x: hidden;
}

.banners img, .banners embed, .banners object {
 margin: 2px;
 vertical-align: middle;
}

a.tooltip span {display:none; text-align:left; padding:2px 3px; margin-left:8px; max-width:250px; z-index: 99999;} 
a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}

#menu *
{
	font-variant: small-caps;
	font-weight: bold;
	font-family: "Trebuchet MS",Tahoma;
	font-size: 11pt;
}
#menu a {
	vertical-align: middle;
	padding: 4px;
	text-decoration: none;
	width: 100%;
	display: block;
	color: #FFFFFF;
}
#menu a:hover {
	background: url('design/menu_on.gif') no-repeat left center;
}
#menu a img {
	margin: 0px 10px 0px 10px;
	vertical-align: middle;
}

#menu2 * {
 font-family: "Trebuchet MS",Tahoma;
 font-variant: small-caps;
	font-weight: bold;
 font-size: 11pt; 
 vertical-align: middle;
}
#menu2 a {
	padding: 4px;
	text-decoration: none;
}
#menu2 a:hover {
	color: #000000;
}
#menu2 a span {
	visibility: visible;
	width: 10px;
}
#menu2 a:hover span {
	visibility: hidden;
}