/* Created by Douglas E. Kelley 1999 */

<style
           type       = "text/css";
           >
			BODY
			{
				background-image : none;
				background-color : transparent;
}


			DT, LEGEND, CAPTION
			{
				color : #000;
				background : #FFF;
				background-color : transparent;
}

			H1       {
				text-align               : center;
				color                    : #000;
				/*   background             : #0AF; */
			}

			H2       {
				text-align               : center;
				color                    : #000;
				/* background         	    : #0FA; */
			}
			H3       {
				text-align               : Center;
				color                    : #000;
			}
			H4       {
				font-weight              : bold;
				font-style               : italic;
				text-align               : left;
				color                    : #000;
				background               : #0FF;
			}
			H5
			{
				font-weight              : bold;
				text-align               : left;
				color                    : #FF0;
			}

			H6
			{
				font-style               : italic;
				text-align               : left;
				color                    : #000;
				background               : #FFF;
			}


			HR      {
				color                   : #000;     /* Black    */
				clear					: both;
				margin-top				: 0;
				margin-bottom			: 0;
			}

			CAPTION, COL, COLGROUP
			{
				background               : #FFC;
				color                    : #000;
				text-decoration          : none;
			}
TR
			{
				color : #000;
				text-decoration : none;
}
			TH, THEAD, TFOOT
			{
				background : transparent;
				color : #000;
				text-decoration : none;
				background-color : transparent;
}

			I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE
			{
				font-style              : italic;
			}

			P
			{
				text-indent             : 3%;
				white-space             : normal;
			}


			PRE         {
				white-space             : pre;
			}

			A:link      {
				text-decoration        : none;
				font-weight            : normal;
				color                  : #00F;
				background				: transparent;
			}

			A:visited  {
				text-decoration        : none;
				font-weight            : normal;
				color                  : #00A;
				background				: transparent;
			}

			A:active   {
				text-decoration        : underline;
				font-weight            : normal;
				color                  : #F0F;
				background             : transparent:
			}

			A:hover  {
				text-decoration        : underline;
				font-weight            : normal;
				color                  : #F0F;
				background				: transparent;
			}

			A:offsite  {
				text-decoration        : none;
				font-weight            : normal;
				color                  : #F0F;
				background             : transparent;
			}
</style>
/*    end CSS  */


			TABLE { 
				color : #000;
				text-decoration : none;
 } TBODY { 
				color : #000;
				text-decoration : none;
 } TD { 
				color : #000;
				text-decoration : none;
 } 