	body {
		background:#eff5f4;
		background-image: url(background.gif);
		}

	h1, h2, h3, h4, h5 {
		margin: 0em 0em 0em 0em; /* top right bottom left */
  		padding: 0.4em 0em 0.3em 0em;
		font-family: verdana, arial;
		color: #036;
		/* text-transform: uppercase; */
		font-weight:bold;
 		line-height:1.1em;
	}

	h2 {
  		padding: 1em 0em 0.3em 0.5em;
 	}

	h3 {
  		padding: 1.1em 0em 0.3em 1em;
 	}

	h4 {
  		padding: 1.1em 0em 0.6em 3.5em;
 	}

	h5 {
  		padding: 1.1em 0em 0.6em 5em;
 	}

	ul {
		padding:0em 0em 0em 2em; /* top right bottom left */
		margin:0em 0em 0em 2em; /* top right bottom left */
		}

	ol {
		padding:0em 0em 0em 2em; /* top right bottom left */
		margin:0em 0em 0em 2em; /* top right bottom left */
		}

	li {
		display: list-item;
		line-height: 1.3em;
		}

	#banner {
  		border-bottom: 2px solid #000000;
  		border-top: 2px solid #000000;
  		border-right: 2px solid #000000;
  		border-left: 2px solid #000000;
  		background:#a4c8bf;
  		padding:20px;
		/*letter-spacing: .1em; */
		text-align: center;
		}

	#banner a,
	#banner a:link,
	#banner a:visited,
	#banner a:active,
	#banner a:hover {
		font-family:courier new, verdana, arial, sans-serif;
		font-size: x-large;
		color: #FFF;
		text-decoration: none;
		}

	#banner h1 {
		line-height: 14pt;
		}

	#linkbar {
  		border-bottom: 1px solid #000000;
  		border-top: 1px solid #000000;
  		border-right: 1px solid #000000;
  		border-left: 1px solid #000000;
  		background:#cde0d6;
  		padding:10px;
		text-align: left;
	}

/* <... class="whatever"> gets this style */
	.copyright	{
		font-family: verdana, arial;
		font-size: x-small;
		color: #036;
		font-weight:normal;
  		line-height:130%;
  		padding: 0.3em 0em 0.3em 0em;
		}

	.banner-title {
		font-family: verdana, arial;
		font-size: xx-large;
		color: #036;
		font-weight:bold;
  		line-height:120%;
		}

	.table-header	{
		font-family: verdana, arial;
		font-size: 14pt;
		color: #036;
		font-weight: bold;
  		line-height:130%;
   		padding: 0.2em 0.2em 0.2em 0.2em;
		text-align: left;
		}

	.table-body	{
		font-family: verdana, arial;
		font-size: small;
		color: #036;
		font-weight: normal;
  		line-height:130%;
   		padding: 0.2em 1em 0.2em 1em;
		text-align: left;
		}

	.body	{
		font-family: verdana, arial;
		font-size: medium;
		color: #036;
		font-weight:normal;
   		padding: 0.7em 1em 0em 2em;
		line-height: 1.2em;
		margin:0px 0px 0px 0px;
		}

	.body-unindented	{
		font-family: verdana, arial;
		font-size: medium;
		color: #036;
		font-size: medium;
 		font-weight:normal;
		line-height: 1.2em;
   		padding: 0.1em 0.1em 0.1em 0em;
   		margin: 0.1em 0.1em 0.1em 0em;
		}

	.body-list	{
		font-family: verdana, arial;
		font-size: medium;
		color: #036;
		font-size: medium;
 		font-weight:normal;
		line-height: 1.2em;
   		padding: 0.1em 0em 0em 0em;
   		margin: 0em 0em 0em 0em;
		}
		
	.code	{
		font-family: courier;
		font-size: large;
		color: Green;
		font-weight:normal;
		line-height: 1.1em;
   		padding: 0.5em 0em 0em 2em;
   		margin: 0em 0em 0em 0em;
		}
		
	.code-table	{
		font-family: courier;
		font-size: large;
		color: Green;
		font-weight:normal;
		line-height: 1.1em;
   		padding: 0.2em 1em 0.2em 0em;
		}