﻿/* DEFAULTS
----------------------------------------------------------*/

html, body
{
    height: 100%;
    overflow: auto;
}
body
{
    background: #DDD9C3;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
}

.Menu
{
    color: White;
    font-weight: bold;
    font-size: 14px;
    top: -7px;
    left: 10px;
    height: 24px;
    position: relative;
}
.Menu A:link
{
    color: White;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    cursor: hand;
}
.Menu A:visited
{
    color: White;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    cursor: hand;
}
.Menu A:active
{
    color: White;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    cursor: hand;
}
.Menu A:hover
{
    color: White;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
    cursor: hand;
}
.titulo1
{
    font-weight: bold;
    font-size: 16px;
    color: #003366;
    height: 20px;
    background-color: #DDD9C3;
    vertical-align: middle;
}

h1
{
    font-weight: bold;
    font-size: 18px;
    color: #003366;
    height: 18px;
}
h2
{
    font-weight: bold;
    font-size: 16px;
    color: #003366;
    height: 18px;
}


											  
