/* -------------------------------------------------------------- 
  
   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 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color: #FF4200;
}
h1,
h2 {
    color: #FF4200;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    margin: 0 0 20px;
}
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;
}
ol{
    margin: 0;
    padding: 0 0 0 20px;
}
ul {
	padding: 0 0 0 15px;
	margin: 10px 0;
}

ul li {
	list-style-position: outside;
}

p {
	margin: 5px 0;
	text-align: justify;
}
#content p{
	margin: 13px 0 25px;
}
a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: underline;
}
