
       body  {
	   	background-repeat: no-repeat;
       	background-color : #000000;
       	margin-top : 7px;
		margin-left: 20px;
       	margin-bottom : 0px;
       }

       img  {
       	border-color : #dddddd;
       }
       
       p,h1,h2,h3,h4,sh1,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,subtitle  {
       	font-family : Arial,Verdana,sans-serif;
       	color : #eeeeee;
       }
       
	   .subtitle {
       	font-size : 8pt;
       	line-height : 10pt;
    
	   }
	   
       h1,h2,h3  {
       	font-weight : bold;
       	color : #ffffff;
       	margin-top : 24px;
       	border-left-width : 0px;
       	border-right-width : 0px;
       	border-top-width : 0px;
       	border-style : solid;
       	padding-right : 20px;
       	padding-left : 4px;
       }
       
       h1  {
       	font-size : 14pt;
       	margin-left : 4px;
       	border-left-width : 16px;
		border-bottom-width : 2px;
       	color : #ffffff;
       	border-color : #cc0000;
		align: left;
       }
       
       h2  {
       	font-size : 12pt;
       	margin-left : 14px;
       	border-left-width : 10px;
       	border-bottom-width : 0px;
       	color : #ffffff;
       	border-color : #aa0000;
       }
       
       h3  {
       	font-size : 11pt;
       	margin-left : 24px;
       	border-left-width : 6px;
       	border-bottom-width : 0px;
       	color : #eeeeee;
       	border-color : #990000;
       }
       
       p,ul,ol,li,div,td,th,address,nobr,b,i  {
       	font-size : 11pt;
       	line-height : 13pt;
       }
       
       li  {
	    font-size : 10pt;
       	margin-bottom : 4;
       	margin-top : 2;
       }
       
       a:link  {
       	color : #ff4444;
       	text-decoration : underline;
       }
       
       a:visited  {
      	color : #ff4444;
       	text-decoration : underline;
       }
       
       a:active  {
       	color : Red;
       	text-decoration : none;
       }
       
       a:hover  {
       	color : White;
		text-decoration : underline;
       }
       
       a.bottom  {
       	text-decoration : none;
       }
       
       .text3  {
       	margin-left : 24;
       }
       
       .text2  {
       	margin-left : 14;
       }
       
       .text1  {
       	margin-left : 4;
       }
       
       .red  {
       	color : #ff7777;
       }
       
       .sh1  {
       	font-weight : bold;
       	color : #bbbbbb;
       	font-size : 12pt;
       	margin-bottom : 0px;
       	padding-left : 8px;
       	border-left-width : 16px;
       	border-bottom-width : 0px;
       	border-right-width : 0px;
       	border-top-width : 0px;
       	border-style : solid;
       	border-color : #ff4444;
       }
       
       .sh2  {
       	font-weight : bold;
       	color : #bbbbbb;
       	font-size : 11pt;
       	margin-bottom : 0px;
       }
	   	   
	   hr {
	    color : #990000;
		width : 80%;
	   }