body {
	background-color: #555555;
	margin: 4px 0px 0px;
	background-image: url(graphics/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
}
.table-main {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #FFFFFF;
}
.table-footer {
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px none #000000;
	border-left: 1px none #000000;
	background-color: #EEEEEE;
	font-size: 10px;
}
.table-content {
	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px none #000000;
	border-left: 1px solid #000000;
	font-size: 14px;
}
.table-nav {
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
}
a:link, a:visited {
	COLOR: #006699; TEXT-DECORATION: none;
}
a:hover {
	COLOR: #006699; TEXT-DECORATION: underline;
}
A.nav:link {
	FONT-SIZE: 11px; COLOR: #006699; TEXT-DECORATION: none; line-height: 16px;
}
A.nav:visited {
	FONT-SIZE: 11px; COLOR: #006699; TEXT-DECORATION: none;	line-height: 16px;
}
A.nav:hover {
	FONT-SIZE: 11px; COLOR: #006699; TEXT-DECORATION: underline; line-height: 16px;
}
.heading {
	FONT-SIZE: 24px;
	COLOR: #006699;
	font-weight: bold;
	line-height: 26px;
}
.nav-selected {
	FONT-SIZE: 11px;
	line-height: 16px;
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
	background-color: #CCCCCC;
}
.nav-selected-with-sub {
	FONT-SIZE: 11px;
	line-height: 16px;
	color: #000000;
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px none #000000;
	border-left: 1px none #000000;
	background-color: #CCCCCC;
}
.nav-sub {
	border-top: 1px dashed #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
	background-color: #DDDDDD;
}
.nav-sub-selected {
	FONT-SIZE: 11px;
	line-height: 16px;
	color: #000000;
	background-color: #EEEEEE;
}
.nav-column {
	background-color: #EEEEEE;
}
.underline {
	text-decoration: underline;
}
