	A
	{
		color: #C00000;
		text-decoration: none;		
	}

	A:HOVER
	{
		color: blue;
		text-decoration: underline;		
	}

	BODY
	{
		font-family: Verdana;
		font-size: 12pt;
		background-color: #C7ECFF;
	}

	H1 
	{
		font-family: Verdana;
		font-size: 20pt;
		color: #00507A;
		font-weight: bold;
	}

	TABLE
	{
		border: 1px solid black;
		font-family: Verdana; 
		font-size: 10pt;
		border-collapse: collapse;
	}
	
	TD, TH
	{
		border: 1px solid black;
		padding: 5px;
	}

	TABLE.noborder, TABLE.noborder TH, TABLE.noborder TD
	{
		border: none;
		vertical-align: top;
	}

	TABLE.menu TD
	{
		border: 1px solid black;
		border-bottom: 3px solid black;
		font-family: Verdana;
		font-weight: bold;
	}
	TABLE.menu TD.item
	{
		width: 100px;
		text-align: center;
	}
	TABLE.menu TD.item A
	{
		text-decoration: none;
		color: #00507A;
	}
	TABLE.menu TD.item A:hover
	{
		text-decoration: underline;
		color: #C00000;
	}
	TABLE.menu TD.begin
	{
		border: none;
		border-bottom: 3px solid black;
	}
	TABLE.menu
	{
		border: none;
	}

	@media print
	{
		.NoPrint { display.none; }
	}
