/* alert message on/off */

#alert
	{
	display:block;
	}


/* section label control */

h1   {font-family: Arial, Helvetica, sans-serif;

      font-size: 14pt;

      font-weight: bold;

      color: black;

      ! important}



/* section label control when no carrage return is needed */

strong{font-family: Arial, Helvetica, sans-serif;

      font-size: 9pt;

      font-weight: bold;

      color: black;

      ! important}



/* main text control */

body {font-family: Arial, Helvetica, sans-serif;

      font-size: 8pt;

      color: black;

      ! important}



/* quotes in html for support*/

strong   {font-family: Arial, Helvetica, sans-serif;

      font-size: 8pt;

      color: black;

      ! important}



/* main text control for tabled areas*/

td   {font-family: Arial, Helvetica, sans-serif;

      font-size: 11pt;

      color: black;

      ! important}



/* quote control */

h2   {font-family: Arial, Helvetica, sans-serif;

      font-size: 10pt;

      font-weight: bold;

      color: black;

      ! important}



/* spacing between lines */

P {line-height: 120%}



A:link { color: #0000CC}          /* unvisited link */

A:visited { color: #0000CC}       /* visited link */

A:active { color: #0000CC}        /* active link */
