/* << ----------------// General Styles //------------ */
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.3em;
	color:#636466;
}

p {
	margin:0;
	text-align:left;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

h1, h2, h3, h4 {
	font-weight:bold;
	margin:0;
}

h1 {
	font-size:1.6em;
}

h2 {
	font-size:1.3em;
	line-height:1.6em;
	text-align: center;
}

h3 {
	color:#8dc63f;
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
	text-align: center;
}
h5 {
	color:#8dc63f;
	text-align:center;
}


h6 {
	text-align: center;
}



a:link, a:visited {
	color:#8dc63f;
	text-decoration:underline;
}

a:hover, a:active {
	color:#000;
	text-decoration:none;
}

ul {
	margin:5px 0 5px 20px;
	padding:0;
	list-style-type:disc;
}

ol {
	margin:5px 0 5px 30px;
	padding:0;
	list-style-type:decimal;
}

ul li, ol li {
	margin:0 0 4px 0;
	padding:0;
}
