/* Folha de Estilo para Textos */

.texto           { color: #FFF; text-decoration: none; font-family:Verdana; }
.texto a:link    { color: #FFF; text-decoration: none; font-family:Verdana; }
.texto a:visited { color: #FFF; text-decoration: none; font-family:Verdana; }
.texto a:hover   { color: #EFEFEF; text-decoration: underline; font-family:Verdana; }
.texto a:active  { color: #FFF; text-decoration: none; font-family:Verdana; }

.menu           { color: #29166F; text-decoration: none; }
.menu a:link    { color: #29166F; text-decoration: none; }
.menu a:visited { color: #29166F; text-decoration: none; }
.menu a:hover   { color: #29166F; text-decoration: none; font-weight:bold; }
.menu a:active  { color: #29166F; text-decoration: none; }

.fraco           { color: #999; text-decoration: none; }
.fraco a:link    { color: #999; text-decoration: none; }
.fraco a:visited { color: #999; text-decoration: none; }
.fraco a:hover   { color: #333; text-decoration: underline; }
.fraco a:active  { color: #999; text-decoration: none; }

.valor { font-size: 12px; color: #F00; text-decoration: none; }

.rodape { color: #FFF; text-decoration: none; }

.destaque { font-weight:bold; font-size: 12px; color: #000; text-decoration:none }

.titulo { font-weight:bold; color:#29166F; text-decoration:none }

.vermelho { color:#F00; text-decoration:none; }

