/* TEXTOS */
.pretobold { font-family : Trebuchet MS, Arial; font-size : 13px; color : #000000; font-weight : bold; }
.preto { font-family : Trebuchet MS, Arial; font-size : 12px; color : #000000; }
.pretopeq { font-family : Trebuchet MS, Arial; font-size : 11px; color : #000000; }
.cinzabold { font-family : Trebuchet MS, Arial; font-size : 11px; color : #666666; font-weight : bold; }
.cinza { font-family : Trebuchet MS, Arial; font-size : 11px; color : #666666; }
.vinho { font-family : Trebuchet MS, Arial; font-size : 13px; color : #982b26; font-weight : bold; }


/* LINK */
.link { font-family : Trebuchet MS, Arial; font-size : 12px; color : #982b26; font-weight : bold; text-decoration:none; }
a.link { font-family : Trebuchet MS, Arial; font-size : 12px; color : #982b26; font-weight : bold; text-decoration:none; }
a.link:hover { font-family : Trebuchet MS, Arial; font-size : 12px; color : #982b26; font-weight : bold; text-decoration:UNDERLINE; }
.linkP { font-family : Trebuchet MS, Arial; font-size : 11px; color : #982b26; font-weight : bold; text-decoration:none; }
a.linkP { font-family : Trebuchet MS, Arial; font-size : 11px; color : #982b26; font-weight : bold; text-decoration:none; }
a.linkP:hover { font-family : Trebuchet MS, Arial; font-size : 11px; color : #982b26; font-weight : bold; text-decoration:UNDERLINE; }
.linkG { font-family : Trebuchet MS, Arial; font-size : 13px; color : #982b26; font-weight : bold; text-decoration:none; }
a.linkG { font-family : Trebuchet MS, Arial; font-size : 13px; color : #982b26; font-weight : bold; text-decoration:none; }
a.linkG:hover { font-family : Trebuchet MS, Arial; font-size : 13px; color : #982b26; font-weight : bold; text-decoration:UNDERLINE; }


/* FORMS */
.input {
	font-family : Trebuchet MS, Arial; 
    font-size   : 11px; 
    color       : #FFFFFF; 
    background-color: #000000; 
    border-color: #9ea1a5; 
    border-width: 1px;
    border-style: solid; 
    scrollbar-face-color:#000000;
    scrollbar-highlight-color:#000000;
    scrollbar-3dlight-color:#000000;
    scrollbar-darkshadow-color:#000000;
    scrollbar-shadow-color:#000000;
    scrollbar-arrow-color:#9ea1a5;
    scrollbar-track-color:#000000 } 
	   
.btn {
	font-family: verdana;
	font-size: 10px;
	color: #00A4E3;
	font-weight: bold;
	text-decoration: none;
	background-color: #ffffff;
	CURSOR	   : hand;
	border: 0px #FFFFFF solid;	}
	   

