
H1 {
    text-align: center;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 22pt; /*changed font size from 24 pt, 1/20/2010, Zoe Friedlander*/
    line-height: normal;
    font-family: Arial, Helvetica, sans-serif;
}

H2 {
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 18pt;
    line-height: normal;
    font-family: Arial, Helvetica, sans-serif;
}

H3 {
    margin-left: 50px;
    font-style: italic;
    font-variant: normal;
    font-weight: normal;
    font-size: 16pt;
    line-height: normal;
    font-family: Arial, Helvetica, sans-serif;
}

H1.statistics {
    font-size: 14pt;
    text-align: center;
}

.toc1 {

}

.toc2 {
    margin-left: 25px;
}

.toc3 {
    margin-left: 50px;
}

TABLE {
    text-align: left;
}

TABLE.twoColList {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}

TABLE.statList {
    margin-left: 1%;
}

TD {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 10pt;
    line-height: normal;
    font-family: Arial, Helvetica, sans-serif;
}

TD.twoColList {
    width: 50%;
}

TD.numberCol {
    width: 20px;
}

P, BLOCKQUOTE, DIV { 
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 10pt;
    line-height: normal;
    font-family: Arial, Helvetica, sans-serif;
}

A:link, A:visited, A:hover {
    color: blue;
}

.statisticsNote {
    text-align: left;
}

