BODY, TH, TD, P, DIV, SPAN, INPUT, SELECT, TEXTAREA, FORM, B, STRONG, I, U, H1, H2, H3, H4, H5, H6, 
 DL, DD, DT, UL, LI, OL, OPTION, OPTGROUP, A {font-family:Verdana;font-size:10px; }



/*Geral*/
a:link {color:#000000;text-decoration:none}
a:visited {color:#000000;text-decoration:none}
a:hover {color:#000000;text-decoration:underline}

INPUT 
{
border: 1px solid #A4B97F;
height: 19px;
}

INPUT.desabilitado
{
border: 1px solid #000000;
background-color: #CCCCCC;
text-color: #000000;
height: 19px;
}

textarea {  
	border-bottom: 0.5pt solid #A4B97F;
	border-top: 0.5pt solid #A4B97F;
	border-right: 0.5pt solid #A4B97F;
	border-left: 0.5pt solid #A4B97F;
}

/*LInks em branco*/
A.branco:link { color: #FFFFFF; text-decoration: none;}
A.branco:visited { color: #FFFFFF; text-decoration: none;}
A.branco:active { color: #FFFFFF; text-decoration: none;}
A.branco:hover { color: #D1DFF9; text-decoration: none;}

/*LInks em preto*/
A.preto:link { color: #000000; text-decoration: none;}
A.preto:visited { color: #000000; text-decoration: none;}
A.preto:active { color: #000000; text-decoration: none;}
A.preto:hover { color: #666666; text-decoration: none;}

/*LInks em vermelho*/
A.vermelho:link { color:  #FF0000; text-decoration: none;}
A.vermelho:visited { color:  #FF0000; text-decoration: none;}
A.vermelho:active { color:  #FF0000; text-decoration: none;}
A.vermelho:hover { color:  #FF0000; text-decoration: none; TEXT-DECORATION: underline;}

/*LInks em cinza*/
A.cinza:link { color:  #666666; text-decoration: none;}
A.cinza:visited { color:  #666666; text-decoration: none;}
A.cinza:active { color:  #666666; text-decoration: none;}
A.cinza:hover { color:  #000000; text-decoration: none;}

/*LInks do menu*/
A.menu:link { color:  #000000; text-decoration: none;}
A.menu:visited { color:  #000000; text-decoration: none;}
A.menu:active { color:  #000000; text-decoration: none;}
A.menu:hover { color:  #0146FE; text-decoration: none; background=#EBEBEB;}



.Btn1 {background-image: url(images/primary-enabled.gif);background-repeat:repeat-x;background-color:#A5BB88;background-position:center center;color:#000;border: 1px solid #3C703A;-moz-border-radius:8px;font-size:10px; height: 19px;}
.Btn1Hov {background-image: url(images/primary-roll.gif);background-repeat:repeat-x;background-color:#A4B97F;background-position:center center;color:#000;border:solid 1px #3C703A;-moz-border-radius:8px;font-size:10px; height: 19px; cursor:pointer}
.Btn1Dis {background-color:#e4e4e4;color:#999;border:solid 1px #a3aaac;-moz-border-radius:8px;font-size:10px;width: 80px; height: 19px;}