body {background-image: url(bggrad.jpg); background-position: top; background-repeat: repeat-x; background-attachment: fixed;}
#title {font-size: 24px; font-weight: bold; font-family: tahoma; color: #ffffff;}
#address {font-size: 14px; font-weight: bold; font-family: tahoma; color: #ffffff;}
#subject {font-size: 16px; font-weight: bold; font-family: tahoma; color: #ffffff;}
#maintext {font-size: 14px; font-weight: bold; font-family: tahoma; color: #000000;}
#maintext a {font-size: 14px; font-weight: bold; font-family: tahoma; color: #ff0000;}
#maintext a:hover {font-size: 14px; font-weight: bold; font-family: tahoma; color: #669acc;}
#maintext a:active {font-size: 14px; font-weight: bold; font-family: tahoma; color: #ff0000;}
#smalltext {font-size: 14px; font-weight: bold; font-family: tahoma; color: #000000;}
#smalltext a {font-size: 12px; font-weight: bold; font-family: tahoma; color: #ffffff;}
#smalltext a:hover {font-size: 12px; font-weight: bold; font-family: tahoma; color: #669acc;}
#smalltext a:active {font-size: 12px; font-weight: bold; font-family: tahoma; color: #ff0000;}
#smallunder {font-size: 14px; font-weight: bold; text-decoration: underline; font-family: tahoma; color: #000000;}
#sides {font-size: 16px; font-weight: bold; text-decoration: none; font-family: arial; color: #ffffff;}
#sides a {font-size: 12px; font-weight: bold; font-family: tahoma; color: #ffffff;}
#sides a:hover {font-size: 12px; font-weight: bold; font-family: tahoma; color: #669acc;}
#sides a:active {font-size: 12px; font-weight: bold; font-family: tahoma; color: #ff0000;}
#edittext {font-size: 16px; font-weight: bold; font-family: tahoma; color: #000000;}
#edittext a {font-size: 12px; font-weight: bold; font-family: tahoma; color: #ffffff;}
#edittext a:hover {font-size: 12px; font-weight: bold; font-family: tahoma; color: #669acc;}
#edittext a:active {font-size: 12px; font-weight: bold; font-family: tahoma; color: #ffffff;}
#prices table {
	border: 1px;
	border-style: solid; 
	border-color: #ababab;
	width: 100%;
}

.pricelabels {
	background-color: #d70000; 
	text-align:center;
	color : #ffffff;
	font-weight: bold;
	font-size: .87em;
	padding-right: 2px;
	padding-left: 2px;
	width: 32%;
}
.gasprice {
	background-color: #faf6df; 
	text-align:center;
	border: 1px;
	border-style: solid; 
	border-color: #fc0000;
	color : #000000;
	font-size: .83em;
}
.leftprice {
	background-color: #d70000; 
	text-align:center;
	color : #ffffff;
	font-weight: bold;
	font-size: .87em;
	padding-right: 2px;
	padding-left: 2px;
	width: 36%;
}

.disclaimer {
	text-align:center;
	font-weight: bold;
	color: #ffffff;
	background-color: #555555;
	color : #ffffff;
	font-size: .6em;
}
.discdetails {
	text-align:center;
	color : #000000;
	font-size: .5em;
}



