/* header table */

table.header
{
	width: 				100%;

	margin: 			0px;
	padding: 			0px;

	border-bottom:		1px solid black;
}

table.header td
{
	margin: 			0px;
	padding: 			0px;
}

/* navigation menu */

table.header td.headermenu
{
	font-family:		monospace;
	font-size: 			10pt;

	text-align: 		right;
	vertical-align:		bottom;

	letter-spacing:		-2pt;
	white-space:		nowrap;
}

td.headermenu a
{
	font-family:		sans-serif;
	font-size:			9pt;

    color:				blue;

	letter-spacing:		0pt;
	text-decoration:	none;
}

td.headermenu a:hover
{
	border-top: 		1px solid blue;
}

table.header td.headertitle
{
	font-family:		sans-serif;
	font-size:			22pt;
}
