body {
	background-image: url(imagens/fundo.jpg);
	margin: 0px;
	background-color: #E1F3FC;
	background-repeat: repeat-x;
}
img {
	border: 0px;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
}
table h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
hr {
	border: 0px;
	border-top: 1px dotted #006E8A;
	padding: 0px;
	color: #FFFFFF;
	margin: 0px;
}
.bordaTabela p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.bordaTabela a {
	color: #444444;
	text-decoration: none;
}
.bordaTabela a:hover {
	color: #007F9A;
	text-decoration: none;
}
#container {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 770px;
	height: auto;
	margin: 25px 0 0 -385px;
	z-index: 2;
}
#fundo {
	position: absolute;
	left: 0px;
	top: 310px;
	width: 100%;
	height: 293px;
	background-image: url(imagens/fumaca.jpg);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
.bordaTabela {
	border: 1px dotted #006E8A;
}
.destaques {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #DA251D;
	border-left-color: #DA251D;
}
.direita {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.noticias p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.noticias a {
	color: #333333;
}
.noticias hr {
	border-top: 1px dotted #B9DFE3;
}
.noticias a:hover {
	color: #007F9A;
}
.noticiasBotoes a {
	text-decoration: none;
}
textarea, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea {
	width: 470px;
	background-color: #C8E2EE;
	border: #EFF7FA solid 1px;
}
input.texto {
	width: 226px;
	background-color: #C8E2EE;
	border: #EFF7FA solid 1px;
}
input.botao {
	background-color: #72B5D1;
	border: #EFF7FA solid 1px;
	color: #FFFFFF;
	height: 25px;
}
a {
	color: #333333;
}
.produtos hr {
	border-top: 1px dotted #B9DFE3;
}
a:hover {
	color: #007F9A;
}