/* -------------------------------------------------------------- 
  
   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: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}

h2 {
    color: #FA8030;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 13px;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.3em;
    font-weight: bold;
}

h5 {
    font-size: 1.1em;
    font-weight: bold;
}

h6 {
    font-size: 1em;
    font-weight: bold;
}

ul {
	padding: 0 0 0 15px;
	margin: 10px 0;
}

ul li {
	list-style-position: outside;
}

p {
    margin: 7px 0;
    text-align: left;
}

a {
    color: #4875AD;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}
