span.SPLerror {
	font-weight: bold;
	color: #FF0000;
}
span.SPLloggedin {
	font-weight: bold;
	color: #090;
	font-size: 11px;
}
span.SPLloggedin a {
	color: #090;
	text-decoration: none;
}
span.SPLloggedin a:hover {
	text-decoration: underline;
}
span.SPLmyPages {
	float: left;
}
ul#SPLuserMenu {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid red;
}
ul#SPLuserMenu li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}
ul#SPLuserMenu li a {
	font-size: 12px;
	text-decoration: none;
}
ul#SPLuserMenu li a:hover {
	text-decoration: underline;
}
div#SPLclearer {
	clear: both;
}
