a:active  {
	color : #003366;
	font-family :  verdana, arial, helvetica; 
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
}

a:link {
	color : #003366;
	font-family :  verdana, arial, helvetica; 
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
 }
 
 a:hover {
	color : #C1783A;
	font-family :  verdana, arial, helvetica; 
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
}

a:visited {
	color : #003366;
	font-family :  verdana, arial, helvetica; 
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
}



td.content{
font: 85%, geneva, arial, sans-serif ;
color: #333333;
padding: 15px;

}

td.footer{
font: 90%, geneva, arial, sans-serif ;
color: #555555;
border-top: 1px solid #C1783A;
}

td.menucell{
font-family: 90%, geneva, arial, sans-serif;
border-right: 1px solid #C1783A;
background: #ffffff;
padding: 10px;
}

table.layouttable{
border: 1px, solid;
border-color: #000000;
cellspacing:0;
padding: 0;
margin: 0
}
body{
font: bold 90%, geneva, arial, sans-serif ;
color: #000000;
padding: 15px;

}
.treemenu {
	margin : 0px 10px;
	padding : 10px;
	list-style : none;	
	background-color : #EEE;
	border : 1px solid #000;
	width : 180px;
}

.treemenu UL {
	list-style : none;
	margin : 0px 10px;
	padding : 0px 10px;
}

.treemenu LI {
	display : inline;
}

.treemenu A {
	display : block;
	padding-left : 10px;
	text-decoration : none;

}

.treemenu .treeopen {
	background-image :  url(file:open.gif);
	background-repeat : no-repeat;
	background-position : left;
}		

.treemenu .treeclosed {
	background-image :  url(file:closed.gif);
	background-repeat : no-repeat;
	background-position : left;
}