/* Estilos de tag HTML Padrão */
body { margin: 0 0 0 0; background: #EBEBEB; font-family: Verdana; font-size: 10px; color: #000000; }

/* Estilos dos forms */
select { font-family: Verdana; font-size: 10px; color: #666666; background-color: #CCCCCC; }
input { font-family: Verdana; font-size: 10px; color: #666666; background-color: #FFFFFF; font-weight: bold; }
textarea { font-family: Verdana; font-size: 10px; color: #666666; background-color: #FFFFFF; font-weight: bold; }
.input-radio { background: none; }
.input-botao { background: #999999; color: #FFFFFF; font-weight: normal; }
.input-botao2 { background: none; }
.input-botao3 { background: #CCCCCC; }
.input-cinza { background: #E4E4E4; color: #FFFFFF; font-weight: normal; }

/* Estilos das Fontes */
.texto1 { font-family: Verdana; font-size: 10px; color: #333333; }

/* sem espaço entrelinhas */
.espaco1 { font-family: Verdana; font-size: 10px; color: #666666; }
.espaco2 { font-family: Verdana; font-size: 10px; color: #000000; font-weight: bold; }

/* entrelinhas */
.entrelinha {line-height: 2}


.size9 { font-size: 9px; }
.size10 { font-size: 10px; }
.size12 { font-size: 12px; }
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.size18 { font-size: 18px; }
.size20 { font-size: 20px; }
.size24 { font-size: 24px; }

/* Margens */

.margem3 {margin: 0 3 0 3 }
.margem10 {margin: 0 10 0 0 }

/* Mouse Overs */

A.link-texto1:link {font-family: Verdana; font-size: 10px; text-decoration: none; color: #333333}
A.link-texto1:visited {font-family: Verdana; font-size: 10px; text-decoration: none; color: #333333}
A.link-texto1:active {font-family: Verdana; font-size: 10px; text-decoration: none; color: #333333}
A.link-texto1:hover {font-family: Verdana; font-size: 10px; text-decoration: none; color: #FF0000}


A.link-over:link {font-family: Verdana; font-size: 10px; color: #666666; text-decoration: none; font-weight: normal;}
A.link-over:visited {font-family: Verdana; font-size: 10px; color: #666666; text-decoration: none; font-weight: normal;}
A.link-over:active {font-family: Verdana; font-size: 10px; color: #666666; text-decoration: none; font-weight: normal;}
A.link-over:hover {font-family: Verdana; font-size: 10px; color: #000000; text-decoration: none; font-weight: bold;}
