body  {
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-decoration : none;
	text-align : left;
	margin-top : 5px;
	margin-left : 5px;
	background-color : White;
}
		
A  {
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Black;
	text-decoration : none;
	text-align : left;
}

A:Visited {
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Black;
	text-decoration : none;
	text-align : left;
}

A:Active  {
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Black;
	text-decoration : none;
	text-align : left;
}

A:Hover  {
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Gray;
	text-decoration : none;
	text-align : left;
}



.basic  {
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-decoration : none;
}


.error  {
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : italic;
	color : Red;
	text-decoration : none;
	text-align : left;
}

.inactive {
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : gray;
	text-decoration : none;
	text-align : left;
}

#tree{ position:absolute; z-index:2; }
#watermark { position:absolute; bottom:0px; left:0px; z-index:1; }