a:link, a:visited {
	font-family: Verdana;
	font-size: 14px;
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline overline;
}

body {
	background: black;
	overflow: hidden;
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
	color: white;
}

.copyright{
	 width: 100%;
	 text-align: center;
	 vertical-align: bottom;
	 font-family: tahoma;
	 font-size: 8pt;
	 color: #aaaaaa;
	 background-color: #222222;
	 border-top: 1px solid #333333;
	 border-right: 1px solid #333333;
	 border-left: 1px solid #111111;
	 border-bottom: 1px solid #111111;
	 letter-spacing: 2px;
}

.sub_heading {
	color: yellow;
	font-weight: bold;
	font-family: Verdana;
	font-size: 15px;
}

.top_bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: 100%;
}


.window {
	width:500px;
}

.titlebar {
	background: #333333;
	border-top: 2px solid #555555;
	border-bottom: 1px solid #777777;
	border-left: 2px solid #777777;
	border-right: 1px solid #555555;
	font-family: Verdana;
	color: white;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 5px;
}

.whole_page {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.news_bar { 
	position: absolute;
	top: 100;
	left: 0;
	width: 100%;
}

.news_reel {
	position: absolute;
	font-family: Tahoma;
	font-size: 12px;
	color: white;
	left: 0;
	width: 0;
	overflow: hidden;
	cursor: hand;
}

.main_text {
	width: 100%;
	text-align: justify;
	font-family: Verdana;
	font-size: 12px;
	color: white;
}

.window_content {
	background: #5b5b5b;
	border-bottom: 2px solid #777777;
	border-left: 2px solid #777777;
	border-right: 1px solid #555555;
	font-family: Verdana;
	visibility: visible;
}

.tagboard {
	border: 2px inset;
	height: 150px;
	width: 100%;
	overflow: auto;
}

.tagfont1 {
	font-family: Tahoma;
	font-size: 12px;
	width: 100%;
	background-color: #aaaaaa;
	color: #222222;
}

.tagfont2 {
	font-family: Tahoma;
	font-size: 12px;
	width: 100%;
	background-color: #222222;
	color: #aaaaaa;
}

.tagboard_input {
	border: 0px;
	width: 100%;
	font-size: 12px;
	font-family: Tahoma;
}

input {
	border: 0px;
	font-size: 12px;
	font-family: Tahoma;
	width:100%;
}

textarea {
	border: 0px;
	font-size: 12px;
	font-family: Tahoma;
	width: 100%;
	overflow: auto;
}

select {
	border:0px;
	font-size: 12px;
	font-family: Tahoma;
	width: 100%;
}

.tagboard_heading {
	width: 100%;
	text-align: right;
	color: white;
	font-family: Verdana;
	font-size: 12px;
}

.tagboard_textarea {
	width: 100%;
	border: 0px;
	font-size: 12px;
	font-family: Tahoma;
}

.tagboard_button {
	width: 100%;
	border: 0px;
	background-color: #222222;
	color: #aaaaaa;
	font-family: Verdana;
	font-size: 12px;
	cursor: hand;
}

.tagboard_button_over {
	width: 100%;
	border: 0px;
	background-color: #aaaaaa;
	color: #222222;
	font-family: Verdana;
	font-size: 12px;
	cursor: hand;	
}

.error {
	font-size: 10px;
	font-family: Tahoma;
	color: red;
}

.menu_text {
	width:100%;
	font-size: 14px;
	color: white;
	background-color: #5b5b5b;
	font-family: Tahoma;
	text-decoration:none;
	list-style:none;
	text-align:center;
	margin-bottom:2px;
	border: 1px white outset;
}

.menu_text:hover {
	color: #5b5b5b;
	background-color: white;
	text-decoration: none;
}

.chat_window {
	font-family: Verdana;
	font-size: 12px;
	border-style: inset;
	border-width: 1px;
	height: 200px;
	width: 100%;
	overflow: auto;
	background-color: gray;
}

.login_text {
	color: white;
	float:right;
	font-family: Tahoma;
	font-size: 12px;
	margin-top:2px;
	width: 300px;
}

.multiplayer_lobby td {
	border: 1px white dotted;
	font-size: 11px;
	font-family: Verdana;
	color: white;
	text-align: center;
}

.multiplayer_lobby th {
	color: white;
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana;
}

.nb {
	font-family: Tahoma;
	font-size: 12px;
	cursor: hand;	
	border: 1px white groove;
}

.invisible {
	position: absolute;
	visibility: hidden;
	height: 0px;
	width: 0px;
	z-index: -1;
}
