html {
	font-size: 100%;
	background-color: #141414;
	scrollbar-base-color: #B6ABAB;
	scrollbar-arrow-color: #C63509;
	scrollbar-3dlight-color: #282828;
	scrollbar-darkshadow-color: #282828;
	scrollbar-face-color: #282828;
	scrollbar-highlight-color: #404040;
	scrollbar-shadow-color: #404040;
}

body {
	background-color: #141414;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #FFCC00;
	margin: 0px auto;
}

input,textarea,select {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: solid 1px #333;
	color: #FFCC00;
}

#warpheader {
	width: 1000px;
	margin: 0px auto;
}

.top_banner {
	background-image: url('images/bg_top_banner.png');
	background-repeat: no-repeat;
	width: 740px;
	height: 105px;
}

.menu_bar {
	background-image: url('images/bg_bar.jpg');
	background-repeat: no-repeat;
	width: 740px;
	height: 34px;
	color: #413300;
	font-size: 14px;
	font-weight: bold;
}

.copyright {
	background-image: url('images/bg_copyright.jpg');
	background-repeat: no-repeat;
	width: 990px;
	height: 34px;
	color: #413300;
	font-weight: bold;
	font-size: 10px;
}

.texts_01 {
	color: #413300;
	font-size: 14px;
	font-weight: bold;
}

.pages {
	background-color: #674500;
	color: #FFC800;
	border: 1px solid #FFC800;
	padding: 2px 5px;
}

.linkbar a {
	color: #413300;
}

.linkbar a:hover {
	color: #413300;
}

a.sidelink {
	color: #413300;
}

.space {
	background-color: #FF8400;
	height: 3px;
}

.button {
	background-image: url('images/bg_button.png');
	background-repeat: no-repeat;
	width: 179px;
	height: 45px;
	color: #413300;
	font-size: 17px;
	font-weight: bold;
}

a {
	color: #FFCC00;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
}

a:hover {
	color: #FFCC00;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
}

img {
	border: 0px;
}

table,tr,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}