﻿body 
{
    margin-top: 2px;
    font-family: Verdana;
    font-size: 11px;
    color: #333333;    
}
a:hover
{
	text-decoration: underline;
}
a
{
	text-decoration: none;
	color: #333333;
}
.Lateral
{
	background-image: url(../imagens/lateral.jpg);
	background-repeat: repeat-y;	
}
.Barra
{
	background-image: url(../imagens/barra.jpg);
	background-repeat: repeat-y;
	text-align: center;
}
.Titulo
{
    font-size: 14px;
    color: #29106B;
    font-weight: bold;
}
.SubTitulo
{
    font-size: 12px;
    color: #29106B;
    font-weight: bold;
}
.Text
{
    font-size: 11px;
    color: #333333;
    font-family: Verdana;
}
.TextNumero
{
    font-size: 11px;
    color: #333333;
    font-family: Verdana;
    text-align: right;
}
.TextCenter
{
     text-align: center;  
}
.Cabec
{
     color: White;
     font-weight: bold;
}
.RelCabec
{
    font-size: 13px;
    color: #333333;
    font-weight: bold;
    font-family: Verdana;
}
.RelCabecOs {
    font-size: 11px;
    color: #333333;
    font-weight: bold;
    font-family: Verdana;
}