body {
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
    font-size:12px;
    font-family: Times New Roman;
    overflow:hidden;
}

td,div {
    font-size:12px;
    font-family: Times New Roman;
}

a {
    color: #333333;
    text-decoration:none;
}
a:hover {
    color: #A47710;
    text-decoration:none;
}
a.link {
    color: #333333;
    text-decoration:none;
}
a.link:hover {
    color: #A47710;
}

.titulo {
	FONT-FAMILY: Times New Roman, sans-serif;
	FONT-SIZE: 13px;
	COLOR: #333333;
	text-transform: uppercase;
}

.texto {
    FONT-FAMILY: Times New Roman, sans-serif;
	FONT-SIZE: 12px;
	COLOR: #333333;
}
.textoUpper {
    FONT-FAMILY: Times New Roman, sans-serif;
	FONT-SIZE: 12px;
	COLOR: #333333;
	text-transform: uppercase;
}


.textowhite {
	color: white;
}

.textoblack {
	color: black;
}


.preco {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
.preco_promocao {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: darkred;
}


s { color:#990000; }

input, select {
    font-family:verdana, arial;
    font-size:12px;
}
textarea {
  border:1px solid black;
  font-size:12px;
}

.hide {
  display:none;
  visibility:none;
  position:absolute;
}

.show {
  display:block;
  visibility:visibility;
  position:relative;

}

.imgmenu {
    margin-right:10px;
    padding-bottom:2px;
    width: 3px;
    height: 5px;
}

.caixa_conteudo {
        position:relative;
        z-index: 0;
        overflow: auto;
        overflow-x:hidden;
        height: 100%;
        width: 100%;
        SCROLLBAR-FACE-COLOR: #FFFFFF;
        SCROLLBAR-BASE-COLOR: #FFFFFF;
        SCROLLBAR-HIGHLIGHT-COLOR: #ECECEC;
        SCROLLBAR-SHADOW-COLOR: #ECECEC;
        SCROLLBAR-3DLIGHT-COLOR: #ECECEC;
        SCROLLBAR-ARROW-COLOR: #000000;
        SCROLLBAR-TRACK-COLOR: #FFFFFF;
        SCROLLBAR-DARKSHADOW-COLOR: #ECECEC;
}
