@charset "utf-8";
.navi {
	font-family: Verdana;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
}
.navi:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #73839C;
	text-decoration: none;
}
.border {
	border: 1px solid #414A5B;
}

.txt {
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	color: #485063;
	text-decoration: none;
}
.line {
	border-left-style: none;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #363D4D;
}
.lineleft {
	border-left-width: 1px;
	border-left-style: double;
	border-left-color: #485265;
}

.gradbg {
	background-image: url(../images/gradbg.jpg);
	background-repeat: repeat-x;
}
.bd {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #474F62;
	border-left-color: #474F62;
}
.header {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #DC0000;
	text-decoration: none;
}
