:link		{
			color: blue;
			}
:visited	{
			color: blue;
			}
:hover		{
			background-color: blue;
			color: white;
			}
BODY		{
			font-family: Verdana,Tahoma,Arial;
			font-size: 12pt;
			font-weight: normal;
			padding-left: 10em;
			padding-right: 10em;
			scrollbar-3dlight-color: "#FEF3F3";
			scrollbar-darkshadow-color: "#620000";
			scrollbar-face-color: "#FA9494";
			scrollbar-highlight-color: "#FF8484";
			scrollbar-shadow-color: "#B90000";
			scrollbar-arrow-color: "#000000";
			scrollbar-track-color: "#FAD1D1";
			}
.normal		{
			font-size: 14pt;
			font-weight: normal;
			color: "#B90000";
			}
.note		{
			font-size: 8pt;
			font-weight: bold;
			color: "#000000";
			}
.saved		{
			font-size: 8pt;
			font-weight: bold;
			color: "red";
			}
TABLE.navbar{
			background-color: "#FA9494";
			position: absolute;
			top: 1pt;
			left: 1pt;
			padding: 2;
			margin: 2;
			text-align: center;
			font-size: 8pt;
			font-weight: bold;
			border: solid;
			border-width: thin;
			border-top-color: "#FEF3F3";
			border-left-color: "#FEF3F3";
			border-right-color: "#B90000";
			border-bottom-color: "#B90000";
			}
TABLE		{
			background-color: none;
			font-family: Verdana,Tahoma,Arial;
			font-size: 12pt;
			font-weight: bold;
			}
TH			{
			background-color: "#000000";
			padding: 2;
			margin: 2;
			text-align: center;
			font-size: 8pt;
			font-weight: bold;
			color: white;
			}
PRE			{
			font-family: Verdana,Tahoma,Arial;
			font-size: 12pt;
			font-weight: bold;
			color: "#000000";
			}
ADDRESS		{
			margin-top: 1em;
			padding: 5;
			border: thin double;
			text-align: center;
			font-size: 8pt;
			font-weight: bold;
			}
SPAN#topMenu{
			position: absolute;
			left: 0;
			top: 0;
			visibility: visible;
			max-width: 10em;
			}

