body {
 background-image: url(imagens/back_cinza.jpg);
}

a {
 text-decoration: none;
 color: #000;
}

a:hover {
 color: red;
}

a:visited {
 text-decoration: none;
 color: #000;
}

i {
 font-size: 8px;
 font-family: verdana;
 color: gray;
}

table {
 font-size: 10px;
 font-family: verdana;
 background: #FAFAFA;
 color: #000000;
}

table td .grid {
 border-bottom: 1px solid green;
 border-right: 1px solid green;
}

table .caixa {
 text-transform: uppercase;
 border: 1px solid green;
}

table.caixa_normal {
 text-transform: normal;
 border: 1px solid green;
}

.campo_preenchido { 
 font-size: 10px;
 font-family: verdana;
 color: #000;
 font-weight: bold;
 
}

input {
 font-family: verdana;
 font-size: 10px; 
}

/* para os botões tipo "button" e "submit" */
input[type="button"], input[type="submit"] {
 text-transform: uppercase;
}

textarea {
 font-family: verdana;
 font-size: 10px;
}

select {
 font-family: verdana;
 font-size: 10px;
 text-transform: uppercase;
}
 
.titulo {
 border: 1px solid green;
 background: green;
 color: #FFFFFF;
 font-weight: bold;
 text-transform: uppercase;
}

.forum .titulo {
 border: 1px solid green;
 background: green;
 color: #FFFFFF;
 font-weight: bold;
}

.menu .titulo { /* Estilos para a primeira célula do menu (título do menu) */
 width: 160px;
 font-family: verdana;
 font-size: 10px;
 font-weight: bold;
 color: #FFFFFF;
 /*background-image: url(imagens/barra2_azul.jpg);*/
 padding-left: 2px;
 text-align: left;
// padding-top: 2px;
 padding-right: 2px;
// padding-bottom: 2px;
 text-transform: uppercase;
}

.menu { /* Estilos para os blocos de menu */
 font-family: verdana;
 font-size: 9px;
 color: #000000;
 text-align: left;
 margin-bottom: 10px;
 border: 1px solid green;
 text-transform: uppercase;
 font-weight: bold;
}

html>body.menu a { /* Se não colocar isso, o efeito hover no Firefox fica bugado */
 width: auto;
}

.menu a { /* Estilos para os links dentro do menu */
 color: #000000;
 text-decoration: none;
 width: 100%;
 padding-left: 1px;
}
	
.menu a:hover { /* Estilos para o efeito hover no link */
 background-color: #009900;
 color: white;
 font-weight: bold;
}

.noticia a {
 color: red;
 font-size: 10px;
 text-decoration: none
}

.noticia a:hover {
 color: red;
}

.noticia a:visited {
 color: #000;
}

.noticia a:link {
 color: #000;
}
