.texto {
	font-family : Tahoma;
	font-size : 11px;
	letter-spacing : 1px;
	color : #E5E5E5;
	text-decoration : none;
	line-height : 17px;
}

.texto:hover {
	color : #C3C3C3;
	text-decoration : underline;
}

.textocinza {
	font-family : Tahoma;
	font-size : 10px;
	letter-spacing : 1px;
	color : #AAAAAA;
	text-decoration : none;
	line-height : 15px;
}


.textocinza:hover {
	color : #CCCCCC;
	text-decoration : underline;
}

.textopreto {
	font-family : Verdana;
	font-size : 9px;
	letter-spacing : 1px;
	color : #000000;
	text-decoration : none;
}

.textopq {
	font-family : Verdana;
	font-size : 9px;
	color : #C3C3C3;
	letter-spacing : 1px;
	text-decoration : none;

}


.textopq:hover {
	color : #FFFFFF;
}

.textopq2 {
	font-family : Verdana;
	font-size : 9px;
	color : #B7B7B7;
	text-decoration : none;
	line-height : 12px;
}

.textopq2:hover {
	color : #3F3F40;
}

.titulo {
	font-family : Verdana;
	font-size : 11px;
	font-weight : bold;
	letter-spacing : 1px;
	color : #FF4949;
	text-decoration : none;
}

.textobaixo {
	font-family : Verdana;
	font-size : 11px;
	letter-spacing : 1px;
	color : #6B0B0F;
	text-decoration : none;
}

.textobaixo:hover {
	text-decoration : underline;
}

.textobaixopq {
	font-family : Verdana;
	font-size : 10px;
	letter-spacing : 1px;
	color : #6B0B0F;
	text-decoration : none;
}

.textobaixopq:hover {
	color : #B30007;
}

.chamada {
	font-family : Verdana;
	font-size : 11px;
	line-height: 18px;
	letter-spacing : 1px;
	color : #FABC57;
	text-decoration : none;
}

BODY {
    scrollbar-base-color: #000000;
    scrollbar-shadow-color: #414140;
    scrollbar-highlight-color: #A0A0A0; 
    scrollbar-3dlight-color: #5C5C5C; 
    scrollbar-darkshadow-color: #1A1D1C;
    scrollbar-track-color: #444646; 
    scrollbar-arrow-color: #777777;
}

input, select, textarea {
	background-color : #323232;
	border : 1px solid #919191;
	font-family : Verdana;
	font-size : 11px;
	color : #E8E8E8;
}