html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 font-family: inherit;
 vertical-align: baseline;
}
table, tr, th, td{
 vertical-align: top;
 }

/* remember to define focus styles! */
:focus {
 outline: 0;
}
textarea,input{
 color: inherit;
 font-family: inherit;
 font-size: inherit;
 }
body {
 line-height: 1;
 color: black;
 background: white;
}
ol, ul {
 list-style: none;
}
li{

 vertical-align: baseline;

}
/* tables still need 'cellspacing="0"' in the markup */
table {
 border-collapse: collapse;
 border-spacing: 0;
 vertical-align: top;
}
caption, th, td {
 text-align: left;
 font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: "";
}
blockquote, q {
 quotes: "" "";
}
EM{ font-style: italic; }
STRONG{ font-weight: bold; }

/* new clearfix */
.clearfix:after {
 visibility: hidden;
 display: block;
 font-size: 0;
 content: " ";
 clear: both;
 height: 0;
 }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


P{ margin: 0 0 16px 0; }
H1{
    font-size: 23px;
	margin: .67em 0
	}
H2{
	 font-size: 20px;
	 margin: .75em 0;
	 }
H3{
	 font-size: 1.17em;
	 font-weight: bolder;
	 margin: .83em 0;
	 }
H4{
	 font-weight: bolder;
	 margin: 1.12em 0;
	 }
H5{
	 font-size: .83em;
	 font-weight: bolder;
	 margin: 1.5em 0;
	 }
H6{
	 font-size: .75em;
	 font-weight: bolder;
	 margin: 1.67em 0;
	 }

A{ color: #75B823; }

STRONG{ font-weight: bold; }
EM{ font-style: italic; }

HR{ border: none; border-bottom: 1px solid #333; }

OL{ margin: 1.12em 0 1.12em 40px; }
OL LI{
	list-style: decimal outside;
	margin: 0; padding: 0;
	}

UL{ margin: 1.12em 0 1.12em 40px; }
UL LI{
	list-style: disc outside;
	margin: 0; padding: 0;
	}

PRE{ font-family: monospace; white-space: pre; }
BLOCKQUOTE{ margin: 1.12em 40px 1.12em 40px; }
