﻿.divImagem
{
    border: 2px solid #C0C0C0;
    width: 500px; 
    margin: 5px;
}

.link
{
    text-decoration: none;
    color: #008000;
}

a.link:hover
{
    text-decoration: underline;
}

a.link:visited
{
    color: #003300;
}

.table
{
    border: 3px solid #003300;
    width: 100%;
    text-align: center;
    background-color: #003300;
    margin-top: 10px;
    margin-bottom: 10px;
}

.table thead th
{
    border: 1px solid #003300;
    color: #FF6600;
    background-image: url('../../imagens/tab_bg.png');
}

.table tfoot tr td
{
    border:  1px solid #003300;
    background-color: White;
    color: #FF6600;
}

.table tbody tr td
{
    border: 1px solid #003300;
    background-color: White;
    color:  #003300;
}
.texto
{
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}

.divIlustracao
{
    width: 520px;
    vertical-align: middle;
    margin: 0 auto;
}

.divComDest
{
    float: right;
    text-align: center;
}

.divSemDest
{
    float: left;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #C0C0C0;
    text-align: center;
}
.laranja
{
    color: #FF6600;
}
