BODY	{
	background: #F0F0F0;
	color: #000000;
	font-family: sans-serif;
	}
SPAN.title {
	display: list-item;
	background: #9A9A9A;
	color: #2E3643;
	font-size: larger;
	font-weight: bold;
	}
LI.active_nosub {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url('/images/right.gif');
	color: #2E3643;
	background: #DDDDDD;
	font-weight: bold;
	}
LI.active_nosub A {
	font-weight: bold;
	text-decoration: none;
	color: #2E3643;
	background: transparent;
	}
LI.active_sub {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url('/images/down.gif');
	color: #2E3643;
	background: #DDDDDD;
	font-weight: bold;
	}
LI.active_sub A {
	font-weight: bold;
	text-decoration: none;
	color: #2E3643;
	background: transparent;
	}
LI.hide {
	display: none;
	}
LI.main {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url('/images/right.gif');
	}
LI.main A {
	font-weight: bold;
	text-decoration: none;
	color: #2E3643;
	background: transparent;
	}
LI.main A:hover {
	text-decoration: underline;
	}
LI.sub {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url('/images/blank.gif');
	background: #DDDDDD;
	color: #2E3643;
	}
LI.sub A {
	text-decoration: none;
	color: #2E3643;
	background: #DDDDDD;
	}
LI.sub A:hover {
	text-decoration: underline;
	}
TABLE	{
	background: #2E3643;
	color: #000000;
	}
TD#sidebar	{
	background: #BDBDBD;
	color: #000000;
	}
TD.sidebar	{
	background: #BDBDBD;
	color: #000000;
	}
TD#body	{
	background: #FBFBFB;
	color: #000000;
	}
TD#footer	{
	font-style: italic;
	font-size: 70%;
	}
TD#footer A	{
	background: transparent;
	color: #FFFFFF;
	}
UL {
	display: inline;
	}
