﻿h1{
    display: block;
    text-align: center;
    width: 100%;
    margin: 20px 0px 15px 0px;
}
h2{
    display: block;
    text-align: left;
    font: normal normal bold 20px/32px Arial;
    color: #1e54cc;
}
p{  
    text-align: justify;
    margin: 15px 0px;
}
.FontsNormal1{
    font: normal normal normal 11px/17px Verdana, Helvetica, sans-serif;
    color: #1e1e1e;
}
.FontsNormal2{
    font: normal normal normal 11px/17px Verdana, Helvetica, sans-serif;
    color: #00594c;
}
.FontsNormalDestaque1{
    color: #00594c;
    font-weight: bold;
}
.FontsData1{
    font: normal normal normal 10px/16px Verdana, Helvetica, sans-serif;
    color: #00594c;
}

.PaginacaoNumeroDasPaginas{
    display: inline-block;
    width: 18px;
    height: 16px;
    padding-top: 2px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #1e1e1e;
    text-decoration: none;
    background-color: #d6e6dd;
    text-align: center;
    position: relative;
    top: -6px;
}
.PaginacaoNumeroDasPaginas:hover{
    display: inline-block;
    width: 18px;
    height: 16px;
    padding-top: 2px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #1e1e1e;
    text-decoration: none;
    background-color: #9bc9af;
    text-align: center;
    position: relative;
    top: -6px;
}

.PaginacaoNumeroDaPaginaAtual{
    display: inline-block;
    width: 18px;
    height: 16px;
    padding-top: 2px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #1e1e1e;
    text-decoration: none;
    background-color: #9bc9af;
    text-align: center;
    position: relative;
    top: -6px;
}