body {
    color: #262626;
	background: #f4f4f4;
	font: normal 12px/18px Verdana, sans-serif;
}

h1 {
	margin: 5px 0 5px 0;
	font-size: 30px;
	font-weight: bold;
	font-family: Arial;
}

h1 span {
	font-size: 50%;
	letter-spacing: -0.05em;
}

hr { margin-bottom: 32px; }

table {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 32px;
}

table, tr, td { 
	padding: 0px;
	border: none;
	border-spacing: 0px;
}

td img {
	height: 70px;
	min-height: 70px;
	max-height: 70px;
	border: none;
}

ul.no-bullets { list-style-type: none; }

li { margin-bottom: 24px; }

ul.no-bullets li ol { margin-top: 12px; margin-bottom: 32px; }

.content {
	width: 90%;
	margin: 2.4em auto;
	padding: 2em 2.4em;
	border: solid 1px #cbcbcb;
	background: #ffffff;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
}

.style2, .style2b { color: #0066CC; }

.style2b { font-weight: bold; }

.style3 { color: #FF0000; }

.footnote { margin-top: 64px; }

.footnote.i { font-style: italic; }

.ub {
	font-weight: bold;
	text-decoration: underline;
}