@charset "utf-8";

body{
    background-color: #000;
    margin: 0px;
}

h1{
    font: 100% "Times New Roman";
    font-size: 14pt;
    font-weight: bold;
    color: #c00;
}

a:link, a:visited, a:active{
    font: 100% "Times New Roman";
    font-size: 9pt;
    color: #909090;
    text-decoration: none;
    font-weight: bold;
}

a:hover{
    font: 100% "Times New Roman";
    font-size: 9pt;
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

a:link.redLink, a:visited.redLink, a:active.redLink{
    font: 100% "Times New Roman";
    font-size: 9pt;
    color: #a00;
    text-decoration: none;
    font-weight: bold;
}

a:hover.redLink{
    font: 100% "Times New Roman";
    font-size: 9pt;
    color: #f00;
    text-decoration: underline;
    font-weight: bold;
}

a:link.smallLink, a:visited.smallLink, a:active.smallLink{
    font: 100% Verdana, "sans serif";
    font-size: 7pt;
    color: #66ccff;
    text-decoration: none;
    font-weight: bold;
}

a:hover.smallLink{
    font: 100% Verdana, "sans serif";
    font-size: 7pt;
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

table.tableBox{
    border: 1px solid #ccc;
    font: 100% Verdana, "sans serif";
    font-size: 8pt;
    color: #fff;
    background-color: #151515;
}

table.contentTable{
    border-top: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    background-color: #202020;
    background-image: url("../images/background.JPG");
    background-attachment: fixed;
}

table.borderTable{
    border: 1px solid #c0c0c0;
}

td.titleBar{
    background-color: #ccc;
    font: 100% Verdana, "sans serif";
    font-size: 8pt;
    font-weight: bold;
    color: #600;
    height: 10px;
}

td.normalText{
    font: 100% Verdana, "sans serif";
    font-size: 8pt;
    color: #fff;
}

td.titleText{
    font: 100% Verdana, "sans serif";
    font-size: 12px;
    color: #900;
    font-weight: bold;
}

td.tableTitle{
    font: 100% "Times New Roman";
    font-size: 9pt;
    font-weight: bold;
    color: #600;
    background-image: url("../images/opaqueWhite.png");
}

td.transparent{
    background-image: url("../images/transparentBlack.png");
    font: 100% "Times New Roman";
    font-size: 9pt;
    color: #fff;
}

td.smallText{
    font: 100% Verdana, "sans serif";
    font-size: 7pt;
    color: #fff;
}

td.darkText{
    font: 100% "Times New Roman";
    font-size: 9pt;
    color: #505050;
    font-weight: bold;
}

input,select,textarea,file{
    font: 100% "Times New Roman";
    font-size: 8pt;
    color: #e00;
    font-weight: bold;
    background-color: #200;
}

#contentArea{
    overflow: auto;
    width: 700px;
    height: 500px;
    padding: 10px;
    font: 100% "Times New Roman";
    font-size: 10pt;
    color: #fff;
}

#wideContentArea{
    overflow: auto;
    width: 650;
    height: 500;
    padding: 5px;
    font: 100% "Times New Roman";
    font-size: 10pt;
    color: #f00;
}
