.ItemStyle {
	font-size: 14px;
	vertical-align: middle;
	background-repeat: no-repeat;
	list-style-type: circle;
	font-family: "Century Gothic";
}

.PopItemStyle {
	font-family: "Century Gothic";
	font-size: 14px;
	vertical-align: middle;
	background-repeat: no-repeat;
	list-style-type: disc;
}

.PopItemStyle a {
	color:#003366;
}
.PopItemStyle a:hover {
	color:#0099FF;
}