body {

  font-family: arial,Sans-Serif;

  font-size: 8pt;

  font-weight: normal;

  line-height: 1.5; /* comments */
  color:#330000;
  background-color:aliceblue;
  background-image:url('images/whiteswirlsrepeat.gif');
  background-repeat: ;

}


table.main {

background-color: ;
background-image:;
border-top: 3px dotted #800000;
border-bottom: 3px dotted #800000;

}
table.sub {

background-color: ;
background-image:;
border-top: 3px dotted #99ccff;
border-bottom: 3px dotted #99ccff;

}

td.page
{

  background-color:beige;
  border-right: 3px dotted #048c98;
  border-left: 3px dotted #99ccff;
  background-repeat: no-repeat;
}
td.pagenavbar
{

  background-color:;
  border-right: 3px dotted #99ccff;
  border-left: 3px dotted #99ccff;
  background-repeat: no-repeat;
}
td.pageheader
{

  background-color:;

  border-right: 3px dotted #99ccff;
  border-left: 3px dotted #99ccff;
  background-repeat: no-repeat;
}
td.rightnav
{
  border-right: 3px dotted #99ccff;
  background-color:snow;

  background-image:url('images/');
  background-repeat: no-repeat;
}

H1 {

	color: #330000;

	font-family: Courier new, monospace;

  font-size: 9pt;

  font-weight: normal;

  line-height: 1.7; /* comments */
  text-align: left; /* alignment left, right, center, justify */

   } 

	

H2 {

	color: #660000;

	font-family: Courier new, monospace;

  font-size: 14pt;

  font-weight: bold;

  line-height: 1.22; /* comments */

   }



H3 {

	color: #048C98;

	font-family: Courier new, monospace;

  font-size: 12pt;

  font-weight: bold;

  line-height: 1.2; /* comments */

   }

   

H4 {

	color: #660000;

	font-family: arial,Sans-Serif;

  font-size: 10pt;

  font-weight: normal;

  line-height: 1.25; /* comments */

   }

	

p {

	color: #660000; /* Sets the color of the font */

	font-size: 9pt; /* Points (such as 8pt) is possible, but always use % */ 

	line-height: 1.25; /* Sets line height (leading) */

	padding: 0pt; /* Controls space around the paragraph */

	text-align: left; /* alignment left, right, center, justify */

	text-indent: 0px; /* Allows indents. px=pixels */ 

	font-weight: normal; /* normal, bold */

	font-style: normal; /* normal, italic */ 

	font-family: arial,Sans-Serif; /* Fonts in quotes */



   }

p.footer {       /*p.home controls the paragraph text on footer*/

	color: #663333; /* Sets the color of the font */

	font-size: 7pt; /* Points (such as 8pt) is possible, but always use % */

	line-height: 1.25; /* Sets line height (leading) */

	padding: 0pt; /* Controls space around the paragraph */

	text-align: center; /* alignment left, right, center, justify */

	text-indent: 0px; /* Allows indents. px=pixels */

	font-weight: bold; /* normal, bold */

	font-style: normal; /* normal, italic */

	font-family: arial,Sans-Serif; /* Fonts in quotes */



   }



a.para {			/* a.para controls paragraph navigation links */



  color: #048C98;

  font-weight: bold; /* normal, bold */

   }




a.nav { 			/* p.nav controls navigation bar links */

	font-size: 9pt;

	font-weight: bold; /* normal, bold */

	color: #048c98;

	text-decoration: none;

	font-family:Courier new, monospace;

	line-height: 1.7%;

	text-align: center; /* alignment left, right, center, justify */

	text-indent: 0px;

   }
   
   a:visited,a:active {

	color: #330000;

}

a:hover {

	color: #996699;

}
   
   a.navhome { 			/* p.nav navigation bar links for home contact about */

	font-size: 8pt;

	font-weight: bold; /* normal, bold */

	color: #330000;
	background-color:beige;

	text-decoration: none;

	font-family:Courier new, monospace;

	line-height: 1.15%;

	text-align: center; /* alignment left, right, center, justify */

	text-indent: 0px;

   }




