﻿/*GERAL*/
body
{
    background-color: #164381;
    background-image: url(../../imagem/fundo.jpg);
    background-repeat:repeat-x;
}
.fundoColuna
{
    background-color:#ffffff;
}

/**/
.font
{
    font-size: 10px;
    color: #000000;
    font-family: Arial;
}

.font2
{
    font-size: 12px;
    color: #000000;
    font-family: Arial;
}

.font3
{
    font-size: 12px;
    color: #000000;
    font-family: Arial;
    font-weight: bold;
}

.font4
{
    font-size: 16px;
    color: #ffffff;
    font-family: Arial;
    font-weight: bold;
}

.font5
{
    font-size: 19px;
    color: #ffffff;
    font-family: Arial;
    font-weight: bold;
}

.font6
{
    font-size: 16px;
    color: #000000;
    font-family: Arial;
    font-weight: bold;
}

/*DIVS*/
.div
{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    background-color: #ffffff;
}

/*IMPUTS*/
.imput
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    font-weight: bold;
    font-size: 12px;
    border-left: black 1px solid;
    color: black;
    border-bottom: black 1px solid;
    font-family: Arial;
    background-color: #ffffff;
    text-decoration: none;
    height:21px;
    width:250px;
}

/*LINKS*/

.aMenu
{
    color: white;
    font-family: Arial;
    text-decoration: none;
    font-size: 10px;
}


.aMenu:hover
{
    color: white;
    font-family: Arial;
    text-decoration: underline;
    font-size: 10px;
}

.aMenu2
{
    color: white;
    font-family: Arial;
    text-decoration: none;
    font-size: 12px;
    font-weight:bold;
}


.aMenu2:hover
{
    color: white;
    font-family: Arial;
    text-decoration: underline;
    font-size: 12px;
    font-weight:bold;
}

.aMenu3
{
    color: Black;
    font-family: Arial;
    text-decoration: none;
    font-size: 10px;
}


.aMenu3:hover
{
    color: Black;
    font-family: Arial;
    text-decoration: underline;
    font-size: 10px;
}

.aMenu4
{
    color: Black;
    font-family: Arial;
    text-decoration: underline;
    font-size: 12px;
    font-weight:bold;
}


.aMenu4:hover
{
    color: Black;
    font-family: Arial;
    text-decoration: none;    
    font-size: 12px;
    font-weight:bold;
}


/*TABELAS*/

.tab
{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #000000 1px solid;
}

.tab2
{
    border-right: none;
    border-top: none;
    border-left: #000000 1px solid;
    border-bottom: none;
}

/*IMPUTS*/

.imput
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    font-size: 12px;
    border-left: black 1px solid;
    color: black;
    border-bottom: black 1px solid;
    font-family: Arial;
    background-color: white;
}

.imput2
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    font-size: 12px;
    border-left: black 1px solid;
    color: black;
    border-bottom: black 1px solid;
    font-family: Arial;
    background-color: white;
    text-align:right;
}
