a {
color: #000;
font-weight: bolder;
text-decoration: none;
}

a:visited {
color: #000;
font-weight: bolder;
text-decoration: none;
}

a:hover {
color: #000;
font-weight: bolder;
text-decoration: underline;
}

body {
margin: 10px;
padding: 0;
color: #000;
font-family: Trebuchet MS,Arial,Sans-serif;
background: #FFF;
}

b {
color: #000;
}

b.classic {
color: #000;
}

b.redHead {
color: #000;
}

h1, h2, h3, h4, h5, h6 {
color: #000;
font-weight: bold;
line-height: 1.0em;
margin: 4px 0 4px 0;
font-family: Georgia, Arial, Verdana, sans-serif;
}

h1 {
font-size: 150%;
}

h2 {
font-size: 120%;
}

h3 {
font-size: 95%;
}

h4 {
font-size: 65%;
}

hr.rule {
color: #000; 
border-bottom: 0px; 
border-top: 1px dashed #000; 
height: 1px; 
margin: 0; 
padding: 0;
}

img {
vertical-align: bottom;
}

table, tr, td {
margin: 0;
padding: 0;
vertical-align: top;
}

p {
margin: 12px 0 12px 0px;
}

u {
text-decoration: underline;
}


/* ----- CONTENT ----- */

.cAlign {
text-align: center;
}

#container {
background: #000;
padding: 4px;
}

#containerBox {
background: #FFF;
}

#head {
display: none;
}

#nav {
display: none;
}

#navLinks {
display: none;
}

#navImg {
display: none;
}

#leftPanel {
display: none;
}

#content {
background: #FFF; 
float: left; 
width: 100%;
}

#contentBox {
color: #000;
font-size: 12px;
font-family: Trebuchet MS,Arial,sans-serif;
}

#contentImg {
display: none;
}

#footer {
border-bottom: 1px dashed #000;
background: #FFF; 
height: 80px; 
clear: both;
}

#footer2 {
color: #000;
padding:4px;
height: 20px; 
font-size: 10px;
font-family: Helvetica,Arial,sans-serif;
background: #FFF; 
}

#footer2Left {
display: none;
}

#footer2Right {
color: #000; 
font-size: 10px; 
margin-top: 4px;
}


/* ----- END CONTENT ----- */


/* ----- NAVIGATION ----- */

#mainNav {
        display: none;
}


/* ----- END NAVIGATION ----- */

