body {
	background-color: #DFEDF4;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: sans-serif;
	font-size: 10pt;
}
.azul_escuro{
	background-color: #4682B4;
}
.azul_medio{
	background-color: #64A2CA;
}
.azul{
	background-color: #C4DBEB;
}
.azul_2{
	background-color: #CDE1ED;
}
.azul_3{
	background-color: #DFEDF4;
}
.verde_escuro{
	background-color: #46B579;
}
.verde_medio2{
	background-color: #89D5A7;
}
.verde_medio{
	background-color: #64CA8B;
}
.verde{
	background-color: #C4EBD4;
}
.menulink, .menulink:link, .menulink:visited{
	color: White;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}
.menulink:focus, .menulink:hover{
	color: #C4DBEB;
}
.menulink:active{
	color: #C4DBEB;
}
.artlink, .artlink:link, .artlink:visited{
	color: #C4EBD4;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}
.artlink:focus, .artlink:hover{
	color: white;
}
.artlink:active{
	color: white;
}

.glink, .glink:link, .glink:visited{
	color: #4682B4;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}
.glink:focus, .glink:hover{
	color: #C4DBEB;
}
.glink:active{
	color: #C4DBEB;
}
.tit{
	color: #C4EBD4;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}
.preco{
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	color: Red;
}
.nome{
	color: Black;
	text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
}
.resumo{
	color: #4682B4;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
}
.descri{
	color: #4682B4;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}
.bt{
	color: #4682B4;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}
.user, .user:link, .user:visited{
	color: White;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}
.user:focus, .user:hover{
	color: #CDE1ED;
}
.user:active{
	color: #CDE1ED;
}
.controls{	
	font-size: 9pt;
}
.aster{
	text-decoration: none;
	font-size: 9pt;
	color: Red;
}
.xx{
	background-color: #CDE1ED;
}
.label{
	color: Black;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}
.field{
	color: #4682B4;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}
li {
	list-style-image: url(gfx/li.jpg);
}
hr {	
	height: 9px;
	background-image: url(gfx/hr.jpg);
}
.carrinho{
	border: thin solid #4682B4;
	font-family: sans-serif;
	font-size: 10pt;
}
.carrinhoh{
	background-color: #64A2CA;
	color: White;
}