/*
* Configurações globais
*/

body
{
    margin: 0px;
    border: 0px;
    font-family : Verdana, Tahoma, Arial; 
    font-size: 12px;   
}

h1
{
    font-size: medium;
    font-weight: bold; 
}

h2
{
    font-size: small;
    font-weight: bold; 
}

/*
* Configurações de layout
*/

table.principal
{
    width: 100%;   
    height: 100%; 
}

td.header1
{
    width: 208px;
    height: 108px;     
}

div.header1
{
    background-image: url("images/Site_Base_01.jpg");
    background-repeat: no-repeat;
    width: 208px;
    height: 108px;     
}

td.header2
{
    background-image: url("images/Site_Base_02_ext.jpg");
    background-repeat: repeat-x;
    width: auto;
    height: 69px; 
}

div.header2
{
    background-image: url("images/Site_Base_02.jpg");
    background-repeat: no-repeat;
    width: 544px;
    height: 69px;
    margin: 0px;
}

div.header3
{
    background-image: url("images/Site_Base_03.jpg");
    background-repeat: no-repeat;
    width: 544px;
    height: 39px; 
    text-align: left;
    vertical-align: middle;
    font-size: small;
    color: Black;
}

td.header3
{
    background-image: url("images/Site_Base_03_ext.jpg");
    background-repeat: repeat-x;
    vertical-align: middle;
    text-align: left;
    height: 39px; 
    width: 100%; 
}


div.header4
{
    background-image: url("images/Site_Base_04.jpg");
    background-repeat: no-repeat;
    width: 208px;
    height: 24px; 
}

div.header5
{
    background-image: url("images/Site_Base_05.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    height: 24px; 
}

td.menu
{
    background-image: url("images/Site_Base_07.jpg");
    background-repeat: repeat;    
    width: 208px;
    vertical-align: top;
    overflow: hidden;
}

div.menu
{
    background-image: url("images/Site_Base_06.jpg");
    background-repeat: no-repeat;
    width: 100%;
    height: 562px;     
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

div.menulinks
{
    padding-left: 10px;
}

div.rodape
{
    background-image: url("images/Site_Base_08.jpg");
    background-repeat: no-repeat;
    width: auto;
    height: 47px; 
    text-align: left;    
    vertical-align: middle;  
    font-size: small;
    font-weight: bold;
    color: Black;  
}

td.rodape
{
    background-image: url("images/Site_Base_08_ext.jpg");
    background-repeat: repeat-x;  
    height: 47px; 
    width: 100%;
    vertical-align: middle;  
}

/*
* Configurações da página de links
*/


.linkTitulo
{
    font-size: small;
    font-weight: bold;
    color: Blue;  
}

.linkDescricao
{
    font-size: 12px;
    font-weight: normal;
}

p.linkDescricao
{
    margin-left: 10px;
}

hr
{
    color: Orange;
    border-width: 1px;
    border-style: dotted;
    
}

/*
* Exibição de Artigo
*/

.artigoTitulo
{
    font-size: 14px;
    font-weight: bold;
    color: #0000BB;  
}
.artigoDataCriacao
{
    font-size: 10px;
    font-weight: normal;
    font-style: italic; 
    color: #CCCCCC;  
}

