div#content p {
	margin: 20px 10px 10px 0px;
	font-size: 20px;
}
p em {
	font-style: normal;
	color: blue;
}
ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 10px;
}
li {
	background-image: url(../images/structure/bullet.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	padding-left: 23px;
	margin-bottom: 15px;
	margin-top: 0;
}
div#fee_container {
	position: relative;
	left: 80px;
	width: 580px;
	font-size: 17px;
}
div#fee_container p {
	margin: 10px 10px 10px 10px;
	font-size: 17px;
}
div#fees_right {
	float: right;
}
div#fee_container div#fees_right p {
	color: blue;
	margin-top: 0;
	margin-bottom: 15px;
}