/*links section*/
			 
.subhead	{	 
			 display: block;
			 width: 100%;
			 padding-top: 4px;
			 padding-bottom: 4px;
			 /*border-top: solid 1px #ccc;*/
			 border-bottom: solid 1px #ccc;
			 font-weight: bold;
			 color: #003300;
			 text-align: center;}
			 
.links_m a {
			 display: block;
			 width: 100%;
			 margin-top: 10px;
			 margin-bottom: 5px;
			 padding-bottom: 2px;
			 border-bottom: solid 1px #ccc;}			 
			 
.links a {
			 display: block;
			 width: 100%;
			 margin-top: 17px;
			 margin-bottom: 4px;
			 padding-bottom: 2px;
			 border-bottom: solid 1px #ccc;}
			 
.fuel_alert {
			 display: block;
			 width: 100%;
			 margin-top: 17px;
			 margin-bottom: 4px;
			 padding: 0px;
			 padding-top: 5px;
			 padding-bottom: 5px;
			 border: solid 1px #ccc;
			 text-align: center;
			 color: #003300;}		 


