body {
    font-family: Tahoma, Helvetica, sans-serif;
    background-color: #657D93;
    font-size: 10pt;
}

td{
    font-size: 10pt;
}

.errorText 
{
    font-size: 10pt;
    color:#ff3300;
    font-weight:bold;
}

.baseFont {
    font-size: 10pt;
}

.baseFontBold {
    font-size: 10pt;
    font-weight:bold;
}

.baseFontSmaller {
    font-size: 8pt;
}

.baseFontWhite {
    font-size:10pt;
    color:#ffffff;
}

.baseFontWhiteBold {
    font-size:10pt;
    font-weight:bold;
    color:#ffffff;
}

.tableHeaderFont {
    font-size:10pt;
    font-weight:bold;
    color:ffffff;
}

.boldPagingLinks {
    color:#000000;
    font-weight:bold;
    text-decoration:none;
}

.blueLink {
    font-size:9pt;
    font-weight:bold;
    color:#657d93;
    text-decoration:none;
}

.blueLink:hover {
    color:#ff3300;
    text-decoration:underline;
}


.blueLinkGreyBg {
    font-size:9pt;
    font-weight:bold;
    color:#657d93;
    background-color:#dddddd;
    padding:5;
    text-decoration:none;
}

.blueLinkGreyBg:hover {
    color:#ff3300;
    text-decoration:underline;
}

.headerLinks 
{
    font-size:10pt;
    font-weight:bold;
    color:#657d93;
    text-decoration:none;
}

.headerLinks:hover
{
    color:#ff3300;
    text-decoration:underline;
}

.headerLinksSelected 
{
    font-size:10pt;
    font-weight:bold;
    color:#000000;
    text-decoration:none;
}

.headerLinksSelected:hover
{
    color:Maroon;
    text-decoration:underline;
}

.headerbutton {
    font-family: monospace;
    background: white;
    color: black;
}

.headerbutton a { text-decoration: none; }
.headerbutton :link { color: black; }
.headerbutton :visited { color: black; }
.headerbutton :hover { color: red; }

#navbar {
    background: #c0c0ff;
    border-bottom: solid thin black;
}

#navbar-search {
    display: none;
}

#newreply {
    text-align: center;
}
