body {
    background: #999999 url('');
}

table {
    font-family: Verdana, Helvetica, Georgia, Sans-serif;
    font-size: 10px;
}

/*
 * Base
 */
.base {
    border-collapse: separate;
    border: 0px solid #000000;

    width: 90%;
}
.base th {
    border: 0px solid #000000;
}
.base td {
    border: 0px solid #000000;
}

/*
 * Logo
 */
.logo {
    background: #ffffff url('');
    
    border-collapse: separate;
    border: 2px solid #009900;

    font-family: Verdana, Helvetica, Georgia, sans-serif;
    font-size: 10px;

    width: 100%;
}

/*
 * Menu
 */
.menu {
    background: #ffffff url('');
    
    border-collapse: separate;
    border: 2px solid #009900;

    font-family: Verdana, Helvetica, Georgia, Sans-serif;
    font-size: 10px;

    margin-bottom: 6px;

    width: 100%;
}
.menu th {
    font-weight: normal;
}
.menu a {
    color: #009900;
    
    font-weight: bold;
    
    text-decoration: none;
}
.menu a:hover {
    color: #00DD00;
    
    font-weight: bold;
}
.menu hr {
    background-color: #009900;
    border: 1px solid #000000;
}

/*
 * Content
 */
.content {
    background: #ffffff url('');
    
    border-collapse: separate;
    border: 2px solid #009900;

    font-family: Verdana, Helvetica, Georgia, sans-serif;
    font-size: 10px;

    width: 100%;
}
.content th {
}
.content td {
    text-align: justify;
}
.content hr {
    background-color: #009900;
    border: 1px solid #000000;
}
.content a {
    color: #009900;
    
    font-weight: bold;
    
    text-decoration: none;
}
.content a:hover {
    color: #00DD00;
    
    font-weight: bold;
}

/*
 * Artigos
 */
.a_titulo {
    font-weight: bold;

    text-transform: uppercase;
}
.a_topico {
    font-weight: bold;
}
.a_sub {
    font-weight: bold;
}

/*
 * Footer
 */
.footer {
    background: #ffffff url('');
    
    border-collapse: separate;
    border: 2px solid #009900;

    font-family: Verdana, Helvetica, Georgia, Sans-serif;
    font-size: 10px;

    width: 100%;
}

.footer td {
    text-align: right;
    font-weight: bold;
}

.footer a {
    color: #009900;

    font-weight: bold;

    text-decoration: none;
}

.footer a:hover {
    color: #00DD00;

    font-weight: bold;
}

