﻿body
{
    background-image: url(imagens/background_white.jpg);
    background-repeat: repeat;
    font-family: Verdana;
}
h1
{    
    color: #FF3300;
    font-weight: bold;
    font-style: italic;
    font-family: Verdana;
    font-size: 32px;
}
h2
{
    font-family: Verdana;
    font-size: 20px;
    font-weight: bold;
    color: #FF3300;
    width: 112px;
}
h3
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #FF3300;
    width: 112px;
}
p
{
    font-family: Verdana;
    font-size: 12px;
}

.menu .button_left
{
    width: 7px;
    background-image: url('imagens/button_cyan_left.png');
    background-repeat: no-repeat;
    height: 36px;
}
.menu .button_middle
{
    width: 83px; 
    background-color: #0093DD;
    height: 36px;
}
.menu .button_right
{
    width: 7px;
    background-image: url('imagens/button_cyan_right.png');
    background-repeat: no-repeat;
    height: 36px;
}
.menu
{
    font-family: Verdana;
    font-size: x-small;
    font-weight: bold;
    text-decoration: none;
    color: Black;
    text-align: center;
    vertical-align: middle;
}
a.menu:hover
{
    color: Red;
    font-style: italic;
}

a.maps_menu
{
    color: #000099;
}
a.maps_menu:hover
{
    color: Red;
}
.maps_menu
{
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}
.maps_menu .button_left
{
    width: 9px;
    background-image: url('imagens/button_blue_left.png');
    background-repeat: no-repeat;
    height: 24px;
}
.maps_menu .button_middle
{
    width: 150px;
    background-image: url('imagens/button_blue_middle.png');
    background-repeat: repeat;
    height: 24px;
}
.maps_menu .button_right
{
    width: 9px;
    background-image: url('imagens/button_blue_right.png');
    background-repeat: no-repeat;
    height: 24px;
}
table.maps
{
    border-width: 0;
    margin:0 0 0 0;    
    padding: 0 0 0 0;
}
table.maps td
{
    text-align: center;
    vertical-align: middle;    
    margin:0 0 0 0;    
    padding: 0 0 0 0;
}
.maps_desc_value
{
    color: #000000;
}
.maps_desc
{
    color: #FF6600;
    font-weight: bold;
    font-family: Arial;
    width: 205px;
    margin: 0px 0px 0px 0px;
}
table.maps td.maps_desc
{
    text-align: left;
}

.footer
{
    font-size: 12px;
    font-weight: bold;
    color: #FF3300;
}
h1.home
{
    color: #000066;
    font-style: italic;
    font-family: Arial;
    font-weight: bold;
}
.maps_buttons_header
{
    color: #FF3300;
    font-weight: bold;
    font-style: italic;
    font-family: Arial;
}


table.base
{
    background-color: #FF3300;
}
td.base
{
    border-width: 1px;
    border-style: inset;
    background-color: #FFFFFF;
}

table.header
{
    width: 100%;
    /*background-color: #FF3300;*/
    background-color: #FFFFFF;
    height: 222px;
}