body {
    margin: 0;
    padding: 0;
}

body, input, select, textarea, table, td, th {
    font-family: 'Tahoma', 'Verdana', sans-serif;
    font-size: 11pt;
    color: #000;
}

a:link, a:active {
    color: #000;
    text-decoration: underline;
}

a:visited {
    color: #666;
    text-decoration: underline;
}

#Header h1 {
    margin-top: 0;
    padding-bottom: 10pt;
    text-align: center;
    border-bottom: 1px dashed #000;
}

#Body h2, #Body .Block h3 {
    text-indent: 30pt;
    font-size: 14pt;
}

#Body .Block h3 a {
    text-decoration: none !important;
}

#Body .Block p, #Body .OneCell p, #Body .RightCell p {
    text-indent: 2em;

}

#Footer {
    margin-top: 10pt;
    border-top: 1px dashed #000;
    text-align: center;
}

.PrintNone {
    display: none;
}