.ItemStyle {
	font-size: 10px;
	vertical-align: middle;
	list-style-type: circle;
	font-family: "Century Gothic";
}
.PopItemStyle {
	font-family: "Century Gothic";
	font-size: 10px;
	vertical-align: middle;
	list-style-type: disc;
}
a {
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-style: normal;
	color: #000033;
	font-weight: bold;
	text-decoration: underline;
}
