@charset "utf-8";
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
body {
	scrollbar-face-color:fuchsia;
	scrollbar-highlight-color:yellow;
	scrollbar-3dlight-color:orange;
	scrollbar-darkshadow-color:red;
	scrollbar-shadow-color:gray;
	scrollbar-arrow-color:yellow;
	scrollbar-track-color:pink;
}
.HdrRedLg {
	font-size: 20px;
	font-weight: bold;
	color: #C1212B;
	text-decoration: none;
	padding-bottom: 10px;
	border-bottom: 2px solid #C1212B;
	line-height:26px;
}
.HdrRedMd {
	font-size: 16px;
	font-weight: bold;
	color: #C1212B;
	text-decoration: none;
}
.FtNote {
	font-size: 11px;
	font-style: italic;
	text-decoration: none;
}
.CopyWhite {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.CopyPink {
	font-weight: bold;
	color: #E20080;
	text-decoration: none;
}
.LinkBlack {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.LinkPink {
	font-weight: bold;
	color: #E20080;
	text-decoration: underline;
}
.LinkPink14 {
	font-size: 14px;
	font-weight: bold;
	color: #E20080;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
.CopyRed {
	color: #C31E2C;
}

