<!--
	body { background-color: white;}

	.menutop a {
			font-family: Arial;
			color: fdf5e6;
			font-size: 13px;
			font-weight: bold;
			text-decoration: none;
			}

	.menutop a:hover {
			color: white;
			}

	.menuwt a {
			font-family: Arial;
			color: 000080;
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
			}

	.menuwt a:hover {
			color: fdf5e6;	
			}

	.header {
			font-family: Arial;
			color: fdf5e6;
			font-size: 11px;
			font-weight: bold;
			}

	.menupr a {
			font-family: Arial;
			color: b22222;
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
			}

	.menupr a:hover {
			color: 000080;
			
			}

	.text {
			font-family: Verdana;
			color: black;
			font-size: 11px;
			text-align: justify;
			}

	.text a {
			font-family: Arial;
			color: 000080;
			font-weight: bold;
			text-decoration: none;
			}

	.text a:hover {
			text-decoration: underline;
			}

	.bold	{
			font-family: Arial;
			color: 000000;
			font-size: 11px;
			text-align: left;
			font-weight: bold;
			}

	h1	{
			font-family: Arial;
			color: 000000;
			font-size: 11px;
			text-align: left;
			font-weight: bold;
			margin-bottom: 0px;
			margin-top: 0px;
			}

	h2	{
			font-size: 22px; 
			font-family: Arial Black;
			margin-bottom: -2px;
			margin-top: -3px;
			color: 000000;
			}

	input {
			font-size: 11px;
			font-family: Verdana;
			color: black;
			margin-top: 1px;
			margin-bottom: 1px;
			
			}
	select {
			font-size: 11px;
			font-family: Verdana;
			color: black;
			margin-top: 2px;
			margin-bottom: 2px;
			}


	#lightwt { 
			text-align: left;
			width: 220px;
			border-left: 1px solid #999999;
			border-right: 1px solid #999999;
			border-top: 1px solid #999999;
			}

	#lightwt A { 
			width: 100%;
			display: block;
			padding: 2px 0px;
			background: FEFBF6;
			text-decoration: none;
			}

	#lightwt A:hover { 
			background: 999999;
			}
				
//-->

