<!--

	body { font-family: arial ; sans-serif ; background-color: #ff0000 ; }

	a:link , a:visited { color: #000 ; font-weight: bold ; font-size: 9pt ; 
                             text-decoration: none ; }

        a:hover { background-color: #ff0000 ; }

	img { display: none ; }        

	.bg1 { background-color: #000000 ; text-align: center ; }

	.bold { font-weight: bold ; }

	.black { color: #000000 ; font-weight: normal ; font-size: 12pt ; text-decoration: underline ; }

	.show { display: inline ; } 

	.small { font-size: 9pt ; text-align: center ; }

	#nav { margin: 0 ; padding: 0 ; float: left ; width: 8em ; line-height: auto ;
               
               list-style: none ; }

	#nav a { display: none ;  border: 3px solid #000 ; white-space: nowrap ; }

	#nav a:link , #nav a:visited { color: #fff ;  text-decoration: none  ;
                                       font-weight: bold ; font-size: 9pt ;  }

	#nav a:hover { background-color: #ff0000 ; }

	#footer { font-size: 9pt ; text-align: center ; }
	
//-->