/* CSS Document */

body { margin: 10px 0 0 0; padding: 0; }

#content { margin: 0 auto; width: 800px; }

#topo { background:url(../images/topo.jpg) no-repeat; width: 800px; height: 147px; }

.formulario { border: 1px #FFFFFF solid; font-family: Tahoma; font-size: 10px; }


/* ESTILOS TEXTO */

.tx_13 { font-family: Tahoma; font-size: 13px; color: #000; }

.tx_11_marron { font-family: Tahoma; font-size: 11px; color: #6e4314; }
.tx_12_marron { font-family: Tahoma; font-size: 12px; color: #6e4314; }

.tx_12_branco { font-family: Tahoma; font-size: 12px; color: #fff; }

.tx_18_laranja { font-family: Tahoma; font-size: 18px; color: #cf7914; }


/* ESTILOS DE LINKS */

a.menu_principal { font-family: tahoma; font-size: 13px; font-weight: bold; text-decoration: none; color: #FFF; }

a.link_12_branco { font-family: tahoma; font-size: 12px; text-decoration: none; color: #fff; }
a:hover.link_12_branco { text-decoration: underline; }

a.link_11_marron { font-family: tahoma; font-size: 11px; text-decoration: none; color: #6e4314; }
a:hover.link_11_marron { text-decoration: underline; }

a.link_12_marron { font-family: tahoma; font-size: 12px; text-decoration: none; color: #6e4314; }
a:hover.link_12_marron { text-decoration: underline; }

a.link_13_laranja { font-family: tahoma; font-size: 13px; text-decoration: none; color: #e5842d; }
a:hover.link_13_laranja { text-decoration: underline; }