<!--
   -------------------------------------------------------------
   Program      : Main.css
   Description  : Estilo de fonte e cor para página Main
   Version      : 1.0
   Date         : 28/06/2006
   Author       : Juan Sirgado y Antico
   Copyright(c) 2006 by JSyA Informática. All Rights Reserved.
   -------------------------------------------------------------
   Version      :
   Date         :
   Author       :
   -------------------------------------------------------------
-->
a
{font-family    : Verdana, Arial, Helvetica, SansSerif;
 font-weight    : bold;
 font-size      : 10pt; 
 color          : #FFFFFF; 
 text-decoration: none;}

a:link 
{font-family    : Verdana, Arial, Helvetica, SansSerif;
 font-weight    : bold;
 font-size      : 10pt; 
 color          : #FFFFFF; 
 text-decoration: none;}

a:visited 
{font-family    : Verdana, Arial, Helvetica, SansSerif;
 font-weight    : bold;
 font-size      : 10pt; 
 color          : #FFFFFF; 
 text-decoration: none;}

a:active 
{font-family    : Verdana, Arial, Helvetica, SansSerif;
 font-weight    : bold;
 font-size      : 10pt; 
 color          : #FFFFFF; 
 text-decoration: none;}

a:hover 
{font-family    : Verdana, Arial, Helvetica, SansSerif;
 font-weight    : bold;
 font-size      : 12pt; 
 color          : #FFFFFF; 
 text-decoration: none;}

h1
{font-family: Verdana, Arial, Helvetica, SansSerif;
 font-size  : 24px;
 font-weight: bold;
 font-style : italic;
 color      : #000000;}

h3
{font-family: Verdana, Arial, Helvetica, SansSerif;
 font-size  : 20px;
 font-weight: bold;
 color      : #000000;}

.button
{font-family     : Verdana, Arial, Helvetica, SansSerif; 
 font-weight     : bold;
 font-size       : 12px; 
 color           : #FFFFFF;
 border-top      : #228822 none;
 border-right    : #228822 none;
 border-left     : #228822 none;
 border-bottom   : #228822 none;
 padding-top     : 4px;
 padding-right   : 4px;
 padding-left    : 4px;
 padding-bottom  : 4px;
 background-color: #228822;
 cursor          : hand;}

.table
{font-family     : Verdana, Arial, Helvetica, SansSerif; 
 font-weight     : bold;
 font-size       : 12px;
 color           : #228822;
 border-top      : #228822 solid;
 border-right    : #228822 solid;
 border-left     : #228822 solid;
 border-bottom   : #228822 solid;
 background-color: none;}

th
{font-family     : Verdana, Arial, Helvetica, SansSerif; 
 font-weight     : bold;
 font-size       : 14px;
 color           : #000000;
 border-top      : #228822 thin solid;
 border-right    : #228822 thin solid;
 border-left     : #228822 thin solid;
 border-bottom   : #228822 thin solid;
 background-color: none;}

td
{font-family     : Verdana, Arial, Helvetica, SansSerif; 
 font-weight     : bold;
 font-size       : 12px;
 color           : #000000;
 border-top      : #228822 thin solid;
 border-right    : #228822 thin solid;
 border-left     : #228822 thin solid;
 border-bottom   : #228822 thin solid;
 background-color: none;}

body
{background-color     : #334466;
 background-attachment: fixed;
 background-repeat    : no-repeat;
 background-position  : top;
 background-image     : url(../Image/bg.gif);}