body {
    color: #000000;
    background: #CCCCCC;
    font-family: verdana, helvetica, tahoma, lucida, arial, sans-serif;
    FONT-SIZE: 7pt;
    text-decoration: none;
}

h1 {
    FONT-SIZE: 16pt;
    font-weight: normal;
    font-family: verdana, helvetica, tahoma, lucida, arial, sans-serif;
    text-decoration: capitalize;
    TEXT-TRANSFORM: capitalize;
    color: #000000;
}

h2 {
    FONT-SIZE: 11pt;
    font-weight: bold;
    font-family: verdana, helvetica, tahoma, lucida, arial, sans-serif;
    text-decoration: none;
    color: #000000;
}

h3 {
    FONT-SIZE: 10pt;
    font-weight: bold;
    font-family: verdana, helvetica, tahoma, lucida, arial, sans-serif;
    text-decoration: none;
    color: #000000;
}

A:link {
    font-weight: bold;
    font-family: verdana, helvetica, tahoma, lucida, arial, sans-serif;
    text-decoration: none;
    color: #3a6a99;
}

A:visited {
    font-weight: bold;
    font-family: verdana, helvetica, tahoma, lucida, arial, sans-serif;
    text-decoration: none;
    color: #4983bc;
}

A:active {
    font-weight: bold;
    font-family: verdana, helvetica, tahoma, lucida, arial, sans-serif;
    text-decoration: none;
    color: #ffffff;
}

TD {
    font-family: verdana, helvetica, tahoma, lucida, arial, sans-serif;
    FONT-SIZE: 9pt;
}

P,OL,UL,DL,PRE {
    margin: 2pt;
}

