body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	background: #6d8cab;
	margin: 0px;
}
h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	background: #a4bcd4 url(style_images/liuku.jpg) no-repeat right;
	padding-left: 5px;
}
h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	background: #a4bcd4 url(style_images/liuku.jpg) no-repeat right;
	padding-left: 5px;
	margin-left: 10px;
}
a {
	font-style: normal;
	text-decoration: none;
}
a:link {
	color: #00f;
}
a:visited {
	color: #90f;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #f00;
}
ul {
	list-style: none;
}
#navi {
	background:#4f637c url(style_images/navi_bg.png);
	height: 22px;
}
#navi ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
#navi li {
	font-size: 12px;
	height: 22px;
	float: left;
	width: 100px;
}
#navi ul a {
	display: block;
	width: 100%;
	line-height: 22px;
	height: 22px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #999;
	font-weight: bold;
}
#navi ul a:hover {
	background: #a4bcd4 url(style_images/navi_hover_bg.png) repeat-x;
	cursor: pointer;
	color: #000;
}
#navi ul a.selected {
	background: #fff url(style_images/navi_selected_bg.png) repeat-x;
	cursor: default;
	color: #000;
}
#navi ul a.first {
	border-left-width: 0px;
}
#navi ul a.last {
	border-right: 1px solid #999;
}
.content {
	background: #fff;
	width: 750px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 5px 5px 10px 10px;
}
#header {
	height: 90px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: url(style_images/header_bg2.jpg) right center;
	position: relative;
}
#header a {
	color: #fff;
	text-decoration: none;
}
.header {
	bottom: 0px;
	position: absolute;
	right: 5px;
}
p {
	padding-left: 15px;
}
form {
	padding-left: 15px;
	width: 450px;
}
.form_row {
	padding-top: 2px;
	clear: both;
}
.form_object_label {
	width: 100px;
	float: left;
	text-align: right;
	font-weight: bold;
}
.form_object {
	width: 335px;
	float: right;
	text-align: left;
}
.form_field {
	border: 1px solid #999;
	padding: 2px 2px 2px 2px;
	font: 12px Arial, Helvetica, sans-serif;
}
.form_button {
	background: #4f637c;
	border: 1px solid #999;
	height: 20px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
}
.footer {
	width: 750px;
	font-size: 10px;
	color: #fff;
	padding-left: 10px;
	text-align: right;
	padding-right: 5px;
}
.listen:link {
        background: #4f637c;
        border: 1px solid #999;
        height: 20px;
        font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
        color: #fff;
	padding-left: 5px;
	padding-right: 5px;
}
.listen:visited {
        background: #4f637c;
        border: 1px solid #999;
        height: 20px;
        font: bold 12px Arial, Helvetica, sans-serif;
        text-decoration: none;
        color: #fff;
        padding-left: 5px;
        padding-right: 5px;
}

