/* 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;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #900;
}


.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;

}

.formFields {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000000; /*Cor da fonte*/
	border:1px;
	border-style:solid;
	border-color:#cccccc;
}

.formFields2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#ed1b23; /*Cor da fonte*/
	background:#F8F8F8; /*Cor de fundo do elemento*/
	border:2px;
	border-style:solid;
	border-color:#ed1b23;
}