body {
	margin: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #858585;
	background-color: transparent;
	padding: 0px;
	}
#menu {
	position: absolute;
	top: 10px;
	width: 100%;
	color: #aeaeae;
	font-weight: bold;
	width: 200px;
	margin: 0px;
	padding: 0px;
	}
#menu_top {
	background-image: url(images/menu_top.gif);
	width: 200px;
	height: 12px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	}
#menu_bottom {
	background-image: url(images/menu_bottom.gif);
	width: 200px;
	height: 14px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	}
#menu td {
	height: 36px;
	width: 145px;
	background-image: url(images/menu_item.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 52px;
	
	}
A:link {
	color: #818181;
	}
A:visited {
	color: #818181;
	}
A:active,
A:focus {
	color: #818181;
	}
A:hover {
	color: #818181;
	}
#register {
	position: absolute;
	bottom: 15px;
	width: 100%;
	font-size: 11px;
	color: #505050;
	text-align: center;
	}
#register input {
	border: 1px solid #858585;
	margin: 0px;
	font-size: 9px;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	color: #646464;
	background-color: #fffdca;
	}
#register .firstrow {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	}
.small {
	padding: 0px;
	margin: 0px;
	height: 10px;
	}
