/*	Common - Fuel Industries Stylesheet
================================================================================*/

* {padding: 0; margin: 0;}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, pre, form, legend, textarea, blockquote, th, td, tbody, thead, tfoot
{ margin: 0; padding: 0; }

h1, h2, h3, h4, p
{ text-align: left; }

table    { border-collapse: collapse; border-spacing: 0; }
img      { border: 0; }
a, label { cursor: pointer; }
a:focus {outline:none}

ul, li { list-style: none; }

input, select, textarea, table, td, th
{ font-family: inherit }

th { text-align: left; }

.floatleft  { float: left; }
.floatright { float: right; }
.floatnone { float: none; }

.red { color: #8d1600; }

.nomargin  { margin: 0; }
.nopadding { padding: 0; }

.textleft  { text-align: left; }
.textright { text-align: right; }