@charset "utf-8";
Body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	background-color: #FCAF1A;
	background-attachment: scroll;
	background-image: url(imagens/backtop.png);
	background-repeat: no-repeat;
	background-position: center top;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	background-image: url(imagens/linha_titulo.png);
	background-repeat: no-repeat;
	background-position: left 20px;
	width: 356px;
	text-align: left;
	height: 30px;
}
h2 {
	color: #002F5F;
	text-align: left;
	margin-top: 5px;
	margin-left:5px;
	margin-bottom: 5px;
	font-size: 16px;
}
p {
	margin-left: 5px;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Conteudo {
	margin: 10px;
	text-align: left;
}


.T_Esquerdo {
	width: 350px;
	text-align: justify;
}
.T_Direito {
	width: 379px;
	text-align: right;
}
.Destaque {
	font-size: 16px;
}
.Border {
	border: 3px solid #002F5F;
}
.P_Descricao {
	margin: 5px;
	background-color: #002F5F;
	color: #FFFFFF;
	text-align: center;
}
.P_Descricao a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.P_Descricao a:hover {
	background-color:#0059B3;
	padding-top: 4px;
	padding-bottom: 4px;
}
.P_Descricao .Mark {
	background-color:#0059B3;
	padding-top: 4px;
	padding-bottom: 4px;
}

.Link {
	font-size: 16px;
	font-weight: bold;
	color: #002F5F;
}
.Conteudo .Saiba {
	float: right;
	padding-top: 10px;
	background-image: url(imagens/carrinho.gif);
	background-repeat: no-repeat;
	display: block;
	width: 97px;
	text-align: right;
	margin-top: 10px;
	height: 21px;
}
