	h1{
	font-size: 1.8em;
	width: 100%;
	background-color: #F3FDFD;
	border-bottom: 1px solid #3F7C9B;
}
	.plan {
	width: 98%;
	padding-top: 2em;
	border-bottom: 1px dotted #999999;
	padding-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
	.plan h2 {
	font-size: 1.3em;
	display: inline;
	
}
	.plan a {
	color: #3F7C9B;
}
	.plan span {
	display: none;
}
	.plan ul {
	margin-left: 22px;
	padding-top: 0.5em;
}
	.plan li {}
	.plan_cat {
	list-style-type: circle;
	margin-left: 2em;
}
	.plan_cont {
	list-style-type: disc;
	margin-left: 4em;
}
	.plan_plus {
	margin: 1em 0 0 22px;
	font-weight: bold;
	font-style: italic;
	font-size: 0.8em;
}
