html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

body {
	min-height:100%;
	height:auto !important;
	height:100%;
	position:relative;
}

body, input {
	font-family:arial,verdana,sans-serif;
	font-size:13px;
	color:#606574;
}

a:link, a:active, a:hover, a:visited {
	color:#7B90AC;
}

a:link, a:active, a:visited {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a img {
	bordeR:0px;
}

table {
	border-collapse:collapse;
}

table td, table th {
	padding:0px;
}

form {
	margin:0px;
	padding:0px;
}

/* login */
div#login {
	position:absolute;
	top:0px;
	left:4%;
	color:#373B4B;
	font-size:12px;
}

div#login table th {
	color:#024E86;
	font-weight:normal;
}

div#login input.login {
	background:#D7DCE5;
	border-top:1px solid #8D9BAE;
	border-left:1px solid #8D9BAE;
	border-right:0px;
	border-bottom:0px;
	font-size:12px;
	width:81px;
}

div#login input.loginSubmit {
	margin-top:2px;
	margin-left:2px;
}

div#login table th, div#login table td {
	padding:5px 3px 1px 3px;
}

div#login table td.div {
	padding:0px 8px 0px 8px;
}


/* copy */
div#copy {
	height:51px;
	color:#7C8193;
	width:260px;
}

div#copy div.content {
	font-size:12px;
	padding:0px 0px 11px 34px;
}

div#copy div.line {
	font-size:1px;
	height:10px;
	background:#366187;
}
