body
{
	background-image: url(/header.png);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: arial;
}

div#header
{
	position: absolute;
}

div#header a
{
	color: #000000;
	text-decoration: none;
}

div#header a:hover
{
	text-decoration: underline;
}

div#menu
{
	position: absolute;
	top: 190px;
	width: 170px;
}

div#footer
{
	position: absolute;
	bottom: 0;
	height: 15px;
	width: 99%;
	text-align: center;
	vertical-align: center;
	font-size: 10px;
}

div#content
{
	position: absolute;
	top: 145px;
	left: 175px;
	bottom: 15px;
	right: 0;
	overflow: auto;
}

p, h2
{
	margin-top: 0;
	padding-top: 0;
}

a
{
	color: #0000ff;
}

a:hover
{
	text-decoration: none;
}

tr.alt
{
	background-color:#F5F5F5;
}

tr.note
{
	display: none
}

tr.notealt
{
	background-color:#F5F5F5;
	display: none
}


td.note
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0;
	padding-bottom: 5px
}
