A {
	color		: #0066ff;
	text-decoration	: none;
}

A:visited {
	color		 :#0066ff;
}

A:hover {
	color		 :#ff6600;
	text-decoration	: underline;
}

BODY {
	margin		: 0px;
	background	: #ededed url(../images/top_bg.gif) repeat-y center;
	font-size		: 12px;
}

.header {
	width		: 710px;
	font-size		: 12px;
	line-height	: 16px;
}
.header TD {
	vertical-align	: top;
}
.navi {
	width		: 710px;
	height		: 20px;
	font-size		: 10px;
}
.hback {
	font-size		: 10px;
	text-align	: right;
}
.searchfld {
	width		: 130px;
	margin-right	: 3px;
}
.f {
	width		: 710px;
	border		: solid #333333;
	border-width	: 1 0 0 1px;
	font-size		: 12px;
}
.f TD {
	border		: solid #333333;
	border-width	: 0 1 1 0px;
}


