#topnav 
{
    display: none;
}

#left 
{
    display: none;
}

#content 
{
    padding: 0;
    width: 100%;
}

#topofpagelink 
{
    display: none;
}

#tabs
{
    display: none;
}

#footer
{
    display: block;
}

a:link { font-weight: normal; color: Black; text-decoration: none; font-size: 10pt; font-family: arial, helvetica, sans-serif; }
a:visited { font-weight: normal; color: Black; text-decoration: none; font-size: 10pt; font-family: arial, helvetica, sans-serif; }
a:hover { font-weight: normal; color: Black; text-decoration: none; font-size: 10pt; font-family: arial, helvetica, sans-serif; }
#wrapper 
{
    width: 100%;
}
p.hide 
{
    display: none;
}

/* Test Structure Tables 

.tst {
    border: 1px solid black;
    border-collapse: collapse;
    font-size: 8pt;
    width: 100%;
}
.tst th {
    background: #CCC;
    border: 1px solid black;
    border-collapse: collapse;
    color: #000;
    font-size: 8pt;
    padding: .25em;
    text-align: center;
    vertical-align: bottom;
}
.tst td {
    border: 1px solid black;
    border-collapse: collapse;
    font-size: 8pt;
    padding: .25em;
}
.tst .odd {
    background: #f7f7f7;
}
.tst .total {
    background: #ccc;
    color: #fff;
}

h1, h3 {color: #000;}
.copyright {border-top: 1px solid black;} */
