.ItemStyle {
	font-size: 14px;
	vertical-align: middle;
	background-repeat: no-repeat;
	list-style-type: circle;
	font-family: helvetica, verdana, arial;
}

.PopItemStyle {
	font-family: helvetica, verdana, arial;
	font-size: 14px;
	vertical-align: middle;
	background-repeat: no-repeat;
	list-style-type: disc;
}
body {
	color: #090744;
}
a:link {
	color: #090744;
	text-decoration: none;
}
a:visited {
	color: #090744;
	text-decoration: none;
}
a:hover {
	font-style: normal;
	color: #090744;
	font-weight: bold;
}
a:active {
	color: #090744;
}
