body{
	margin:0px;
	padding:0px;
	background-color:#fff;
	background-image: url(img/logo_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font:11px Verdana;
	color:#000;
	text-decoration:none;
}

h1 {
	font:20px Arial;
	color:#777;
	text-decoration:none;
	font-weight:bold;
}

img{
	border:none;
}

.link {
	font:10px Verdana;
	color:#777;
	text-decoration:none;
	font-weight:bold;
}
.link:hover {
	text-decoration:underline;
}

.link2 {
	font:10px Verdana;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.link2:hover {
	text-decoration:underline;
}

.link3 {
	font:10px Verdana;
	color:#999;
	text-decoration:none;
	font-weight:bold;
}
.link3:hover {
	text-decoration:underline;
}

.link4 {
	font:16px Arial;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.link4:hover {
	text-decoration:none;
	color:#666;
}

.link5 {
	font:13px Arial;
	color:#d9d9d9;
	text-decoration:none;
	font-weight:bold;
}
.link5:hover {
	text-decoration:none;
	color:#666;
}

.text {
	font:11px Verdana;
	color:#000;
	text-decoration:none;
	text-align: justify;
}
.stat_text {
	font:10px Verdana;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.stat_text a {
	color:#777;
	text-decoration:none;
}
.stat_text a:hover {
	text-decoration:underline;
}

.input_text {
	border:2px solid #d9d9d9;
	width:230px;
	font:10px Verdana;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.input_submit {
	border:0px solid #fff;
	background-color:#fff;
	font:10px Verdana;
	color:#666;
	text-decoration:none;
	font-weight:bold;
}