@charset "utf-8";
/* CSS Document */

body{
	background-color:#333;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size: 12px;
}
a{
	color:#09F;
	text-decoration:none;
}
a:hover{
	color:#09F;
	text-decoration:underline;
}
#content {
	padding: 3px;
}
.menu a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 33px;
	width: 149px;
	padding-top: 17px;
}
.menuett a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 33px;
	width: 179px;
	padding-top: 17px;
}
#rodape {
	font-weight: bold;
	color: #FFF;
	background-image: url(imagens/rodape.png);
	height: 28px;
	padding-top: 12px;
	padding-right: 4px;
	padding-left: 4px;
	position: relative;
}
#rodape #twitter {
	height: 32px;
	width: 32px;
	position: absolute;
	top: 4px;
	right: 4px;
}

#logofbc {
	width: 43px;
	height: 34px;
	top: 3px;
	position: absolute;
	left: 850px;
}

#tuv {
	margin-bottom: 4px;
}
#tabelahome {
	font-size: 11px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2086FF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 2px;
}

#armazem
{float:right}


.menu a:hover{
	background-image:url(imagens/menuhover.png)
}

.menuett a:hover{
	background-image:url(imagens/menuhover.png)
}

#divmain{
	width:900px;
	text-align:left;
}

#conteudo {
	background-color: #FFF;
}
#twitter ul{
list-style-type:none;
list-style-position:inside;
margin-left: 0;
padding-left: 0;
padding-top: 0;
margin-top: 0;
}

#twitter li
{
  border-bottom: dotted 1px #2086FF ;
  padding-bottom:1px;
  padding-top:1px;
}
