body {
	background-color:#212121;
	color: #FFFFCC;
	scrollbar-face-color:#212121;
	scrollbar-highlight-color:#404040;
	scrollbar-shadow-color:#000000;
	scrollbar-3dlight-color:#616161;
	scrollbar-arrow-color:#A1A1A1;
	scrollbar-track-color:#000000;
	scrollbar-darkshadow-color:#000000;
	margin: 0;
	padding: 0;
}

#login {
	border:0px; 
	border:none; 
	margin: 1.0em auto;
	padding: 1.5em;
	width: 45em;
	background-color: #000000;
}

#intro {
	background: url(intro.jpg) no-repeat top center;
	height:338px;
	width:auto;
	margin-top: 0;
	background-color: #000000;
}

#login h1 {
	background: url(logo.png) no-repeat top center;
	height:86px;
	width:auto;
	margin-top: 0;
	background-color: #000000;
}

#login h1 a {
	display: block;
	text-indent: -1000px;
	height: 66px;
	border-bottom: none;
}

#login #error {
	background: url(error.jpg) no-repeat top center;
	width:100%;
	height:263px;
	margin-top: 0;
	background-color: #000000;
}

a:link, a:visited {
	color: #CC9900; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #CC9900; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
	text-decoration: underline;
}
	
ul {
	margin: 0px 0px 0px 0px;
}

li {
	list-style: inside 3px;
}

p {
	color: #FFFFCC;
	font: Arial, Helvetica, sans-serif; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px; 
}

h1 {
	color: #CC9900;
	font: Arial, Helvetica, sans-serif; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
}

h2 {
	color: #CC9900; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
}

