@charset "utf-8";
.LinkBoxBorder {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666666;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
.BottomLine {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
}
.TopLine {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
.BGNoRepeat {
	background-repeat: no-repeat;
	background-position: right top;
}
.Border {
	border: thin solid #666666;
}
.BodyText1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}
.BodyText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

