/* CSS Document */
Body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    scrollbar-face-color:#E6E6E6; 
    scrollbar-arrow-color:#FFFFFF; 
    scrollbar-3dlight-color:#E6E6E6; 
    scrollbar-highlight-color:#FFFFFF; 
    scrollbar-shadow-color:#C0C0C0; 
    scrollbar-darkshadow-color:#E6E6E6; 
    scrollbar-track-color:#E6E6E6;
	background-color: #777777;
}
a:link {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
	text-decoration: none;
}
a:active {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	text-decoration: none;
}
a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	text-decoration: none;
}
.RegTableFrame {
	background-color: #C0C0C0;
	width: 450px;
}
.RegTable {
	font-size: 10px;
	text-align: justify;
	background-color: #FFFFFF;
	color: #777777;
	width: 100%;
}
.UserTable {
	font-size: 10px;
	text-align: center;
	background-color: #FFFFFF;
	color: #777777;
	width: 100%;
}
.news {
	font-size: 10px;
	background-color: #FFFFFF;
	color: #777777;
	width: 100%;
}
.spot {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
.RegInput {
	font-size: 10px;
	color: #777777;
	width: 175px;
	border: 1px solid #777777;
}
.DateInput {
	font-size: 10px;
	color: #777777;
	width: 60px;
	border: 1px solid #777777;
}
.NumInput {
	font-size: 10px;
	color: #777777;
	width: 40px;
	border: 1px solid #777777;
}
.FormTitle {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	text-align: center;
	vertical-align: top;
}
.copyright {
	font-size: 9px;
	color: #C0C0C0;
	text-align: right;
}
.curHand {
	cursor: hand;
}
.label {
	font-weight: bold;
}
.warning {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
