a {
	font-family: Arial, sans-serif;
	text-decoration:none;
}
.login:link { color:#B0B0B0; }
.login:visited { color:#B0B0B0; }
.login:hover { color:#006699; }
.login:active { color:#B0B0B0; }

html, body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 15px;
}
table,div {
	font-size: 1.8em;
	line-height: 1.8em;
	text-align: left;
	text-decoration: none;
}
.login_tbl {
	border-style: solid;
	border-width: 0px;
	border-color: #EEEEEE;
}
.login_tbl_hr {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
	line-height: 1.2em;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
.login_description {
	border-right-style: solid;
	border-right-width: 0px;
	border-right-color: #EEEEEE;
	line-height: 1.0em;
	font-weight: normal;
	color: #434343;
	text-align: justify;
	vertical-align: bottom;
	font-size: 0.4em;
}
.login_tbl_top {
	font-size: 1.6em;
	line-height: 2.0em;
}
.login_tbl_bottom {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #EEEEEE;
	font-size: 0.4em;
	line-height: 2.0em;
	vertical-align: bottom;
	text-align: right;
}
.login_tbl_spacer {
	font-size: 0.6em;
	line-height: 0.8em;
}
.login_error { 
	font-size: 0.8em;
	color: #C00000;
	text-align: center;
}
.login_text {
	font-size: 0.6em;
	color: #434343;
	text-align: right;
}
.login_field {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
}
.login_btn {
	border-style: solid;
	border-width: 0px;
	border-color: #DDDDDD;
	background-color: #EEEEEE;
	font-size: 0.8em;
	color: #434343;
	font-weight: normal;
}
.login_copyright {
	border-top-style: solid;
	border-top-width: 0px;
	border-top-color: #EEEEEE;
	font-size: 0.4em;
	line-height: 2.0em;
	vertical-align: bottom;
	text-align: right;
}

