html body
{
	font-family : Helvetica, Arial, Verdana, sans-serif;
	margin : 0px;
	font-size:0.85em;
	background-color : White;
}
html body a
{
	text-decoration : none;
}
html body a:hover
{
	text-decoration : underline;
}

html body table#content tr td
{
	font-family : Helvetica, Arial, Verdana, sans-serif;
	vertical-align : top;
}
html body table#content tr td#centralcell,
html body table#content tr td#navigationcell,
html body table#content tr td#righthandcell
{
	background-color : #FFFFCC;
}
html body table#content tr td#centralcell
{
	background-color : White;
	padding-bottom : 2em;
}

