/* root level text style */

a:link {color: #3246a0;}
a:visited {color: #3c915d;}
a:active {color: #000000;}

a:hover {color: #222222; text-decoration: none;}

a.nound:link {text-decoration: none;}
a.nound:active {text-decoration: none;}
a.nound:visited {text-decoration: none;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}
	
b {
	color: #000000;
	}
	
td {
	font-size: 11px;
	color: #000000;
	}
	
h2, .SMboldTitle {
	font-size: 12px;
	font-weight: bold;
	color: #3c915d;
	margin:0px;
	padding:0px;
	}
	
h1, .boldTitle {
	font-size: 14px;
	font-weight: bold;
	color: #3246a0;
	margin:0px;
	padding:0px;
	}

.choosingFuel  {
       border: solid 1px #004685;
	   padding: 5px;
	   background-color: #BDCDEA;
	   }
