body {
			margin: 0px;
			padding: 0px;
			color: #000;
			background: #fff;
			font-family: sans-serif;
			font-size: 12pt;
		}
		
		a, a:link, a:active {
			color: #ccc;
			text-decoration: underline;
		}
		
		a:visited {
			border-bottom: 1px #dddddd solid;
			color: #ddd;
			text-decoration: none;
		}
		
		a:hover {
			color: #ddd;
			text-decoration: none;
		}
		
		#container {
			margin: 50px auto;
			width: 95%;
			
		}
		#header {
			margin: 0px auto 5px auto;
			min-height: 120px;
			text-align: left;
			font-size: 18pt;
			border-bottom: 3px solid #000;
			
		}
		#content {

		}
		.linkList, .sideLinks {
			display: none;
		}
		.secTitle {
			margin: 0 0 0.5em 0.3em;
			font-weight: bold;
			letter-spacing: 0.05em;
		}
		.quotation {
			font-family: "Garamond", "Times New Roman", serif;
			font-size: 30pt;
			font-weight: bold;
			font-style: italic;
			display: inline;

		}
		dl.section
		{
			padding: 0;
		}
		
		.section dt
		{
		margin: 0px;
		padding: 0px;
		position: relative;
		font-weight: bold;
		}
		

		.section dd
		{
			margin: 1em 0 0 0em;
			padding: 0 0 .5em .5em;
		}

		ul.points {
			margin: 0px 0px 0px 5px;
			padding: 0px;
		}
		.points li {
			margin: 0px 0px 0px 0em;
			padding: 0px;
			list-style-type: circle;
			list-style-position: outside;

		}
		.date {
			float: right;
			height: 1em;
			font-size: 0.75em;
		}
		hr.invis {
			margin: 0px 0px 0px 0px;
			padding: 0px;
			background-color: #fff;
			color: #fff;
			border: none;
			height: 1em;
		}