@charset "UTF-8";
body {
	margin-top: 20px;
}
a:link {
	color: #1689CA;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}
h1 {
	font-size: 15px;
	color: #EF4123;
	margin-bottom: -10px;
}
h2 {
	font-size: 12px;
	color: #1689CA;
	margin-bottom: -12px;
}
.head {
	font-size: 15px;
	color: #EF4123;
	font-weight: bold;
}
body,td,th {
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 17px;
}
.body_bold {
	font-weight: bold;
}
.body_bold_blue {
	font-weight: bold;
	color: #0f4f82;
}
ul {
	list-style-type: square;
}
