body {
   background: white;
   font-size: 12pt;
   color: #000;
}
*{
	clear: both;
	margin: 0;
	padding: 0;

	line-height: 1.6em;

	font-family: georgia,serif,sans-serif;
}
a{
	text-decoration: none;
	padding-bottom: 2pt;
	border-bottom: 1pt solid #000;

	color: #362f2d;
}
sup{
	font-size: 0.6em;
	margin-left: 0.5em;
}
ul{
	margin-left: 2em;
	list-style: square;
}
ul li{
	padding-left: 1em;
	line-height: 1.8em;
	margin-bottom: 0.7em;
}
ol li{
	list-style: decimal inside;
}
hr{
	margin: 10pt 0;
	height: 1px;
	border: none;
	border-bottom: 1px solid #888;
}

h2.print{
	border-top: 1px solid #ccc;
	padding-top: 0.4em;
	margin-top: 1.2em;
}
ol.print{
	font-size: 0.8em;
}

#footer{
	margin-top: 1em;
}

#header form,
#right-section,
.dont-print{
	display: none !important;
}