body {
	font-family: verdana, sans-serif;
	background-color: #0e018e;
	margin: 0;
	font-size: 10pt;
}
h1 {
	border-bottom: 1px solid #777777;
	font-size: 16pt;
	font-weight: bold;
	
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	
}
h3 {
	font-size: 10pt;
	font-weight: bold;
	
}
p, th, td, li {
	font-size: 10pt;
	
}
th {
	font-weight: bold;
	background: #cccccc;
}

a:link, a:visited {
	color: #1101BD;
	font-weight: bold;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}
a:active {
	color: #3323FE;
}
.mainTable {
	background-color: white;
}



.fuelPrices {
	
	font-size: 12px;
	color: #333;
	
}
.finePrint {
	font-size: .75em;
	color: #777;
	font-style: italic;
	
}
.contentBox {
	font-size: 1.0em;
	text-align: left;
}
.footerBox {
	padding: 4px;

	text-align: center;
	
}
.footer {
	font-size: .7em;
	color: #999;	
}
.footer a:link, .footer a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;	
}

.footer a:hover {
	text-decoration: underline;
}
.footer a:active {
	color: #777777;
}




#contentCol {
	padding: 0 8px 4px 8px;
	
}

#rightSidebar {
	background-color: #eeeeee;
	padding: 0px 4px 10px 4px;
	border: 1px solid #777777;
	margin: 0px 4px 10px 8px;
	width: 145px;
	float: right;
	
}
.rightSidebarHeading {
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
}
.rightSidebarList {
	margin-left: 0;
	padding-left: 16px;
}

.rightSidebarList li a:link, .rightSidebarList li a:visited {
	font-weight: normal;
	text-decoration: none;
	color: black;
}
.rightSidebarList li a:hover {
	text-decoration: underline;	
	
}

#newsContent {
	padding: 4px 18px 4px 12px;
	font-size: .9em;
}
.newsHeading {
	font-size: 1.0em;
	font-weight: bold;
}
.newsText {
	font-size: .9em;
	padding-bottom: 10px;
}

.imgFrame {
	margin: 4px;
	border: 1px solid #aaaaaa;
	padding: 3px;
}