/*
body	{
	color: #000000;
	background-color: #f1eee9;
	margin: 0;
	padding: 0;
}
*/

.normal {
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.normalbox img     {
  float: none ;
}

.normalbox      {
	/*border: 1px solid #440000;*/
	margin: 3px;
	/*padding: 5px;
	background-color: #ffffff;*/
}

.h1	{
	text-align: center;
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #880000;
}

/*
.titlebox       {
	border: 1px solid #440000;
	margin: 0px;
	padding: 0px;
	background-color: #fefaf1;
}
*/
/*a:link	{*/
.treemenudiv a:link	{
	text-decoration: none;
	color: #003300;
}

/*a:visited	{*/
.treemenudiv a:visited 
	text-decoration: none;
	color: #726461;
}

/*a:hover	{*/
.treemenudiv a:hover	{
	text-decoration: none;
	color: #841212;
	background-color: #fff0c0;
}

/*a:active	{*/
.treemenudiv a:active	{
	text-decoration: none;
	color: #ff0000;
}

