body, p, td {
    font-family: Tahoma, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9pt;
    color: #000000
    }
a:link {
    color: #0000FF;
    text-decoration: underline;
    }
a:visited {
    color: #0000FF;
    text-decoration: underline;
    }
a:hover {
    color: #FF0000;
    text-decoration: none;
    }
a:active {
    color: #FF0000;
    text-decoration: none;
    }
h1 {
    font-size: 14pt;
    font-weight: bold;
    color: #000088
    }
h2, .title {
    font-size: 12pt;
    font-weight: bold;
    color: #000088
    }
h3 {
    font-size: 11pt;
    font-weight: bold;
    color: #000088
    }
h4, h5, h6 {
    font-size: 10pt;
    font-weight: bold;
    color: #000088
    }
input, select, textarea {
    font-family: Tahoma, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9pt;
    }
.button    {
    border: outset;
    border-width: 1pt;
    border-color: #C0C0C0;
    background-color: #EEEEEE;
    }
.textbox    {
    border: solid;
    border-width: 1pt;
    border-color: #C0C0C0;
    background-color: #FFFFE9;
    }


/* Andamio custom styles */
.error_message {
    font-family: Courrier New, Courrier;
    font-weight: normal;
    font-size: 9pt;
    color: #FF0000
    }
.breadcrums {
    font-size: 8pt;
    }
.top {
    text-align: right;
    }
.left {
    }
.main {
    }
.right {
    }
.bottom {
    }