/*Oil Bank web site stylesheet (c)2005 xposition*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #000000;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	 width: 70%;
	 margin-left:15%;
	 margin-right:15%;
}
.popuptable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	width: 100%;
	margin-left:0%;
	margin-right:0%;
}
a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #669900;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.smalllink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.nonboldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #669900;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #669900;
}
.submitbutton50 {
	width: 60px;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}
.searchfield {
	border: solid #000000 1px;
	font-size: 14px;
	width: 200px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #669900;
	display: inline;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #669900;
	display: inline;
}
.oiltext {
	color: #000000;

}
.errortext {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.messagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #669900;
	font-style: normal;
	text-align: center;
	vertical-align: middle;
}
.abouttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	vertical-align: middle;  
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: outside;
	font-weight: normal;
	list-style-image: url(../images/oilcare_bullet.jpg);
	margin-bottom: 1em;
}
.resultsheader {
	/*background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-position: left top;*/
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

img {
	border: none;
}

.centered {
	text-align: center;
}
.leftaligned {
	text-align: left;
}
.rightaligned {
	text-align: right;
}
.centermiddle {
	text-align: center;
	vertical-align: middle;
	}
.leftmiddle {
	text-align: left;
	vertical-align: middle;
	}
.lefttop {
	text-align: left;
	vertical-align: top;
	}
.rightmiddle {
	text-align: right;
	vertical-align: middle;
	}
