body, html {
	background-color: black;
	color: white;
}

.oneColumnContainer {
	background-color: #EEEECE;
	color: black;
}

.toptoolbar {
	width: 100%;
	height: 60px;
	background-color: black;
	color: white;
	font: 12px sans-serif;
}

#rightLinksBar {
	float: right;
	color: white;
	font: 12px sans-serif;
	font-weight: bold;
	margin-top: 30px;
	padding: 0px 4px 0px 4px;
}

.rightLink {
	margin: 5px;
	border: 0;
	padding: 0;
	color: white;
	font: 12px sans-serif;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

.formerror {
	font: 11px sans-serif;
	color: red;
}

.errorcell {
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
}

.savenotice {
	font-weight: bold;
	color: #66f;
}



