
* {
        padding:0;
        margin:0;
}

body {
        background-color:#000000;
        color:#cccccc;
        font-family:Arial, Helvetica, Verdana, sans-serif;
        font-size:12px;
}


#outer_table table {
         font-family:Arial, Helvetica, Verdana, sans-serif;
         font-size:14px;
         text-align:left;
         border-style:none;
         border-width:0px;
         border-spacing:0px;
         padding:0px;
         border-collapse:collapse;
         background-color:#999999;
         width:100%;
}


#outer_table th {
         font-weight:normal;
         background-color:#999999;
         font-size:12px;
         text-align:left;
}


#outer_table td {
         font-weight:normal;
         background-color:#999999;
         font-size:12px;
         text-align:left;
         margin:0;
}

#inner_table table {
         font-family: Arial, Helvetica, Verdana, sans-serif;
         font-size:11px;
         text-align:left;
         margin:20px;
         border-style:none;
         border-width:0px;
         border-collapse:collapse;
         border-spacing:0px;
         background-color:#999999;
         color:#000000;
         width:100%;
}


#inner_table th {
         font-weight:bold;
         background-color:#999999;
         color:#000000;
         font-size:11px;
         text-align:left;
         padding:6px;
}


#inner_table td {
         background-color:#999999;
         color:#000000;
         padding:6px;
         margin:0;
}

.navmemb {
         background-color:#FE9335;
         color:#A5643C;
         font-family:sans-serif;
         font-size:18px;
         text-align:center;
}

.actmemb {
         background-color:#FE9335;
         color:#09F9E9;
         font-family:sans-serif;
         font-size:18px;
         text-align:center;
}
a {
        color:#000000;
        text-decoration:none;
        font-style:normal;
        outline:none;
}

a:link {
        text-decoration:underline;
        font-style:normal;
}

a:visited {
        text-decoration:underline;
        font-style:normal;
}

a:hover {
        color:#cc3300;
        text-decoration:underline;
        font-style:normal;
}

a:focus {
        color:#cc3300;
        text-decoration:underline;
        font-style:normal;
}

a:active {
        color:#cc3300;
        text-decoration:underline;
        font-style:normal;
}

h2 {
        font-size:20px;
        font-style:normal;
        line-height:1.5em;
        color:#ffffff;
}

h3 {
        font-size:11px;
        font-weight:bold;
        color:#000000;
}



