BODY {
	font-family : Verdana, Arial, sans-serif ;
	color: White;
	font : x-small;
}

A {
	text-decoration: none;
	color: White;
}

A.nav {
	text-decoration: none;
	color: White;
	font: bolder normal larger Verdana;
}

A.ylink {
	text-decoration: none;
	color: yellow;
}
A:Hover {
	text-decoration: underline;
	color: Yellow;
}

P {
	text-align : justify;
	padding-left : 5px;
	font : 12px;
	vertical-align : top;
	padding-right : 5px;
}

P.sm {
	text-align : left;
 font : xx-small;
	vertical-align : top;
	}

P.box {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : left;
	color : White;
}

TD.box {
	valign: text-align : left;
	border-left : thin #c0c0c0;
	border-right : thin solid #c0c0c0;
	border-top: none;
	border-bottom: none;
	height: 100;
	width: 143;
	vertical-align : top;
}

TD.boxrt {
	valign: text-align : left;
	border-left : thin #c0c0c0;
	border-right : none;
	border-top: none;
	border-bottom: none;
	height: 100;
	width: 143;
	vertical-align : top;
}

TD.boxlt {
	valign: text-align : left;
	border-left : none;
	border-right : thin #c0c0c0;
	border-top: none;
	border-bottom: none;
	height: 100;
	width: 143;
	vertical-align : top;
}
TD.ls  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	vertical-align : top;
}


LI  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-left : 10px;
	padding-left : 10px;
	list-style-type:circle;
	list-style-position:inside;
}
  .menu
  {
	position:relative;
	background-color:#608969;
	border: 1px solid White;
	width:180;
	font-size:12px;
	font-family:verdana;
	font:bold;
	position:absolute;
	cursor: hand;
}
  .item_panel
  {
	width:180;
	border-left: 1px solid White;
	border-right: 1px solid White;
	clip:rect(0,180,0,0);
	position:absolute;
}
  .item_panel a
  {
   text-decoration:none;
   color:#608969;
   cursor:hand;
  }
  .item
  {
   background-color:white;
   width:178;
   font-size:11px;
   font-family:verdana;
  }