a:link {
font-size: 10pt;
text-decoration: none;
color: Navy;
}
a:visited {
font-size: 10pt;
color: Navy;
text-decoration: none;
}
a:active {		
 font-size: 10pt;
color: Navy;		
 text-decoration: none;
}
a:hover {
font-size: 10pt;
color: #ff0000;		
text-decoration:  none;
}

.ItemCategory_Font {
	font-size: 10pt;
	color: #CF492E;
	/*font-weight: bold; */
}
.ItemCategory-Lf {
background-image:   url("corner_left.png");
background-repeat:no-repeat;
/*background-color:#FFE8E8;*/
} 
.ItemCategory-Mid {
background-image:   url("corner_mid.png");
background-repeat:repeat;
/*background-color:#FF99CC; */
font-size: 15px;
color: #006600;
font-weight:normal;
padding-left:3px;
} 
.ItemCategory-Rt {
background-image:  url("corner_right.png");
background-repeat:no-repeat;
/*background-color:#FFE8E8;*/
} 
.ItemCategory-bullet {
 list-style-image: url("item.gif");
 list-style-position:inside;
}
.ItemCategory-Bg {
/*background-image:url(itemBg.gif);*/
word-break:break-all;
background-color:#FFFFFF;
border-top:0px solid  #E2E2E2;
border-bottom:1px solid  #E2E2E2; 
border-right:1px solid  #E2E2E2;
border-left:1px solid  #E2E2E2;
padding:0px;
margin-bottom:1px;
}
.Toplink{
background-image:  url("top_link.png");
}