BODY  {
        font-family : Tahoma;
        font-size : 9pt;
}

H1 {
        font-family : Tahoma;
        font-size : 11pt;
        font-weight : bold;
        text-align : center;
}

table  {
        background-color : white;
        font-family : Tahoma;
        font-size : 9pt;
        font-weight : bold;
}

.cell1 {
        background-color : white;
        width : 50%;
        font-family : Tahoma;
        font-size : 9pt;
        font-weight : bold;
}
.cell1copy {
        font-family : Tahoma;
        font-size : 9pt;
        font-weight : bold;
}
.cell2 {
        background-color : white;
        font-family : Tahoma;
        font-size : 9pt;
        width : 50%;
        font-weight : bold;
}
.cell2copy {
        font-family : Tahoma;
        font-size : 9pt;
        font-weight : bold;
}
a:link {
        font-family: Tahoma;
        font-size: 10pt;
        color: #000080;
        font-weight : bold;
        text-decoration : none;
}
a:visited {
        font-family: Tahoma;
        font-size: 10pt;
        color: #A00000;
        font-weight : bold;
        text-decoration : none;
}