@charset "utf-8";
/* CSS Document */
body, td, th {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	/*background-color: #FDF8E3;*/
	background-image:url(/images/top_bg1.gif);
	background-repeat:repeat-x;
}
input {
	font-size: 12px;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color:#993300;
	text-decoration: underline;
}

.font_1 {
	font-size:14px;
}
.font_1 a:link {
	font-size:14px;
	text-decoration: none;
}
.font_1 a:visited {
	font-size:14px;
	text-decoration: none;
}
.font_1 a:hover {
	font-size:14px;
	color:#990000;
	text-decoration: underline;
}
.font_2 {
	font-size:14px;
	font-weight:bold;
}
.font_2 a:link {
	font-size:14px;
	text-decoration: none;
	font-weight:bold;
}
.font_2 a:visited {
	font-size:14px;
	text-decoration: none;
	font-weight:bold;
}
.font_2 a:hover {
	font-size:14px;
	color:#990000;
	text-decoration: underline;
}
.font_3 {
	font-size:12px;
	color:#0000CC;
}
.font_3 a:link {
	font-size:12px;
	color:#0000CC;
	text-decoration: none;
}
.font_3 a:visited {
	font-size:12px;
	color:#0000CC;
	text-decoration: none;
}
.font_3 a:hover {
	font-size:12px;
	color:#FF0000;
	text-decoration: underline;
}
.Input_1 {
	width: 200px;
}
.overflow {
	table-layout: fixed;
}
.overflow td {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
