#footer {
	width:700px;
	margin:0px auto;
	margin-top: 10px;
	position: relative;
	height: 20px;
	border-top-width: 1px;
	border-top-color: #8E8A88;
	border-top-style: solid;
	clear: both;
}

#footer ul {
	position:relative; 
	width:700px; 
	padding: 0px; 
	margin: 0px; 
	font-family: Verdana, "Arial Black", sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	height: 20px;
}

#footer ul li {
	list-style-type: none;
	display: block;
	float: right;
	padding: 0px;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 20px;
}

#footer ul li a {
	color: #000000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}

#footer ul li a:hover {
	background-color: #CCCCCC;
	color: #000000;
}

.temp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #CC9900;
}
.loginerror {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
}

