body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	background-color: #666666;
}

A:link { color:black; text-decoration:underline }
A:visited { color:#000000; text-decoration:underline; }
A:active { color:black; text-decoration: none; }
A:hover { color:red; text-decoration:underline }

.table-999999 { background-color: #999999; }
.table-F3F3F3 { background-color: #F3F3F3; }
.table-C0C0C0 { background-color: #C0C0C0; }

.font-10px {
	font-size: 10px;
	line-height:12px;
	text-transform: none;
	color: #000000;
}
.font-10px-Gray { font-size: 10px; line-height:13px; color:#666666; }
.font-10px-DarkGray { font-size: 10px; line-height:13px; color: #333333; }
.font-10px-Red { font-size: 10px; line-height:13px; color:#CC0000; }
.font-10px-Orange { font-size: 10px; line-height:13px; color:#FF6600; }
.font-10px-White { font-size: 10px; line-height:13px; color:#FFFFFF; }
.font-10px-Green { font-size: 10px; line-height:13px; color:#009900; }
.font-10px-Orange-midashi {
	font-size: 10px;
	line-height:25px;
	color: #FF6600;
	font-style: normal;
	font-weight: bold;
}

.font-12px {
	font-size: 12px;
	line-height:14px;
	text-transform: none;
	color: #000000;
}
.font-12px-Gray { font-size: 12px; line-height:14px; color: #666666; }
.font-12px-DarkGray { font-size: 12px; line-height:14px; color: #333333; }
.font-12px-Red { font-size: 12px; line-height:14px; color: #CC0000; }
.font-12px-Orange { font-size: 12px; line-height:14px; color: #FF6600; }
.font-12px-White { font-size: 12px; line-height:14px; color: #FFFFFF; }
.font-12px-Green { font-size: 12px; line-height:14px; color: #009900; }

.font-14px {
	font-size: 14px;
	line-height: 17px;
	text-transform: none;
	color: #000000;
}
.font-14px-Gray { font-size: 14px; line-height: 17px; color:#666666; text-transform: none; }
.font-14px-Red { font-size: 14px; line-height: 17px; color:#CC0000; text-transform: none; }

.font-20px {
	font-size: 24px;
	line-height: 22px;
	font-family: "Courier New", Courier, mono;
	color: #000000;
}

.dotline{ margin-top: 5px; margin-bottom: 5px; border-bottom: 1px dotted #666666; }
.dotline2{ margin-top: 1px; margin-bottom: 1px; border-bottom: 1px dotted #666666;
