﻿.cabecalho
{ 
    font-family : Arial; 
    font-size : 13px; 
    color : #003366; 
    text-decoration : none; 
    text-align: center;
    background-color : #D9EAF4; 
    font-weight : bold; 
    line-height : 25px; 
    padding-left : 1em;
    width:100%;
    height : 30px; 
}

.titulo
{
    font-family : Arial; 
    font-size : 12px; 
    color : #003366; 
    text-decoration : none; 
    height : 30px; 
    font-weight : bold;   
    padding-left : 1em;
    background-color : #D9EAF4;   
    width:100%;
}
.cssBarraSuperior
{
    font-family : Arial;
    font-size : 13px;
    color : #003366;
    text-decoration : none;
    text-align: center;
    background-color : #D9EAF4;
    font-weight : bold;
    line-height : 30px;
    padding-left : 1em;
    width: 100%;    
}       