			body { 
    				 background: url("background002.jpg") 
    				 background-repeat: repeat-y;
  				     background-attachment: fixed;
	 				 background-color: #E0E0E0;
					 background-position:center;
					 font-family:"trebuchet ms",arial, sans-serif;
					}
				
			#wrapper {
					position:relative;
					top:0px;
					}
					
					
			.nav a  
					{
					display:block;
					background-color:silver;
					color:black;
					text-decoration:none;
					text-align:center;
					font-size:15pt;
					border-width:1px;
					border-style:solid;
					border-color:silver; 
					font-weight:bold;
					padding: 0px 0px;
					margin-top:0px;
					}
					
			.nav a:hover  
					{
					display:block;
					background-color:white;
					color:black;
					text-decoration:none;
					text-align:center;
					border-width:0px;
					border-style:solid;
					border-color:black; 
					font-size:15pt;
					font-weight:bold;
					padding: 0px 0px;
					margin-top:0px;
					}
					
			.used td    {
					border-width:0px;
					border-style:solid;
					border-color:silver;
					}
					
			.style8 {
					font-weight:bold;
					font-size:12pt;
					text-transform:uppercase;
					background-color:#CCCCCC;
					}
					
			
		    img.         {
					float:top;
					}
			.style6  
					{
					font-size:10pt;
					}