           BODY   {background-color: #CED6FF;}

  .table_closed   {
	text-indent: 5.0px;
	font-family: "arial";
	font-size: 95%;
	line-height : 110%;
	background-color : #315CFF;
	color : White;
}    
 A.closed:link    {
	text-decoration: none;
	color: white;
	display : block;
}
 A.closed:active  {
	text-decoration: none;
	color: white;
	display : block;
}
 A.closed:visited {
	text-decoration: none;
	color: white;
	display : block;
}
 A.closed:hover   {
	font-style: normal;
	text-decoration: underline;
	color: white;
	background : #0000CD;
	display : block;
}
 
  .table_item     {
	background: #CED6FF;
	font-family: "arial";
	font-size: 80%;
	text-indent: 15.0px;
	line-height :110%;
}  
 A.item:link      {
	text-decoration: none;
	color: #0000CC;
	display:block;
}
 A.item:active    {
	text-decoration: none;
	color: #0000CC;
	display:block;
}
 A.item:visited   {
	text-decoration: none;
	color : #333300;
	display:block;
}
	
 A.item:hover     {
	text-decoration: underline;
	color: #0000CC;
	display:block;
	background-color : #99CCFF;
}
  
  .table_open     {
	background: #CC0033;
	font-family: "arial";
	font-size: 95%;
	color: white;
	text-indent: 15.0px;
	line-height : 110%;
}
 A.open:link      {
	text-decoration: none;
	color: white;
	display : block;
}
 A.open:active    {
	text-decoration: none;
	color: white;
	display : block;
}
 A.open:visited   {
	text-decoration: none;
	color: white;
	display : block;
}
 A.open:hover     {
	font-weight: normal;
	text-decoration: underline;
	color: white;
	background: Red;
	display : block;
}
                    
  .submenu        {
	background:  #5F9EA0;
	font-family: "arial";
	font-size: 80%;
	font-weight: lighter;
	color: white;
	text-indent: 18.0px;
}