	.a_orange {
		font-family: Verdana,Tahoma,Helvetica,Arial;
		font-weight: normal;
		font-size: 8pt;
		text-decoration: none;
		color: #ff9900;
	}
	.a_red {
		font-family: Verdana,Tahoma,Helvetica,Arial;
		font-weight: bold;
		font-size: 8pt;
		text-decoration: none;
		color: #cc0000;
	}
	.t_gray {
		font-family: Verdana,Tahoma,Helvetica,Arial;
		font-weight: normal;
		font-size: 8pt;
		text-decoration: none;
		color: #808080;
	}
	#main {
		position : relative;
		top : 28;
		width : 800;
		height : 584;
		background-image : url(/images/main.gif);
		z-index : 0;
	}
	#login {
		background-repeat : no-repeat;
		position : relative;
		align : center;
		top : 420;
		left : 0;
		height : 39;
		width : 194;
		z-index : 2;
		background-color : #000000;
		font-weight : bold;
	}
	#reg {
		position : relative;
		align : center;
		top : 70;
		left : 0;
		z-index : 2;
	}
	#top {
		background-repeat : repeat;
		background-image : url(/images/top.jpg);
		position : absolute;
		top : 0px;
		left : 0px;
		right : 0px;
		height : 28;
		width : 100%;
		filter : "alpha(opacity=18)";
		opacity : 0.18;
		z-index : 1;
	}
	#marqued {
		background-color:transparent;
		position : absolute;
		top : 0px;
		left : 0px;
		right : 0px;
		height : 20;
		width : 100%;
		z-index : 2;
	}
	#bottom {
		background-repeat : repeat;
		background-image : url(/images/bottom.jpg);
		position : absolute;
		bottom : 0px;
		left : 0px;
		right : 0px;
		height : 63;
		width : 100%;
		filter : "alpha(opacity=18)";
		opacity : 0.18;
		z-index : 1;
	}
	#hosted {
		background-repeat : no-repeat;
		position : absolute;
		bottom : 10;
		left : 10;
		height : 30;
		width : 84;
		z-index : 2;
		background-image : url(/images/hosted.jpg);
	}
	#go {
		padding-top:0;
		padding:0;
		top:0;
		align:top;
		font-size:12;
	}
	.mainfont {
		color : #A0864D;
		font-family : Serif,Arial,Times;
		font-size : 80%;
	}
	input {
		background-color : #000000;
		border : 1px solid #A0864D;
		color : #A0864D;
		height : 20px;
		font-family: Verdana, Arial;
	}
	input.radio {
	   border : 0px;
	}
	table,tr,td,form {
		border : 0px;
		/*padding : 0;
		padding-left : 1px;
		padding-top : 0px;
		padding-bottom : 0px;
		padding-right : 0px;*/
		font-weight : bold;
	}
	body {
		background-repeat : repeat;
	}