       /************ General styles ***********/
       
	body{font-family:Arial;font-size:9pt;background: url(images/backgroundImage.gif);}
	body.private{font-family:Arial;font-size:9pt;background: #E2EBE1;}
    .noUnderline {color: #605D5C; text-decoration: none;}
	.noBorder{border: none}
	.red{color:#ff0000;font-weight:bold;}
	.white{background-color: #ffffff;background-image: none;}
 
	h1{
		text-align:center;
		color:#999999;
		font-size:8px;
	}


       /************ Specific styles ***********/ 
       
	a.title:link {color: #605D5C}   /*  unvisited link */
 	a.title:visited {color: #605D5C} /*  visited link */
	a.title:hover {color: #605D5C}  /*  mouse over link */
	a.title:active {color: #605D5C}  /*  selected link */ 
     .vehicleTitle {color: #A9A9A9;  width:100%; text-decoration: underline;font-weight:bold} 
     
    .vehicleTD{
	    background-color:#d3d3d3;
	    background-image: none;
	    }
    .vehicleDIV{
	    width: 100px;
	    height:100%;	
	    text-align:center;
	    vertical-align:middle;
	    }
    .vehicleA{
	    text-decoration: none;
	    color:#000000; 
	    }
	#mainTable{
		border-style: none;
		width:99%;
		}       
	#TopLeft{
		background: url("images/pageImageTopLeft.gif");
		width:17px;
		height:28px;
		}       
	#TopCentre{
		background: url("images/pageImageTopCentre.gif");
		height:28px;
		}       
	#TopRight{
		background: url("images/pageImageTopRight.gif");
		width:17px;
		height:28px;
		} 
	#CentreLeft{
		background: url("images/pageImageCentreLeft.gif");
		width:17px;
		}              
	#CentreRight{
		background: url("images/pageImageCentreRight.gif");
		width:17px;
		}     
	#BottomLeft{
		background: url("images/pageImageBottomLeft.gif");
		width:17px;
		height:17px;
		}     
	#BottomCentre{
		background: url("images/pageImageBottomCentre.gif");
		height:17px;
	                                                           	}     
	#BottomRight{
		background: url("images/pageImageBottomRight.gif");
		width:17px;
		height:17px;
		}     
	#logo{
		text-align:left;
		width:290px;
		}
	#address{
		text-align:left;
		font: normal 11pt "Arial"; 
		color: #605D5C;
		width:150px;
		}
		    
	#address a:link {color: #ff0000}   /*  unvisited link */
 	#address a:visited {color: #ff0000} /*  visited link */
	#address a:hover {color: #ff0000}  /*  mouse over link */
	#address a:active {color: #ff0000}  /*  selected link */      
	#phone{
		text-align:right; 
		font: normal 11pt "Arial";
		width:150px;
		color: #605D5C;
		}
	#salesGrid{
		width:100%;
		border-style:outset;
		border-width:1px;
		}
	.individualGrid{
		width:100%;
		}
	.thumbnailCell{                
		width:100px;
		}
	#footerTable{
		width:100%;
		}   
	#footerLeft{
		width:250px;
		text-align:left; 
		font: normal 6pt "Arial";  
		color: #605D5C;
		}
	#footerLeft a:link {color: #605D5C}   /*  unvisited link */
 	#footerLeft a:visited {color: #605D5C} /*  visited link */
	#footerLeft a:hover {color: #605D5C}  /*  mouse over link */
	#footerLeft a:active {color: #605D5C}  /*  selected link */ 
	#footerCenter{
		text-align:center; 
		font: bold 8pt "Arial";  
		color: #605D5C;
		}   
	#footerRight{
		width:200px;
		text-align:right; 
		font: bold 8pt "Arial";  
		color: #605D5C;
		}   
	#validator{
		text-align:center; 
		}  


