* {
	margin:0;
	padding:0;
}

body {
	width:100%;
	height:100%;
	color:#000;
	font-family:Verdana;
	font-size:12px;
	background:#669900;
}

table {
	font-size:13px;
	border-collapse:collapse;
}

table td {
	font-family:Verdana;
}

img {
	border:0;
}

.clear {
	width:100%;
	clear:both;
	float:none !important;
	overflow:hidden;
	height:0;
	font-size:0;
}

a {color:#000;}
a:hover {text-decoration:none;}

#main {
	width:100%;
	height:100%;
}

#main td#other, #main td#top {
	background:#86C900;
	text-align:center;
	vertical-align:top;
}

#main td#top h1 {
	font-size:48px;
	font-weight:normal;
	padding:0;
	margin:0;
}

#main td#top img {
	margin: 20px 0 5px 5px;
}


#main td#copyright {
	background:#86C900;
	text-align:right;
	vertical-align:top;
	padding: 2px 5px;
}

#main td#bottom {
	text-align:center;
	font-size: 36px;
	vertical-align:top;
}

#main td#bottom #url {
	border: 3px solid #86C900;
	background:#73AC00;
	width: 500px;
	height: 40px;
	font-size: 27px;
}

#main td#bottom #go {
	background:#86C900;
	border:0px;
	width: 220px;
	height: 40px;
	font-size: 30px;
	cursor:pointer;
}



#main td#bottom #menu {
	text-align:left;
	margin: 30px 50px 0px 50px;
	width: 700px;
}

#main td#bottom #menu tr#links td {
	text-align:center;
}

#main td#bottom #menu td {
	padding:10px 5px;
}

#main td#bottom #menu td.current {
	padding:10px 5px;
	background: #5D8C00;
}

#main td#bottom #menu a {
	font-size: 17px;
	text-decoration:none;
	border-bottom: 1px dashed #000;
	margin:20px 5px;
	cursor:pointer;
}

#main td#bottom #menu a:hover {
	font-size: 17px;
	text-decoration:none;
	border-bottom: 1px dashed #669900;
	margin:20px 5px;
	cursor: pointer;
}

#main td#bottom #menu td.current a {
	font-size: 17px;
	text-decoration:none;
	border:0;
	margin:20px 5px;
	cursor:default;
}

#error {
	color:#FFC8C8;
	padding: 10px 0;
}

#text1, #text2, .text {
	display:none;
}

#text {
	visibility: visible;
	padding: 20px !important;
	color:#FFf;
}

#text p {
	padding: 5px 0;
}

#text p a {
	color:#fff;
	text-decoration:underline !important;
	font-size:13px !important;
	cursor:pointer !important;
}

#text p a:hover {
	text-decoration:none !important;
}


#info {
	margin: 50px 20px;
}

#info td {
	font-size: 17px;
	padding: 5px 20px;
}

#info td a {
	color:#fff;
}


#info td div {
	width:500px;
	float:left;
	clear:both;
	overflow:hidden;
	white-space:nowrap;
}


#part {
	display: block;
	float: left;
}


