﻿body
{
    font-family: Arial;
    font-size: 8pt;
    text-align: center;
    margin: auto;
    background-color: white;
}

a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #000000;
    text-decoration: none;
}

a:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:9pt;
    color: #000000;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
    color: red;
}

.titulo
{
    background-color: #003399;
    font-family: Arial;
    text-align: left;
    font-size: 12pt;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px;
}

.titulopublicidade
{
    background-color: #003399;
    font-family: Arial;
    text-align: center;
    font-size: 8pt;
    color: white;
    text-transform: uppercase;
    padding: 1px;
}

.textos
{
    font-family: Arial;
    font-size: 10pt;
    padding: 15px;
    text-align: left;
    border: solid 1px silver;
    height:auto;
    width:568px;
}

.conteudo
{
    font-size: 10pt;
    font-family: Arial;
    background-color: #ffffff;
    text-align: left;
    width: 550;
    margin: 10px;
}

.left
{
    background-color: #ffffff;
    margin-left: 0px;
    margin-right: 0px;
}

.publicidade
{
    width:170px;
    margin-left: 16px;
    text-align: left;
    border: solid 1px gray;
    font-size: 8pt;
    font-family:Arial;
    padding:5px;
    margin-bottom:5px;
}

.horas
{
    margin-left: 16px;
    text-align: center;
    height: 25px;
}

.noticias
{
    font-family: Arial;
    font-size: 8pt;
    text-align: left;
    background-color: white;
    margin-left: 10px;
    margin-right: 10px;
}

.noticia
{
    font-family: Arial;
    font-size: 8pt;
    text-align: left;
    background-color: lightblue;
    padding-left: 10px;
    border: solid 1px silver;
}

.base
{
    font-family: Arial;
    font-size: 8pt;
    text-align: center;
    background-color: white;
    border-top: solid 1px gray;
    margin-left: 15px;
    padding-top: 10px;
}

.campo
{
    border: solid 1px gray;
}
.campoobrigatorio
{
    border: solid 1px gray;
    border-left: solid 1px red;    
}
.campoobrigatorioinfo
{
    border-left: solid 1px red;    
}