		TD
{
	font-size: 16px;
	color: #000000;
	font-family: Arial, Helvetica, Verdana;
	text-decoration: none;
}
		A
{
	color: Red;
        font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}
		A:HOVER
{
	color: Blue;
	text-decoration: underline;
}
		UL
{
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, Verdana;
	text-decoration: none;
}
		.date
{
	font-size: 14px;
	color: #ffffff;
	font-family: Arial, Helvetica, Verdana;
	text-decoration: none;
}
  .menu
{
	border-right: #294263 1px solid;
	border-top: #294263 1px solid;
	font-weight: bold;
	font-size: 12px;
	border-left: #294263 1px solid;
	width: 150px;
	cursor: se-resize;
	color: white;
	border-bottom: #294263 1px solid;
	font-family: arial,verdana;
	position: absolute;
	background-color: #42526b;
}
  .item_panel
  {
    width:150;
    border-left:1px solid #294263;
    border-right:1px solid #294263;
    clip:rect(0,150,0,0);
    position:absolute;

  }
  .item_panel a
  {
   text-decoration:none;
   color:black;
   cursor:hand;
   font-size:10px;
   font-family:arial,verdana;
  }
  .item
  {
   background-color:white;
   width:148;
   font-size:10px;
   font-family:arial,verdana;
   
  }
