.ItemStyle {
	font-family: "Verdana";
	font-size: 9px;
	vertical-align: middle;
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-image: url('usm.gif');
	color: #003366

}

.PopItemStyle {
	font-size: 8px;
	vertical-align: middle;
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-image: url('dsmh.gif');
	color: #003366;
	font-family: "Verdana"


}

body {
	background-color: #fffff;




}
A:link {
	color: #003399;
	text-decoration: none;
}
A:visited {
	color: #002B84;
	text-decoration: none;
}
A:hover {
	font-style: normal;
	color: #0066ff;
	text-decoration: underline;
}