
/* style sheet   for local pages                            */


	/* begin body background                            */

body#wind    {
        background:url(../windfarm.jpg);
        background-position:center center;
        }
body    {
         background-color:#FFE;
        }

	/* begin body type */	/* 1 - humanist sans a */
body	{
	font-size:	1.2em;
	font-weight:	normal;
	font-family:	Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.58;
	}

	/* begin body box */	/* 6 - 'twelvths symmetric' */
body	{
	margin-top:	1.58em;
	margin-left:	8%;
	margin-right:	5%;
	margin-bottom:	1.58em;
	padding-top:	0;
	padding-left:	0;
	padding-right:	0;
	padding-bottom:	0;
	border-top:	0;
	border-left:	0;
	border-bottom:	0;
	border-right:	0;
	width:	auto;
	}
	/* end body box */

div#navback  {
        font-size:	smaller;
        }


h2	{
	font-family:	Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.53;
	font-size:	1.75em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

a:link	{
	font-weight:	bold;
	}

p#notes {
	color: green;
	font-style: oblique;
	}

td	{
	width: 45%;
	}