body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
h1 {
	font-size: 1.4em;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #724A42;
	margin-right: 30px;
	margin-left: 30px;
	padding-bottom: 5px;
}
h2 {
	font-size: 1.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #724A42;
	width: 50%;
	margin-bottom: 5px;
	margin-left: 20px;
	font-weight: normal;
	clear: both;
	padding-top: 10px;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.3em;
}
.plansdiv {
	border: 1px solid #999999;
	float: left;
	text-align: center;
	font-size: .8em;
	margin: 10px;
	padding-bottom: 5px;

}
.swfdiv {
	border: 1px solid #999999;
	float: right;
	text-align: center;
	font-size: .8em;
	margin: 10px;
	padding-bottom: 5px;

}
a:hover {
	font-weight: bold;
}
ol {
        margin-left: 50px;
        line-height: 2em;
}
ul {
        list-style-type: square;
        margin-left: 20px;
        line-height: 1.7em;
}