@charset "utf-8";

body {
	margin:0px;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#004488;
}
.head_1 {
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	color:#000099;
}

.head_2 {
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	color:#333333;
}
.text_1 {
	font-family:Arial;
	font-size:8pt;
	color:#333333;
}
.text_2 {
	font-family:Arial;
	font-size:8pt;
	color:#999999;
}
a.link_1 {
	color:#333333;
	text-decoration:none;
}
a.link_1:hover {
	color:#FFFFFF;
	text-decoration:none;
}
a.link_2 {
	color:#333333;
	text-decoration:none;
}
a.link_2:hover {
	color:#999999;
	text-decoration:underline;
}
a.link_3 {
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
a.link_3:hover {
	color:#333333;
	text-decoration:none;
}
a.link_4 {
	color:#0066FF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
a.link_4:hover {
	color:#000033;
}