body {
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	font-size: 12pt;
	font-family: serif;
	background : white;
	color: #000000;
	}

a:active  {
	font-family: serif;
	color: green;
	}

a:visited  {
	font-family: serif;
	color: darkteal;
	}

a:hover  {
	font-family: serif;
	color: red;
	}

.header1  {
	font-size: 16 pt;
	font-family: serif;
	font-weight: bold;
	color: black;
	line-height : 175%;
	}
	
.sectiontitle  {
	font-size: 12pt;
	font-family: serif;
	color: blue;
	}

.facttext  {
	font-style: normal;
	font-size: 11pt;
	font-weight: normal;
	font-family: serif;
	color: #000000;
	text-align: left;
	}

.sourcetext	{
	font-style: italic;
	font-size: 10pt;
	font-weight: normal;
	font-family: serif;
	color: #000000;
	text-align: left;
	text-indent: -25px;
	padding-left: 25px;
	}
	
.ridged  {
	border: ridge medium;
	padding: 5px;
	font-size: 11pt;
	font-family: serif;
	color: #000000;
	}

ol	{
	list-style-type: decimal;
	list-style-position: outside;
	}

ul	{
	list-style-type: disc;
	list-style-position: outside;
	}

