/* this controls the styles on this web *//* creates the default link colors */a:link	  {color: #0000FF;}a:visited {color: #000099;} a:active  {color: #CC0000;}a:hover   {color: #CC0000;}/* creates a red hyper link, must use tag:<a class="red" href=whatever.htm></ahowever, this is often buggy in some versions of netscape 0000FF */a.red:link    {color: #800000;}a:visited.red {color: #800000;} a:active.red  {color: #800000;}a:hover.red   {color: #800000;}#one  	      {color: #800000;!important}table{	table-border-color-light: rgb(255,204,102);	table-border-color-dark: rgb(204,153,0);	}head         {	}               body{		background-color: white;	color: black;font-size: 12pt;}p{		color: black;font-size: 12pt;}p2{	font-family: Times New Roman, Times;	color:red;font-size: 12pt;} p3{	font-family: Times New Roman, Times;	color:black;font-size: 10pt;text-align:right;}p4{	font-family: Times New Roman, Times; align:left	color:black;font-size: 10pt;text-align:left;}h1           { 	font-family: Helvetica, Arial; 	color: black ; font-size: 24pt;	align:center;font-weight:bold;text-align:center;	}h2{	font-family: Helvetica, Arial; 	color:black; font-size: 18pt;	font-weight:bold;text-align:center;	}h3{	font-family: Helvetica, Arial; 	color: black ! important; font-size: 14pt;	text-align:left;}h4           { 	font-family: Helvetica, Arial; 	color: #800000; font-size: 24pt;	align:center;font-weight:bold;text-align:center;}h5{	font-family: Arial, helvetica;	color:#800000; font-size: 18pt;text-decoration:underline;	font-weight:bold;text-align:center;}h6{	font-family: Arial, helvetica;	color: #800000 !important; font-size: 14pt;	text-align:left;}BLOCKQUOTE {  		margin-top: 1em;  		margin-right: 0em;  		margin-bottom: 1em;  		margin-left: 0em;  		font-style: italic;}ul{ 		list-style-position: outside }