/* =========== ELEMENTS MISC =========== */
BODY {background-color: #FFF;}
A, A:VISITED, A:ACTIVE {TEXT-DECORATION: none; color: Red;}
A:HOVER {TEXT-DECORATION: underline;}
BODY, TD, P {TEXT-DECORATION: none; FONT: 10px verdana; margin: 0px;}
SELECT {FONT: 10px verdana; margin: 0px;}

/* =========== CLASSES MISC =========== */
.caixaPreta {
background-color: white; 
border-color: black; 
text-indent: 0px; 
border-style: solid; 
border-width: 1px;}

.caixaPretaDrt {
background-color: white;
border-width: 1px;
border-color: black; 
text-indent: 4px; 
border-right-style: solid; 
border-top-style: solid; 
border-bottom-style: solid; }

.pestanaEsq {
background-image: url(../img/cantoEsq.gif);
background-repeat: no-repeat;
width: 8px;
height: 23px;
}

.pestanaDrt {
background-image: url(../img/cantoDrt.gif);
background-repeat: no-repeat;
width: 8px;
height: 23px;}

.pestanaCentro {
background-color: black; 
text-indent: 4px;
FONT: bold 17px arial;
color: white;}

.textoCriado {padding-top: 8px;}

.linhaPreta {
border-width: 1px;
border-top-style: solid;
border-color: black;}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
