A:link {
	font-weight: normal;
	text-decoration: none;
	color: #0000FF;
}
A:visited {
	font-weight: normal;
	text-decoration: none;
	color: #0000FF;
}
A:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}

BODY {
	padding: 20px 0px 20px 0px;
}

FORM {
	margin: 0px;
	padding: 0px;
}

TABLE {
	border-collapse: collapse;
}

TABLE.login-style1 {
	border: 1px solid #C0C0C0;
	font-size: 12px;
}

TABLE.login-style1 TD {
	padding: 0px 10px 0px 10px;
}

TABLE.login-style1 INPUT {
	width: 160px;
}

TABLE.style1 {
	border: 1px solid #C0C0C0;
}

TABLE.style2 {
	border: 1px solid #C0C0C0;
}

TABLE.style3 {
	padding: 2px 2px 2px 2px;
}

TABLE.style3 TD {
	border-bottom: 1px solid #808080;
}

TABLE.style4 {
	border-collapse: collapse;
}

TABLE.style4 TD {
	border-bottom: 0px solid #FFFFFF;
}

INPUT.button {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 16px;
	width: 120px;
	height: 28px;
}

INPUT.text {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 240px;
	height: 20px;
}

SELECT.text {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	width: 245px;
	height: 24px;
}

DIV.memo {
	display: inline;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #559C05;
}

DIV.copyright {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #606060;
}

DIV.copyright A:link {
	text-decoration: none;
	color: #606060;
}

DIV.copyright A:visited {
	text-decoration: none;
	color: #606060;
}

DIV.copyright A:hover {
	text-decoration: none;
	color: #0000FF;
}