﻿/* ------------------------------------------------------------------------------ */
/* -->> Estilo global que se aplica as tags mais comuns e classes genéricas. <<-- */
/* ------------------------------------------------------------------------------ */

/* Tags HTML */
html, body
{
    margin: 0px;
    padding: 0px;
}

body
{
    height: 100%;
    width: 100%;
}

h1
{
    font-family: Tahoma;
    font-weight: bold;
    font-size: 11px;
    color: #003366;
    height: auto;
    padding: 0px;
    margin: 0px;
}

div
{
    position: static;
}

img
{
    border: 0px;
}

div, li, td, span, input, textarea, select
{
    font-family: Tahoma;
    font-size: 11px;
    color: #003366;
}

table
{
    border-collapse: collapse;
    border: 0px;
}

table td
{
    padding: 3px;
}
