
body{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	color: #333;
}


			.opTopHead{width: 710px; height: 160px; background-color: #000}

			.truck{width: 290px; float: left; height: 160px; text-align: right}
			
			.header{background-color: #000; height: 20px;}
			table{border-collapse: collapse; font-size: 10pt}
			table td{vertical-align: top}
			table.top{
				width: 100%;
				border-collapse: collapse;
				border: 0px;
			}
			.side{background-color: #000;}
			.side2{background-color: #CC0000;}
			.middle{background-color: #000; width: 700px; vertical-align: top; padding: 0;}
			td.footer{background-color: #CC0000; width: 700px; vertical-align: top; height: 150px; text-align: center}
			
			.logo{background-color: #000; padding-bottom: 20px; width: 410px; float: left; height: 120px}
			
			div.nav{background-color: #000;
				height: 21px}
				
			ul.nav li{display: block; float: left; background-color: #000; padding: 0; padding-right: 1px;}
			ul.nav{margin: 0; padding: 0; background-color: #000;}
			
			a.navHome{
				display: block;
				width: 71px;
				padding-right: 1px;
				height: 21px;
				background-image: url('images/norm.gif');
				background-repeat: no-repeat;
				
			}
			
			a.navHome:hover{
				background-image: url('images/high.gif');
				background-position: 0px 0;
				background-repeat: no-repeat;
			}
				
			a.navHeat{
				display: block;
				width: 107px;
				height: 21px;
				background-image: url('images/norm.gif');
				background-position: -72px 0;
				background-repeat: no-repeat;
			}
			
			a.navHeat:hover{
				background-image: url('images/high.gif');
				background-position: -72px 0;		
				background-repeat: no-repeat;	
			}
			a.navFuel{
				display: block;
				width: 71px;
				height: 21px;
				background-image: url('images/norm.gif');
				background-position: -179px 0;
				background-repeat: no-repeat;
			}
			
			a.navFuel:hover{
				background-image: url('images/high.gif');
				background-position: -179px 0;	
				background-repeat: no-repeat;		
			}
			
			a.navLubes{
				display: block;
				width: 72px;
				height: 21px;
				background-image: url('images/norm.gif');
				background-position: -250px 0;
				background-repeat: no-repeat;
			}
			
			a.navLubes:hover{
				background-image: url('images/high.gif');
				background-position: -250px 0;	
				background-repeat: no-repeat;		
			}
			
			a.navAuto{
				display: block;
				width: 108px;
				height: 21px;
				background-image: url('images/norm.gif');
				background-position: -322px 0;
				background-repeat: no-repeat;
			}
			
			a.navAuto:hover{
				background-image: url('images/high.gif');
				background-position: -322px 0;
				background-repeat: no-repeat;		
			}
			
			a.active{background-color: #fff}
			a.active:hover{background-color: #CC0000}
			
			div.mainContent{
				background-image: url('images/topcorner.gif');
				background-position: top right;
				background-repeat: no-repeat;
				width: 690px;
				padding: 10px;
				line-height: 1.5em;
				padding-top: 20px;
				min-height: 80px;
				padding-bottom: 50px;
				background-color: #fff;
				
			}
			
			a.image{text-decoration: none}
			img{border: 0}
			
			div.heading, span.heading{
				color: #CC0000;
				font-size: 10pt;
				font-weight: bolder;
			}
			
			div.content{
				padding-left: 25px;
				padding-bottom: 20px;
			}
			
			div.subHeading{
				font-size: 10pt;
				font-weight: bold;
			}
			
			.strong{font-weight: bolder}
			.italic{font-style: italic}
			.smaller{font-size: 8pt}
			.xsmaller{font-size: 6pt}
			
			div.pageTitle{
				color: #000;
				font-size: 12pt;
				font-weight: bold;
				text-decoration: underline;
			}
			
			a.footer{color: #fff; text-decoration: underline}
			a.footer:hover{color: #000}
			
			a.main{color: #CC0000; text-decoration: none;}
			a.main:hover{text-decoration: underline; color: #333}
			
