body {
	color: #003366;
	font-size: 13px;
}
h2 {
	font-size: 13px;
}
table {
	font-size: 13px;
}
.table_border {
	border: solid 1px #dcdcdc
}
a:link { color: #4169e1 ; text-decoration: none; }
a:visited { color: #4169e1 ; text-decoration: none; }
a:hover {
	color: #1e90ff;
	text-decoration: none;
	background-color: #D2FFFF;
}
a:active { color: #1e90ff ; text-decoration: none; }
.font_title {
	font-weight: bold;
}
.font_catch {
	font-weight: bold;
	font-size: 16px;
}.align_c {
	text-align: center;
}
