@charset "utf-8";
/* CSS Document */

a:hover{
	text-decoration:underline;
}

.rodape {
	font-family: Verdana;
	font-size:10px;
	color:#695625;
	text-decoration:none;
}
.bg-interna {
	background-color:#c6a141;
}
.meio {
	height:406px;
	background-image:url(images/bg_line.gif);
	background-repeat:repeat-x;
	background-position:top;
	color:#c7a343;
}
.meio_livro {
	height:360px;
	background-image:url(images/bg_livro.jpg);
	background-repeat:no-repeat;
	background-position:top;
	vertical-align:top;
	color:#c7a343;
}
.meio_home {
	height:360px;
	background-image:url(images/bg_home.jpg);
	background-repeat:no-repeat;
	background-position:top;
	vertical-align:top;
}
.esquerda {
	background-image:url(images/rpt_esquerda.gif);
	background-position:top right;
	background-repeat:repeat-x;
	background-color:#c6a141;
}
.direita {
	background-image:url(images/rpt_direita.gif);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#c6a141;
}
.textfield_orcamento {
	font-size: 11px;
	color: #000;
	width: 97px;
	height: 13px;
	border-color: #000;
	background-color:#c6a141;
	border-width: 1px;
	border-style: solid;
	padding-left: 5px;
}
.textfield_orcamento1 {
	font-size: 11px;
	color: #000;
	width: 141px;
	height: 20px;
	border-color: #000;
	background-color:#c6a141;
	border-width: 1px;
	border-style: solid;
	padding-left: 5px;
}
.textarea_laminas {
	font-size: 11px;
	color: #000;
	width: 141px;
	height: 86px;
	border-color: #000;
	background-color:#c6a141;
	border-width: 1px;
	border-style: solid;
	padding-top: 1px;
	padding-left: 5px;
	overflow: auto;
}
.body {
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

