body {
	width: 100%;
}

#leftSide
{
	width: 32em;
	position: absolute;
}

h1 {
	font: 20pt Arial;
}
h2 {
	font: 14pt Arial;
}

img
{
	border: none;
}

#notice
{
	border: solid 1pt;
	border-color: Red;
	font: 10pt Arial;
	color: Red;
	width: 80%;
	margin-bottom: 0.5em;
}

#note
{
	border: none;
	font: 8pt Aria;
	color: Black;
	text-align: right;
	margin: 0;
	padding: 0;
}

#rightSide
{
	float: right;
	margin-left:  1em;
	margin-top:	  1em;
	margin-right: 2em;
	width: 18em;
	background-color: #cde6ff;
	padding:	1em;
	border: 1pt solid #89a2bb;
}

#rightSide td
{
	font: 9pt Arial;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#rightSide h3
{
	padding: 0;
	margin-top: 0;
	margin-bottom: 0.2em;
}

#rightSide h4
{
	font: 11pt Arial;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#rightSide p
{
	font: 10pt Arial;
	font-style: italic;
}

#rightSide ol
{
	font: 9pt Arial;
}

.odd
{
	background: #ffffff;
}

.even
{
	background: #dddddd;
}

table
{
	border: thin
}

th{
	background: black;
	color: white;
	font: 10pt Arial;
	font-weight: 400;
}

td{
	color: black;
	font: 10pt Arial;
	margin-top: 0;
	vertical-align: top;
	padding-right	: 0.5em;
}