body,td,th, input, select,textarea {
	color: #5d5d5d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {
	background-color: #f7f6f6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}

a:active, a:visited,  a:link {
	color: #F96A16;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #F96A16;
	text-decoration: underline;
	font-weight: bold;
}

.style1 {
	color: #05520c;
	font-weight: bold;
}.justificado {
	text-align: justify;
}
.style2 {
	font-size: 9px;
	color: #666666;
}
.plp {
	padding-top: 5px;padding-right: 0px;padding-bottom: 5px;padding-left: 0px;
}

.marg {
	padding: 8px;
}.style6 {
	font-size: 14px;
	font-weight: bold;
}
.branco {
	font-weight: bold;
	color: #FFFFFF;
}
hr {
	color: #666666;
}
.alerta {
	color: #990000;
	background-color: #FFF0F0;
	border: 1px solid #990000;
	padding: 10px;
}


* {
	margin:0;
	padding:10;
}
#destaques {
	width:270px;
	height:120px;
	border:1px none black;
	overflow: hidden;
}
#destaques ul {
	height:25px;
	list-style:none;
	text-align:center;
	float:left;
	vertical-align: bottom;
}
#destaques ul li {
	float:left;
	width:25px;
	height:25px;
	cursor:pointer;
	background-image: url(imagens/botao.gif);
	background-repeat: no-repeat;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding-top: 4px;
}
#destaques div {
	clear:both;
	height:170px;
	display:none; /* todas escondidas por default. O JS que irá exibi-las. */
}
#destaques div img {
	float:left;
	width: 140px;
	height:140px;
	border:1px solid black;
	margin:5px;
}
#destaques .exibe {
	display:block;
}
