/* CSS Document */

body {
    margin: 15px;
    height: 100%;
    padding: 0px;
    font-family: Arial, Helvetica, Sans Serif;
    font-size: 12px;
    color: #333333;
}

h1 {   
    font-weight: bold;
    font-size: 22px;
}

td {
    margin: 15px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, Sans Serif;
    font-size: 13px;
    color: #333333;
}


/* mambo core stuff */
a:link, a:visited {
    background: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, Sans Serif;
    font-size: 12px;
    color: #EE8833; text-decoration: underline;
    font-weight: bold;
}

a:hover {
    font-family: Verdana, Arial, Helvetica, Sans Serif;
    font-size: 12px;
    color: #C43C03; text-decoration: underline;
    font-weight: bold;
}

a.hide:link, a.hide:visited {
    font-family: Verdana, Arial, Helvetica, Sans Serif;
    font-size: 11px;
    color: #BBBBBB; text-decoration: underline;
    font-weight: bold;
}

a.hide:hover {
    font-family: Verdana, Arial, Helvetica, Sans Serif;
    font-size: 11px;
    color: #333333; text-decoration: underline;
    font-weight: bold;
}

a.footer:link, a.footer:visited {
    background: #a3a3a3;
    height: 100%;
    padding: 0px;
    font-family: Arial, Helvetica, Sans Serif;
    font-size: 12px;
    color: #333333;
    font-weight: normal;
    text-decoration: none;
}

a.footer:hover {
    background: #a3a3a3;
    height: 100%;
    padding: 0px;
    font-family: Arial, Helvetica, Sans Serif;
    font-size: 12px;
    color: #333333;
    font-weight: normal;
    text-decoration: underline;
}
