@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
}

.login_ttl {
	font-family: "trebuchet ms";
	font-weight: bold;
	font-size:16px;
}
.wht_ttl {
	font-family: "trebuchet ms";
	font-weight: bold;
	font-size:14px;
	color:#ffffff;
}
.wht_ttl a {
	text-decoration:underline;
	color:#FFFFFF;
}
.login {
	font-family: "trebuchet ms";
	font-size:14px;
}
.admin_cont {
	font-family: "trebuchet ms";
	font-size:12px;
}
.admin_cont_wht {
	font-family: "trebuchet ms";
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
.admin_cont_wht a {
	font-family: "trebuchet ms";
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
.input_txt {
	font-family: "trebuchet ms";
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.input_txt a {
	font-family: "trebuchet ms";
	font-size:12px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
.menu_txt a {
	font-family: "trebuchet ms";
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.url_txt a {
	font-family: "trebuchet ms";
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.menu_txt a:hover {
	color:#000000;
}
.inputstyle {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: ffffff;
	border: 1px solid #000000;
}
.inputstyle_but {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background-color: #000000;
	border: 1px solid #ffffff;
}
