/* CSS Document */
<!--
body {
	background-image: url(pictures/page-bg_stripes.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #5E6E7B;
	text-decoration: none;
}

a.detail {
	color: #4D575F;
	text-decoration: none;
}

a.navi {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #5E6E7B;
	text-decoration: overline underline;
}

a.detail:hover {
	color: #4D575F;
	text-decoration: overline underline;
}

a.navi:hover {
	color: #EDEDED;
	font-weight: bold;
	text-decoration: none;
}

td {
	color: #5E6E7B;
}

.browse {
	font-size: 10px;
}

.fat {
	font-weight: bold;
}

.active {
	color: #C0C0C0;
	font-weight: bold;
}

.error {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}

.whitebg {
	background-color: #FFFFFF;
}

.input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-style: solid;
	border-color: #5E6E7B;
	border-width: 1px;
	background-color: #F4F4F4;
	height: 12px;
}
#free {
	font-size: 10px;
	position: absolute;
	visibility:hidden;
	z-index: 0;
	top: 0;
	left: 0;
}
-->
