/* CSS Document */

body {

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

}

.table {

	font-family: "Courier New", Courier, monospace;

	font-size: 9pt;	

	letter-spacing: 1px;

}

.text {

	font-family: "Courier New", Courier, monospace;

	font-size: 9pt;	

	letter-spacing: 1px;

}

.text_box {
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
	letter-spacing: 1px;
	line-height: 16pt;
}


input, textarea {

	font-family: "Courier New", Courier, monospace;

	font-size: 9pt;

	letter-spacing: 1px;

	border: 1px solid #CCCCCC;

	color: #999999;

}

.input_login {
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
	letter-spacing: 1px;
	color: #999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
	background-color: #E7DAED;
}

.input_login_button {
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
	letter-spacing: 1px;
	color: #999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E7DAED;
}

.input_button {
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
	letter-spacing: 1px;
	line-height: 16pt;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #8A4D84;
}

a {

	font-family: "Courier New", Courier, monospace;

	font-size: 9pt;

	letter-spacing: 1px;

	text-decoration: none;

}

a:hover {

	font-family: "Courier New", Courier, monospace;

	font-size: 9pt;

	letter-spacing: 1px;

	text-decoration: underline;

}

.article_title {

	font-family: "Courier New", Courier, monospace;

	font-size: 9pt;

	letter-spacing: 5px;

}