/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.dbl {
border-style: double;
}
.dbl td {
vertical-align: top;
}

/* Sortable tables */
table.sortable a.sortheader {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}
#header {
	display: none;
}
#menu {
	display: none;
}
#content {
clear: both;
	width: 7.5in;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	display: none;
}

#menu {
	display: none;
}
#container {
	width: 7.5in;
	margin-left: auto;
	margin-right: auto;
}

