h1,h2,h3,h4,h5,h6	{
		font-family: Arial, Helvetica, sans-serif;
		color: #000099;
		line-height: normal;
		}
	
h1 {font-size: 24pt;}
h2 {font-size: 18pt;}
h3 {font-size: 16pt;}
h4 {font-size: 14pt;}
h5 {font-size: 12pt;}
h6 {font-size: 10pt;}


.fred		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt;
		font-weight: normal;
		color: #000099;
		background-color: #66FF99;
		margin: 0px auto;
		border: 0px solid;
		padding: 20px;
		spacing: 0px;
		text-align: left;
		width: 850px;
		}

.normal		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt;
		font-weight: normal;
		color: #000099;
		background-color: #FFFFFF;
		margin: 0px auto;
		border: 0px solid;
		padding: 20px;
		spacing: 0px;
		text-align: left;
		width: 850px;
		}



.main 		{
		font-family: Arial, Helvetica, sans-serif;
		color: #000099;
		background-color: #FFFFFF;
		vertical-align: top;
		list-style-type: disc;
		margin: 0px auto;
		border: 0px solid;
		padding: 20px;
		spacing: 0px;
		text-align: left;
		width: 850px;
		}



.footer		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt;
		font-weight: bold;
		color: #000099;
		margin: 0px auto;
		border: 0px solid;
		padding: 0px;
		text-align: center;
		width: 850px;
		}


.header		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt;
		font-weight: normal;
		color: #000099;
		background-color: #FFFFFF;
		border: 0px solid;
		padding: 5px;
		text-align: left;
		width: 850px;
		}



.navigation	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt;
		color: #000099;
		background-color: #FFFFFF;
		vertical-align: top;
		border: 0px solid;
		padding: 2px;
		text-align: left;
		}

.navigation	a {
		color: #000099;
		font-size: 9pt;
		font-weight: bold;
		text-decoration: none;
		}


.navigation	a:link {
		color: #000099;
		}

.navigation	a:active {
		color: #000000;
		}

.navigation	a:hover {
		font-style="italic";
		color: #000000;
		}

.navigation	a:visited {
		color: #000099;
		}

