	.INSTRUCTIONS {
		position: relative; 
		top: 25px;
		text-align: center;
		font-family: helv;
		font-size: 10pt;
	}

	BODY {	
		top: 0px;
		left: 0px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		scrollbar-face-color:#80A0F0;
		scrollbar-shadow-color:#80A0F0;
		scrollbar-3dlight-color:#80A0F0;
		scrollbar-darkshadow-color:#80A0F0;
		scrollbar-arrow-color:#80A0F0;
		scrollbar-track-color:#80A0F0;
		scrollbar-highlight-color:#80A0F0;
	}

	.Title {
		background-color: #80B0F0;
		border-width: 0px 0px 1px 0px;
		border-style: solid;
		border-color: #808080;
	}

	.Title2 {
		font-family: Arial;
		font-weight: bold;
		font-size: 13px;
		padding: 0px 0px 0px 0px;
		color: white;
	}

	.LOADING {
		position: absolute;
		top: 75px;
		left: 40px;
		width: 200px;
		z-index: 99;
		padding: 0px 0px 0px 0px;
		background-color: #E0E0E0;
		layer-background-color: #E0E0E0;
	}

	.fLOADING {
		width: 200px;
		padding: 0px 0px 0px 0px;
		background-color: #E0E0E0;
		layer-background-color: #E0E0E0;
		font-family: arial;
		border-color: #000000;
		border-width: 3px 3px 3px 3px;
		border-style: solid;
	}

	.DIALOG {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 256px;
		height: 230px;
		visibility: hidden;
	}

	.SLIDER {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 250px;
		height: 300px;
		background-color: #E0E0E0;
		layer-background-color: #E0E0E0;
		border-color: #E0E0E0;
		font-family: arial;
		text-align: left;
		border-width: 0px 0px 0px 0px;
		border-style: solid;
		visibility: hidden;
	}

	.fSLIDER {
		padding: 5px 5px 5px 5px;
		font-family: Arial;
		font-size: 12px;
	}

	.aSLIDER {
		text-decoration: none;
	}

	.TOPMENU {
		position:absolute;
		top: 0px;
		left: 0px;
		padding: 2px 2px 0px 2px;
		background-color: #80A0FF;
		layer-background-color:#80A0FF;
		font-family: arial;
		font-size: 14pt;
		border-width:0px 0px 0px 0px;
		visibility: hidden;
	}

	.cMENU1 {
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 2px 2px 2px 2px;
		border-width:0px 0px 0px 0px;
		border-style:none;
		background-color: #80A0FF;
		layer-background-color:#80A0FF;
		font-family: arial;
		font-size: 10pt;
		font-weight: bold;
		visibility: hidden;
	}

	A.acMENU1 { text-decoration: none; color: #FFFFFF; }
	A.acMENU1:hover { text-decoration: none; color: #808000; background: #FFFFFF; }

	.cMENU2 {
		position: absolute;
		top: 5px;
		left: 5px;
		padding: 2px 2px 2px 2px;
		border-width:1px 1px 1px 1px;
		border-style:solid;
		background-color: #CFCFCF;
		layer-background-color:#CFCFCF;
		font-family: arial;
		font-size: 10pt;
		visibility: hidden;
	}

	A.acMENU2 { text-decoration: none; }
	A.acMENU2:hover { text-decoration: none; background: #FFFFFF; }
