.treemenu {
	margin : 0px 20px;
	padding : 10px;
	list-style : none;	
	background-color : #EEE;
	border : 1px solid #000;
	width : 200px;
}

.treemenu DL {
	margin : 0px 10px;
	padding : 0px 10px;
	list-style : none;
}

.treemenu DT {
	display : inline;
}

.treemenu A {
	display : block;
	padding-left : 12px;
	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;
}

a {
   color : black;
   font-family : Verdana;
   font-size : 8pt;
   text-decoration : none
}

a.otherstyle {
   color : black;
   font-family : Verdana;
   font-size : 8pt;
   text-decoration : underline;
}

a:hover {
   color : red;
   background-color : #6D8AAB;  
   text-decoration : underline; 
}

body {
   color: black;
   background-color: #6D8AAB;
   font-family : Verdana;
   font-size : 8pt;
   text-decoration : none;
}

#pagetopper {
   color: black;
   font-size: 8pt;
   font-weight: bold;
   text-align: center;
}

pre {
   font-family : Courier New;
   font-size : 9pt;
}

td {
   color : black;
   font-family : Verdana;
   font-size : 8pt;
   text-decoration : none;
}

