/* start generic text and layout tags */
	body {
	-moz-user-select: none;
        -khtml-user-select: none;
        -o-user-select:none;
        user-select: none;
        UNSELECTABLE: on;
        cursor: default;
 	}
	TD {
        color: #330000; 
        font-family: verdana,arial,helvetica,helv, sans-serif ;
        font-size: 7.5pt ;
	}	
	.TD1 {
        color: #990000; 
        font-family: verdana,arial,helvetica,helv, sans-serif ;
        font-size: 7.5pt ;
	}	
	/* end generic text and layout tags */
	/* start generic link format tags */
	A {
		color: #788A34;
		font-style: normal;
		text-decoration : none;
	}
	A:hover  {
		color: #993300;
		font-style: normal;
		text-decoration : none;
	}
	A:link  {
		color: #788A34;
		font-style: normal;
		text-decoration : none;
	}
	A:visited  {
		color: #B71507;
		font-style: normal;
		text-decoration : none;
	}
	A:vlink  {
		color: #CC3300;
		font-style: normal;
		font-weight: bold;
		text-decoration : none;
	}
	/* end a href tags - generic */
	/* start heading tags */	
	H1 {
        color: #666600 ;
        font-family: verdana,arial,helvetica,helv, sans-serif ;
        font-weight: bold ;
        font-size: 14pt ;
        text-align : left;
        line-height: 18pt ; 
	}
	H2 {
        color: #330000 ;
        font-family: verdana,arial,helvetica,helv, sans-serif ;
        font-weight: normal ;
        font-size: 16pt ;
        text-align : left; 
        line-height: 16pt ; 
	}
	H3 {
        color: #663300 ;
        font-family: verdana,arial,helvetica,helv, sans-serif ;
        font-weight: bold ;
        font-size: 10pt ;
        text-align : left; 
        line-height: 10pt ; 
	}
	/* start generic paragraph tags */
	P { 
		color: #330000;
		font-size: 7.5pt;
		font-style: normal;
		font-weight: normal;
		line-height: 9pt;
	}
	.P1 { 
		color: #EAE2D0;
		font-size: 7.5pt;
		font-style: normal;
		font-weight: normal;
		line-height: 9pt;
	}
	.P1:hover  {
		color: #990000;
		font-style: normal;
		text-decoration : none;
	}
	.P1:link  {
		color: #FFFFFF;
		font-style: normal;
		text-decoration : none;
	}
	.P1:visited  {
		color: #999999;
		font-style: normal;
		text-decoration : none;
	}
	/* end generic paragraph tags */
	/* start faux heading classes */
	.h1 {
        color: #000099 ;
        font-family: verdana,arial,helvetica,helv, sans-serif ;
        font-weight: bold ;
        font-size: 14pt ;
        text-align : left;
        line-height: 14pt ; 
	}
	/* end faux heading classes */
