*{
	padding: 0;
	margin: 0;
	border: 0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	width: 780px;
	text-align: justify;
	margin: 10px;
	background-image: none;
}

h4{
	color: #0085cc;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	text-align: left;
}
h5{
	color: black;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
p{
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.fuelform{
	margin-left: 80px;
	border: 1px solid #0085cc;
	padding: 0 10px 0px 10px;
	width: 280px;
	margin-top: 10px;
	text-align: left;
}
.bluebtn{
	background-color: #0085cc;
	color: #ffffff;
	cursor: pointer;
	padding: 0px;
	margin-right: 0px;
	margin-left: 65px;
	width: 150px;
	text-align: center;
}
input{
	border: 1px solid #0085cc;
	width: 60px;
	text-align: right;
}
select{
	border: 1px solid #0085cc;
	width: 90px;
}
.radio{
	width: auto;
	border: none;
}
ol {
  margin:0px;
  padding: 0px;
}
p {
  margin:0px;
  padding:3px 0;
}
li {
  margin-left: 30px;
  padding-left: 7px;
}
table {
	border-width: 2px;
	border-spacing: 2px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
}
table thead {
	background: #0085cc;
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	font-size: 13px;
	color: white;
	font-weight: bold;
}
table td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto 
}
		 
/**/


