@charset "utf-8";
/* CSS Document */

body {
  margin: 0;
  padding: 0;  
  background:url(../image/bg.jpg);
  background-color:#202020;
  background-repeat:no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #fff;
}
	
#header {
	width: 906px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	}
#main {
	width: 906px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	}
#footer {
	width: 906px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	}
.navlinkline { margin-left:3px; margin-right:3px; color:#ddd; }
a:link {
	color: #ff6600; 
}
a:visited {
	color: #ff6600;
}
a:hover {
	color: #ff6600;
	text-decoration: none;
}
a:active {
	color: #ff6600;
}
a.nav:link { color: #333; font-size:13px; text-decoration:none; font-weight:bold; }
a.nav:visited{ color: #333; font-size:13px; text-decoration:none;  font-weight:bold; }
a.nav:hover { color: #00078C; font-size:13px; text-decoration:none; font-weight:bold; }
a.nav:active { color: #333; font-size:13px; text-decoration:none; font-weight:bold; }

a.language:link { color: #333; font-size:10px; text-decoration:none; font-weight:bold; }
a.language:visited{ color: #333; font-size:10px; text-decoration:none;  font-weight:bold; }
a.language:hover { color: #FF0000; font-size:10px; text-decoration:none; font-weight:bold; }
a.language:active { color: #333; font-size:10px; text-decoration:none; font-weight:bold; }

.pagetitle { color: #fff; font-size:16px; font-weight:bold; }
.minipagetitle { color: #fff; font-size:14px; font-weight:bold; }
.minibox { width:244px; height:118px; overflow:auto; }
.txtfield {
	background-color: #fff;
	border-style:solid;
	border-color:#993300;
	border-width:1px;
	width: 200px;
	height: 18px;
	color: #333;
	font-weight: bold;
}
.msgfield {
	background-color: #fff;
	border-style:solid;
	border-color:#993300;
	border-width:1px;
	width: 200px;
	height: 100px;
	color: #333;
	font-weight: bold;
}
.smalltxt { font-size:11px; }

a.pagenav:link { color: #333; font-size:13px; text-decoration:none; font-weight:bold; background-color:#E1EDF3; padding: 4px 4px 4px 4px; display:block; margin-bottom:2px; width:144px; }
a.pagenav:visited{ color: #333; font-size:13px; text-decoration:none;  font-weight:bold; background-color:#E1EDF3; padding: 4px 4px 4px 4px; display:block; margin-bottom:2px; width:144px; }
a.pagenav:visited:hover { color: #fff; font-size:13px; text-decoration:none; font-weight:bold; background-color:#4285A6; padding: 4px 4px 4px 4px; display:block; margin-bottom:2px; width:144px;}
a.pagenav:hover { color: #fff; font-size:13px; text-decoration:none; font-weight:bold; background-color:#4285A6; padding: 4px 4px 4px 4px; display:block; margin-bottom:2px; width:144px;}
a.pagenav:active { color: #333; font-size:13px; text-decoration:none; font-weight:bold; background-color:#E1EDF3; padding: 4px 4px 4px 4px; display:block; margin-bottom:2px; width:144px; }
.activelink { color: #fff; font-size:13px; text-decoration:none; font-weight:bold; background-color:#4285A6; padding: 4px 4px 4px 4px; display:block; margin-bottom:2px; width:144px; }

li { margin-bottom:6px; }

p { margin:2px; }
.copyrighttxt { font-size: 10px; }
.styletitle {
	color: #FFCC00;
	font-size: 18px;
}
.button {
	display:block;
	background:#202020;
	color:#000;
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 4px 16px 4px 4px;
	width:210px;
	margin-bottom:6px;
	cursor:pointer;
}
.button:hover {
	background:#ff6600;
	color:#fff;
}
.buttonactive {
	display:block;
	background:#ff6600;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 4px 16px 4px 4px;
	width:210px;
	margin-bottom:6px;
}
.container { width:626px; height:340px; overflow:auto; padding:4px; }
.containerwide { width:866px; height:340px; overflow:auto; padding:4px; }