html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, cite, code, del, em, img, small, strike, strong,
b, u, i, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 1.0em;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	background: #fff;
	color: #555;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.85em;
    letter-spacing: 0.05em;
    text-align: left;
}

div#container {
    margin: 0 auto;
    width: 900px;
}

table.contentRow {
    clear: both;
    margin: 50px 0 0 0;
}

table.contentRow th {
    color: #999;
    font-family: Georgia, "Times New Roman", Times, Arial;
    font-size: 0.8em;
    font-style: italic;
    padding: 0 15px 10px 0;
    text-align: right;
}

table.contentRow td.head {
    padding: 0 15px 10px 0;
    text-align: right;
    width: 230px;
}

table.contentRow td  {
    padding: 0 0 15px 0;
}

table.contentRow td span  {
    color: #999;
}

div#header {
	margin: 40px 0 0 20px;
}

div#footer {
	background: #333;
	clear: both;
	color: #FFAD1F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 100px 0 0 0;
	padding: 10px 20px 10px 0;
	text-align: right;
}

div#footer a {
	color: #eee;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
}

h1 {
	font-size: 1.4em;
    font-weight: bold;
}

h2 {
	font-size: 0.8em;
    font-weight: bold;
    font-style: normal;
}

h3 {
	font-size: 0.8em;
    margin-top: 20px;
}

h4 {
	font-size: 0.6em;
}

a {
    color: #852613;
    text-decoration: underline;
}

p {
	font-size: 0.8em;
    line-height: 150%;
	margin: 3px 0;
    text-transform: none;
}

p.light {
    color: #777;
}

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

ul li {
	line-height: 180%;
}
