/* Tabelas */
th, td, input, select, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.lista
{
	background-color: #094F8B;
}

.lista tr
{
	background-color: white;
}

.lista th, .lista th a
{
	background-color: #88A3C1;
	color: white;
}
/* Tabelas */

/* Formulários */
.campo_form
   {
   border-top       : solid #787777;
   border-bottom    : solid #787777;
   border-right     : solid #787777;
   border-left      : solid #787777;
   border-width     : 1px;
   background-color : #FFFFFF;
   font-family      : Verdana, Arial, Helvetica, sans-serif;
   font-weight      : medium;
   font-size        : 9px;
   color            : #000066;
   }

.botao
   {
   border-color     : #787777;
   background-color : #E7E6E4;
   border-style     : solid;
   border-width     : 1px;
   font-family      : Verdana, Arial, Helvetica, sans-serif;
   font-size        : 9px;
   color            : #000000;
   font-weight      : medium;
   }
/* Formulários */
