/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
}


.rodape {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
	font-weight: bold;
}

.texto {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
}

.produto {
	font-family: Tahoma;
	font-size: 11px;
	color: #0033CC;
	text-decoration:none;
}

.categoria {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;	
}

.categoriaB {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;	
}

.subcategoria {
	font-size: 11px;
	text-decoration:none;	
	color: #333333;
}

.subcategoria:hover {
	font-size: 11px;
	text-decoration: underline;
	color: #333333;
}

.menu {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;	
}
.menu:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF
}


.caixa {
	font-size: 11px;
	text-decoration:none;
	color: #333333;
	height: auto;
	width: auto;
	border: thin dotted #666666;
	background-color: #ebebeb;
	line-height: normal;
	font-style: normal;
	font-weight: bold;

}
.botao {
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	color: #333333;

	width: auto;
	border: thin dotted #666666;
	background-color: #ebebeb;
	line-height: normal;

}
