﻿body 
{
    margin: 10px 0px 0px 0px;   
    font-family: Arial;
    font-size: 9pt; 
    background-color: White;
    color: Black;    
}

.TabelaPagina
{
    width: 870px;
    text-align: left;    
    border-left: solid 1px gray;
    border-right: solid 1px gray;
    border-bottom: solid 1px gray;       
}

.ItemMenu
{
  text-align: left;
}

.FundoLogotipo
{
    background-image: url(../Imagens/LogotipoNazarenoEbenezer.jpg);                         
    height: 180px;       
    width: 870px;
    vertical-align: bottom;   
    text-align: left;
}

.FundoMenu
{
    background-image: url(../Imagens/FundoMenu.jpg);    
    border-bottom: solid 1px black;
    border-top: solid 1px black;                
    height: 28px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.Botao
{
    background-image: url(../Imagens/FundoMenu.jpg);    
    border: solid 1px black;    
    height: 23px;    
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.FundoRodape
{
    background-image: url(../Imagens/FundoRodape.jpg);    
    height: 40px;
    width: 870px;    
    text-align: center;
}

.LinhaGrid
{
    background-color: #EFF3FB;    
}

.LinhaAlternativaGrid
{
    background-color: #FFFFFF;    
}

.LinhaGrid:Hover
{
    background-color: #CDD7EC;    
}

.LinhaAlternativaGrid:Hover
{
    background-color: #CDD7EC;    
}

/* LINK */

A:link
{ 
  text-decoration: none;  
}

A:active
{
  text-decoration: none;
}

A:visited
{
  text-decoration: none;
   
}

A:over
{
  text-decoration: none;
  
}

A:hover
{
  text-decoration: underline;
}

