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

body {
 background: #999999;
}

hr {
 border: 1px double #000000;
 height: 1px;
}

.item { border-bottom: 1px solid #666666; cursor: pointer; cursor: hand; }
.item:hover { background: #D5D5D5; border-bottom: 1px solid #666666; }

h1 {
 background: url("design/titulo.gif") top left no-repeat;
 background-repeat: no-repeat;
 padding: 12px;
 background-repeat: no-repeat;
 padding-left: 20px;
 font-variant: small-caps;
 font-weight: bold;
 font-family: "Trebuchet MS",Tahoma;
 font-size: 13pt;
 color: #000000;
}
h2 {
 background: #D5D5D5;
 padding: 4px;
}

#conteudo {
 padding: 0px 4px 4px 4px;
 width: 556px;
 overflow-x: hidden;
}

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

#menu *
{
 font-variant: small-caps;
 font-weight: bold;
 font-family: "Trebuchet MS",Tahoma;
 font-size: 11pt;
}
#menu a {
 color: #FFFFFF;
 vertical-align: middle;
 display: inline-block;
 padding: 14px 6px 14px 6px;
 text-decoration: none;
 background: url('design/index_menu.jpg');
}
#menu a:hover {
 background-position: 200px;
}

#menu2 * {
 font-family: "Trebuchet MS",Tahoma;
 font-variant: small-caps;
	font-weight: bold;
 font-size: 11pt; 
 color: #000000;
 vertical-align: middle;
}
#menu2 a {
	padding: 4px 4px 4px 12px;
	text-decoration: none;
}
#menu2 a:hover {
	padding: 4px;
	border-left: 8px solid #D5D5D5;
 color: #000000;
}