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; }

p {line-height:200%;}

/*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 #506276;
height: 19px;
}

TEXTAREA
{
border: 1px solid #506276;
}

INPUT.desabilitado
{
border: 1px solid #000000;
background-color: #CCCCCC;
text-color: #000000;
height: 19px;
}

/*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: #FFE7EC; 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 {width: 100px; background-image: url(images/primary-enabled.gif);background-repeat:repeat-x;background-color:#506276;background-position:center center;color:#000;border: 1px solid #506276;-moz-border-radius:8px;font-size:10px; height: 19px; text-align: center;}
.Btn1Hov {width: 100px; background-image: url(images/primary-roll.gif);background-repeat:repeat-x;background-color:#506276;background-position:center center;color:#000;border:solid 1px #506276;-moz-border-radius:8px;font-size:10px; height: 19px; cursor:pointer; text-align: center;}

