/***********reset global styles**********/
h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 5px 0px;
    line-height: 120%;
	color: #e63b15;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 12px;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

p {
    margin: 7px 0px;
    padding: 0px;
	text-align:justify;
}

ul {
    margin: 5px 0;
    padding: 0;
    list-style: none;
	
}


ul li {
    text-align: left;
	background:transparent url(li.gif) no-repeat scroll 0 8px;
	color:#011C1A;
	margin:0 0 0 3px;
	padding:0 0 0 15px;
}

a:link, a:visited {
    color: #483e21;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}
