.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;

}

body {
	background-color: #FFFFFF;
	color: #000066;
}

.links {
	color: #000093;
}
.links:link {
	color: #000066;
	text-decoration: none;
}
.links:visited {
	color: #000066;
	text-decoration: none;
}
.links:hover {
	font-style: normal;
	color: #000093;
	font-weight: bold;
}

