


body
{font-family: Arial Narrow, Arial, Verdana, sans-serif;
font-size: 3em;
text-align: justify}

h1
{font-family: Verdana, sans-serif;
font-size: 1.3em}

code
{font-family: Courier, sans-serif;
font-size: 1em}

a:link {font-family: Arial Narrow, Arial; color: black; text-decoration: none }
a:active {font-family: Arial Narrow, Arial; color: red; text-decoration: none }
a:visited {font-family: Arial Narrow, Arial; color: black; text-decoration: none }
a:hover {font-family: Arial Narrow, Arial; color: red; text-decoration: none  }


.note
{background-color: #003333;
border-width: thin;
border-color: black;
border-style: ridge;
color: white;
font-family: Verdana, Geneva, sans-serif;
font-size: .9em;
vertical-align: text-bottom}


.item { color: #006600 }
.highlight { color: #990099 }




.treemenu {
	margin : 0px 0px;
	padding : 0px;
	list-style : none;	
	background-color : rgb(153,0,0);
	width : 100px;
	}

.treemenu UL {
	list-style : none;
	margin : 0px 0px;
	padding : 2px 0px;
	color: white;
	font-size: 1.1em;
	}

.treemenu LI {
	display : inline;
	color: white;
	font-size: .8em;
	}

.treemenu A {
	display : block;
	padding-left : 0px;
	padding : 2px 0px;
	color: white;
	text-decoration : none;
	}

.treemenu .treeopen {

	background-image : url('open.gif');
	background-repeat : no-repeat;
	background-position : left;
	}		

.treemenu .treeclosed {
	background-image : url('closed.gif');
	background-repeat : no-repeat;	background-position : left;
	}











