/* CSS Document */
body {
	padding: 0;
	margin: 0;
	background-color: #016bb5;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}

.text_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.text_title a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.text_title a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.text_title a:hover {
	color: #BEFCF9;
	text-decoration: underline;
}

.text_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #016BB5;
	text-decoration: none;
}

.line {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #FFFFFF;
}
.line_down {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #66CCFF;
}
.h24 {
	line-height: 24px;
}
.h18 {
	line-height: 18px;
}

