BODY  {
        font-family : Tahoma;
        font-size : 8pt;
}
H2 {
        font-family : Tahoma;
        font-size : 10pt;
        font-weight : bold;
        text-align : center;
        color : Black;
        text-decoration : underline;
}

H1 {
        font-family : Tahoma;
        font-size : 8pt;
        font-weight : bold;
        text-align : center;
}
.cell1 {
        width : auto;
        font-family : Tahoma;
        font-size : 8pt;
        background-color : White;
        text-align : center;
}
.cell1copy {
        font-family : Tahoma;
        font-size : 8pt;
}

.cell2 {
        width : auto;
        font-family : Tahoma;
        font-size : 8pt;
        background-color : White;
        text-align : center;
}
.cell2copy {
        font-family : Tahoma;
        font-size : 8pt;
}

a:link {
        font-family: Tahoma;
        font-size: 8pt;
        color: #990000;
        font-weight : bold;
        text-decoration : none;
}
a:visited {
        font-family: Tahoma;
        font-size: 8pt;
        color: #000066;
        font-weight : bold;
        text-decoration : none;
}