body {
	margin: 0;
	font-family: tahoma;
	font-size: 12px;
	background: #f1f1f1;
	color: #111;
}

#logo {
	float: left;
	margin: 10px 0 0 0;
}

a, a img {
	text-decoration: none;
	border: none;
	color: #4747a9;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: normal;
	padding: 13px 0 0;
	margin: 0;
	font-size: 28px;
	color: #22295F;
}

h1 span {
	display: block;
	font-size: 11px;
	color: #555;
	font-family: verdana;
}
h2 {
	border-bottom: 1px solid #E7C78A;
	font-family: arial;
	font-size: 14px;
	padding: 7px 0;
	margin: 0 0 10px 0;
}

.gnl {
	height: 234PX;
	background: #fff;
	border-bottom: 2PX solid #C5CED1;
	border-top: 2PX solid #C5CDE1;
	margin-top: 230PX;
}

.gnl_div {
	width: 790px;
	margin: 20px auto;
}

.gnl_div span {
	width: 120px;
	float: left;
	display: block;
	font-weight: bold;
}

.textbox {
	background: #EBF5FE;
	border: 1px solid #162546;
	height: 30px;
}

.textbox:hover {
	background: #ffffca;
}

.gnl_div strong {
	color: #0D1933;
	font-size: 14px;
}

.button {
	background: url(../images/_r1_c1_r2_c2.jpg);
	color: #fff;
	height: 39px;
	width: 84px;
	font-weight: bold;
	line-height: 39px;
	border: none;
	cursor: pointer;
}
.button:hover {
	background-position: 0 -39px;
}

.clear {
	clear: both;
	ang: 0;
	list-style: none;
}