body
{
    font-size : 11px;
    font-family : Verdana , Arial , Helvetica , sans-serif;
    cursor : default;
    background-color : rgb(255 , 255 , 255);
}
td
{
    font-size : 11px;
    font-family : Verdana , Arial , Helvetica , sans-serif;
}
hr
{
    height : 1px;
    border : 0px;
    border-top : 1px solid rgb(102 , 102 , 102);
}
form
{
    margin : 0px;
}
img
{
    border : 0px;
}
table.stand
{
    border-collapse : collapse;
    width : 95%;
    margin-left : 2.5%;
    margin-right : 2.5%;
}
.input
{
    font-size : 11px;
    background-color : rgb(255 , 255 , 255);
    color : rgb(0 , 0 , 0);
    font-family : Verdana , Arial , Helvetica , sans-serif;
    border : 1px solid rgb(85 , 85 , 85);
    padding : 1px;
}
.select
{
    font-size : 11px;
    background-color : rgb(255 , 255 , 255);
    color : rgb(0 , 0 , 0);
    font-family : Verdana , Arial , Helvetica , sans-serif;
}
.tablelight
{
    font-size : 11px;
    border : 1px solid rgb(85 , 85 , 85);
    background-color : rgb(238 , 238 , 238);
    color : rgb(0 , 0 , 0);
}
.tabledark
{
    font-size : 11px;
    border : 1px solid rgb(85 , 85 , 85);
    background-color : rgb(224 , 224 , 224);
    color : rgb(0 , 0 , 0);
}
td.header
{
    font-size : 11px;
    border : 1px solid rgb(85 , 85 , 85);
    color : rgb(0 , 0 , 0);
    font-weight : bold;
    background-image : url("./images/header.gif");
}
a.header
{
    font-size : 11px;
    color : rgb(0 , 0 , 0);
    font-weight : bold;
    cursor : pointer;
}
a:hover.header
{
    font-size : 11px;
    color : rgb(255 , 255 , 255);
    font-weight : bold;
    cursor : pointer;
}
td.subheader
{
    font-size : 11px;
    color : rgb(0 , 0 , 0);
    font-weight : bold;
    border : 1px solid rgb(85 , 85 , 85);
    background-image : url("./images/subheader.gif");
}
a.subheader
{
    font-size : 11px;
    color : rgb(0 , 0 , 0);
    font-weight : bold;
    cursor : pointer;
    text-decoration : none;
}
a:hover.subheader
{
    font-size : 11px;
    color : rgb(0 , 0 , 0);
    font-weight : bold;
    cursor : pointer;
    text-decoration : underline;
}
a.small
{
    font-size : 11px;
    color : rgb(0 , 0 , 0);
    cursor : pointer;
}
a:hover.small
{
    font-size : 11px;
    color : rgb(0 , 0 , 0);
    text-decoration : none;
    cursor : pointer;
}
a
{
    color : rgb(0 , 0 , 0);
    cursor : pointer;
}
a.postlink
{
    font-size : 12px;
    color : rgb(0 , 0 , 0);
    cursor : pointer;
}
a:hover.pages
{
    font-size : 11px;
    color : rgb(204 , 0 , 0);
    cursor : pointer;
}
a:hover.pagelinks
{
    color : rgb(204 , 0 , 0);
    cursor : pointer;
}
td.navover
{
    font-size : 11px;
    border : 1px solid rgb(85 , 85 , 85);
    color : rgb(0 , 0 , 0);
    background-image : url("./images/header.gif");
}
td.nav
{
    font-size : 11px;
    border : 1px solid rgb(85 , 85 , 85);
    color : rgb(0 , 0 , 0);
    background-image : url("./images/headerbw.gif");
}
a.nav
{
    font-size : 11px;
    color : rgb(0 , 0 , 0);
    text-decoration : none;
    cursor : pointer;
    font-weight : bold;
}
a.navbold
{
    font-size : 11px;
    color : rgb(255 , 0 , 0);
    text-decoration : none;
    cursor : pointer;
    font-weight : bold;
}
td.footer
{
    font-size : 11px;
    border : 1px solid rgb(85 , 85 , 85);
    background-color : rgb(0, 0, 255);
    color : rgb(0 , 0 , 0);
}
.signature
{
    font-size : 11px;
    color : rgb(51 , 51 , 51);
}
.copyright
{
    font-size : 11px;
    text-align : center;
    line-height : 14px;
}
.post
{
    font-size : 12px;
}
.quote
{
    font-size : 11px;
    background-color : rgb(254 , 254 , 254);
    color : rgb(51 , 51 , 51);
    border : 1px rgb(85 , 85 , 85) solid;
}
.code
{
    width : 90%;
    margin-left : 5%;
    margin-right : 5%;
    padding : 3px;
}
.codetitle
{
    font-size : 12px;
    color : rgb(0 , 0 , 0);
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-weight : bold;
    padding : 3px;
}
.codelines
{
    font-size : 11px;
    background-color : rgb(238 , 238 , 238);
    color : rgb(51 , 51 , 51);
    border : 1px rgb(85 , 85 , 85) solid;
    font-family : Courier New , Courier , serif;
    text-align : right;
    float : left;
    padding : 3px;
}
.codedata
{
    font-size : 11px;
    background-color : rgb(254 , 254 , 254);
    color : rgb(51 , 51 , 51);
    border : 1px rgb(85 , 85 , 85) solid;
    font-family : Courier New , Courier , serif;
    white-space : nowrap;
    overflow : auto;
    padding : 3px;
    border-left : 0px;
}
.pages
{
    font-size : 11px;
    color : rgb(51 , 51 , 51);
}
.mbcSelect
{
    font-size : 11px;
    background-color : rgb(236 , 236 , 236);
    color : rgb(0 , 0 , 0);
}
.mbcButton
{
    font-size : 11px;
    background-color : rgb(236 , 236 , 236);
    color : rgb(0 , 0 , 0);
    border : 1px rgb(85 , 85 , 85) solid;
}
.stats
{
    font-weight : bold;
}
.adminstat
{
    text-align : center;
}

