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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


body {
	background-color: white;
	color: #575757;
	font: 12px "Times New Roman", Times, Arial, serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

pre {
	padding: 0;
	margin: 0;
	text-align: left;
	font-family: courier, arial, verdana, serif;
	font-size: 11px;
	font-weight: normal;
	color: #575757;
	background-color: white;
}

p {
	background-color: white;
	color: #4d4d4d;
	font: 13px "Times New Roman", Times, Arial, serif;
	font-weight: normal;
	line-height: 160%;
	margin: 0;
	padding: 4px 0;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

table {
	margin: 0;
}

th {
	text-align: left;
	font-weight: bolder;
	padding: 0;
	margin: 0;
}

td {
	background-color: white;
	color: #4d4d4d;
	font: 13px "Times New Roman", Times, Arial, serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

tr {
	padding: 0;
	margin: 0;
}

ul {
	border-top: none;
	list-style: disc;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 20px;
	text-align: left;
}

li {
	background-color: white;
	color: #4d4d4d;
	font: 13px "Times New Roman", Times, Arial, serif;
	font-weight: normal;
	line-height: 160%;
	margin: 0;
	padding: 0;
}

h1 {
	color: #a78e69;
	font: normal 29px "Times New Roman", Times, Verdana, serif;
	line-height: 21px;
	padding: 3px 0 10px 0;
}
h2 {
	color: #a78e69;
	font: normal 25px "Times New Roman", Times, Verdana, serif;
	line-height: 18px;
	padding: 5px 0 10px 0;
}
h3 {
	color: #a78e69;
	font: normal 22px "Times New Roman", Times, VVerdana, serif;
	line-height: 16px;
	padding: 5px 0 10px 0;
}
h4 {
	color: #a78e69;
	font: normal 19px "Times New Roman", Times, VVerdana, serif;
	line-height: 14px;
	padding: 5px 0 10px 0;
}
h5 {
	color: #a78e69;
	font: normal 16px "Times New Roman", Times, VVerdana, serif;
	line-height: 12px;
	padding: 5px 0 10px 0;
}
h6 {
	color: #a78e69;
	font: normal 14px "Times New Roman", Times, VVerdana, serif;
	font-weight: bold;
	line-height: 11px;
	padding: 5px 0 10px 0;
}

ol {
	margin-left: 6px;
	padding-left: 10px; 
}

ol li {
	color: #4d4d4d;
	font: 13px "Times New Roman", "Times New Roman", Times, Arial, serif;
	line-height: 1.4em;
	/*letter-spacing: 1px;*/
	list-style-type: decimal;
	margin-left: 5px; 
	padding-left: 0px;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a:link, a:visited, a:active {
	background: transparent;
	color: #a78e69;
	font: 13px "Times New Roman", "Times New Roman", Times, Arial, serif;
	font-style: normal;
	line-height: 160%;
	text-decoration: none;
}

a:hover {
	background: transparent;
	color: #a78e69;
	font: 13px "Times New Roman", Times, Arial, serif;
	font-style: normal;
	line-height: 160%;
	text-decoration: underline;
}