/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 5px 0px;
  font-weight: normal;

}

h1 {
    color: #666666;
    font-size: 2.2em;
    line-height: 1.1;
    padding-bottom: 5px;
}

h2 {
    color: #666666;
    font-size: 1.5em;
    line-height: 1.1;
    padding-bottom: 5px;
}

h3 {
    font-size: 1.5em;
    color: #fb6400;
}

h4 {
    font-size: 1.3em;
    font-weight: bold;
    color: #ff6600;
}

h5 {
    font-size: 1.1em;
    font-weight: bold;
    color: #ff6600

}

h6 {
    font-size: 1em;
    font-weight: bold;
}

ul {
  padding: 0 0 0 15px;
  margin: 10px 0;
}

ul li {
  list-style-position: outside;
}

p {
  margin: 10px 0;
  text-align: left;
}

a {
    text-decoration: none;
    color: #fb6400;
}

a:hover {
    text-decoration: underline;
}