/* Elements */

a {
	text-decoration : underline;
	color: #736E68;
}

a:link, a:visited {
	text-decoration : underline;
	color: #736E68;
}

a:hover {
	text-decoration : none;
	color: #736E68;
}

a:active {
	text-decoration : underline;
	color: #736E68;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

H1 {
	font-size: 24px;
}

H2 {
	font-size: 22px;
}

H3 {
	font-size: 20px;
}

H4 {
	font-size: 18px;
}

H5 {
	font-size: 16px;
}

H6 {
	font-size: 14px;
}

/* Fonts */

ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, MENU, OL, P, TH, TD,  UL {
	color: #736E68;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Classes */

.indexmainnav {
	margin-bottom: 7px;
}
.indexmainnav td{
	border: 1px #736E68 solid;
	color: #736E68;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}
.indexmainnav td a {
	text-decoration : none;
	color: #736E68;
}

.indexmainnav td a:link, .indexmainnav td a:visited {
	text-decoration : none;
	color: #736E68;
}

.indexmainnav td a:hover {
	text-decoration : underline;
	color: #736E68;
}

a:active {
	text-decoration : none;
	color: #736E68;
}
.navhighlight{
	font-weight: bold;
	font-size: 16px;
}
.headline{
	font-weight: bold;
	font-size: 14px;
}
.qltable{
	margin-bottom: 2px;
}
.copyright p{
	font-size: 10px;
}
.recycleprocesssub a {
	text-decoration : none;
	color: #736E68;
}

.recycleprocesssub a:link, .recycleprocesssub a:visited {
	text-decoration : none;
	color: #736E68;
}

.recycleprocesssub a:hover {
	text-decoration : underline;
	color: #736E68;
}


/* THE OIL RECYCLING PROCESS */
.processborderleft{
	background-image : url(images/border-left.gif);
	background-position : left;
	background-repeat : repeat-y;
}

.processborderright{
	background-image : url(images/border-right.gif);
	background-position : right;
	background-repeat : repeat-y;
}

.processbordertop{
	background-image : url(images/border-top.gif);
	background-position : top;
	background-repeat : repeat-x;
}

.processborderbottom{
	background-image : url(images/border-bottom.gif);
	background-position : bottom;
	background-repeat : repeat-x;
}