@charset "utf-8";
img, a, a:HOVER, a:VISITED
{
	
	border-width: 0px;	
}
form
{
margin: 0px;
padding: 0px;
}
body, td, table, input, textarea, button, a, a:HOVER, a:VISITED, h1, h2, select
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.titulo
{
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	padding-bottom: 2px;
	padding-left: 20px;
}	
.titulos
{
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 0px;
	padding-bottom: 2px;
}
a:HOVER
{
	
	text-decoration: underline;
	color: #666;
}
.livro, .livro:VISITED, .livro:HOVER
{
	font-weight: bold;
}
.caixa
{
	padding: 4px;
	text-align: center;
	padding-bottom: 35px;
}
body, div, td, table
{
		vertical-align: top;
}
body {
	background-image: url(../imagens/bg.jpg);
	padding: 0px;
	margin: 0px;
}
#bt
{
	position: absolute; 
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	height: 260px;
	float: left;
	background-image: url(../imagens/bgb.gif);
}
#meio
{
	width: 943px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -471px;
	z-index: 10;
}