body
{
}
.Style1
{
  color:Red;
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;  
  border-bottom-color:#9593B2;
  padding-top: 0px;
  padding-bottom: 0px;
  cursor:hand;
}
.Items
{
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 2px;
	cursor: hand;
	color: black;
	padding-top: 4px;
	font-family: verdana;
	background-color: #ffffff;
}
.ItemsHover
{
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 2px;
	cursor: hand;
	color: #ff9900;
	padding-top: 4px;
	font-family: verdana;
	background-color: #ffffff;
}

