body	{ 
	background: white;
	color: black;
	font-family: sans-serif;
	}

A:link	{ color: #C80000; }
A:active	{ color: #696969; }
A:visited	{ color: maroon; }

#stylevalue
	{
	display: none;
	width: 1px; /* 0px for screen, 1px for print */
	}

pre
	{
	background: #F5F5F5;
	}
	
.logo1
	{
	font-size: x-large;
	font-family: sans-serif;
	color: #C80000;
	}
.logo2
	{
	font-size: x-small;
	font-weight: bold;
	}
.location
	{
	font-size: small;
	font-family: sans-serif;
	}
.footer
	{
	font-size: x-small;
	text-align: center;
	}
.menufooter
	{
	font-size: small;
	}
.lastmod
	{
	font-size: x-small;
	}
.contentheader
	{
	font-size: x-large;
	}
.nogaps
	{
	padding: 0px;
	margin: 0px;
	border: 0px;
	}
.contentlist
	{
	background: #F5F5F5;
	border: solid 2px #D0D0D0;
	}
.bookcontentlist
	{
	width: 0px;
	display: none;
	}
.submenublock
	{
	background: #F5F5F5;
	border: solid 2px #D0D0D0;
	width: auto;
	}

ul.menutree  li.treeopened
	{
	display: list-item;
	}
ul.menutree  li.treeclosed
	{
	display: list-item;
	}
ul.menutree  li.treebullet
	{
	display: list-item;
	}

ul.menutree, ul.menutree ul , ul.menutree li 
	{
	margin-left:10px; padding:0px; /* Control how "spaced out" the tree is */
	}

/* Sublists are visible or not based on class of parent LI */
ul.menutree  li.treeopened ul { display: block; }
ul.menutree  li.treeclosed ul { display: block; }

/* Format menu items differently depending on what level of the tree they are in */
ul.menutree  li { font-size: 14pt; }
ul.menutree  li ul li { font-size: 12pt; }
ul.menutree  li ul li ul li { font-size: 10pt; }
ul.menutree  li ul li ul li ul li { font-size: 8pt; }


ul.menubar
	{
	display: none;
	}
