td.gray 
{
    background-color:#eeeeee;
}
td.left 
{
    font-weight:bold; 
    color:#ffffff;
}

td.boxtitle 
{
    font-size:12pt; 
    font-family:Times; 
    color:#33ffff
}

td.bgcolor1 {
    background-color: #F15454;
}

td.bgcolor2 {
    background-color: #efcbcb;
}

td.bgcolor3 {
    background-color: #eaeaea;
}

table.results, th.results,td.results 
{
    border: 1px solid black;
    text-align: center;
}

td.resultsStr
{
    whitespace: nowrap;
    text-align: center;
    border: 1px solid black;
    font-size: 30px;
    padding: 3px

}

td.resultsNum
{
    text-align: center;
    border: 1px solid black;
    font-size: 30px;
    padding:3px
}

tr.results:nth-of-type(odd) 
{
    background-color: #cccccc;
}

tr.legend:nth-of-type(odd) 
{
    background-color: #cccccc;
}
