a:link {
    color: #FFFFFF;
    text-decoration: none;
    border: none;
}
a:visited {
    text-decoration: none;
    color: #FFFFFF;
    border: none;
}
a:hover {
    text-decoration: underline;
    border: none;
}
a:active {
    text-decoration: none;
    border: none;
}
a:link img {
    color: #000000;
    text-decoration: none;
    border: none;
}
a:visited img {
    text-decoration: none;
    color: #FFFFFF;
    border: none;
}
a:hover img {
    text-decoration: underline;
    border: none;
}
a:active img {
    text-decoration: none;
    border: none;
}

body {
font-family: Arial, Helvetica, sans-serif;
color: white;
border-style: none; 
border-color: #000000; 
color: #FFFFFF; 
background-color: #000000;
font-size: 13px;
}

table.maintable {
border-style: none;
color: white;
background-color: black;
width: 930px;
margin-left:auto; 
margin-right:auto;
}

table.maintable td{
text-align: center;
vertical-align: top;
margin-left:auto; 
margin-right:auto;
}
table.maintable tr{
text-align: center;
margin-left:auto; 
margin-right:auto;
}

table.mainp_tbl {
width: 100%;
height: 100%;
border-style: none;
color: white;
background-color: black;
margin-left:auto; 
margin-right:auto;
}

table.mainp_tbl td {
vertical-align: middle;
text-align: center;
margin-left:auto; 
margin-right:auto;
width: 100%;
}

table.mainp_tbl th {
text-align: center;
color: #CCCC00;
font-weight: bold;
font-size: 26px;
}
table.mainp_tbl em {
text-align: center;
color: #CCCC00;
font-weight: bold;
font-size: 16px;
}

table.mainp_tbl li {
margin-left: 50px;
text-align: left;
}

table.mainmenu td {
width: 129px;
height: 29px;
}

table.rf_tbl {
border-style: none;
color: white;
background-color: black;
margin-left:auto; 
margin-right:auto;
font-size: 14px;
}

table.rf_tbl td {
text-align: left;
}

table.rf_tbl th {
text-align: center;
color: #CCCC00;
font-weight: bold;
font-size: 20px;
}
table.rf_tbl em {
text-align: center;
color: #CCCC00;
font-weight: bold;
font-size: 16px;
}

.error {
 font-size: 12px;
 color: red;
}

div#nav    {
    float:left;
    width: 1200px;
    background-color: #000;
    margin: 0;
    padding: 10px 0 5px 0;
    border-top: 0;
    border-left: 0px solid #FFF;
    border-bottom: 0px solid #FFF;
    border-right: 0px solid #FFF;
    text-align: center;
    }
    
#nav {
    color: #FFF;
    font-style: normal;
    text-decoration: none;
    font: 12px Georgia, serif;
    text-transform: uppercase;
    letter-spacing:1px;
    }

    
#nav a {
    color: #d2fcbc;
    text-decoration: none;
    font-style: normal;
    padding: 3px 2px 3px 2px;
    background-color: #000;
    border: 1px solid #cc9900;
    }
    
#nav a:hover {
    /*text-decoration: underline;*/
    background-color: #003300;
    }