body {
	background-color: #E1A9F1;
	color: #ffffff;
}

a {
	color: white;
}

#footer {
	color: white;
	background-color: #5C0E73;
}

#content {
	background-color: #AA54C3;
	border-right-color: #C47BD9;
	border-left-color: #C47BD9;
}

#logo {
	background: url('/images/freshlogopurple.gif') fixed no-repeat;
}

a.menucell {
	background: #C47BD9;
	border-bottom-color: #5C0E73;
	color: #FFFFFF;
}
a:hover.menucell, #selected {
	background-color: #F4CFFF;
	color: #5C0E73;
}

a:hover.menucell {
	border-bottom-color: #C47BD9;
}

.formtextarea, .formfield, .formbutton {	color: #AA54C3;
}