BODY {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000;
	background-color:#cdf;
}
input, select, textarea {
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

a:link {
	color:#009;
	padding:1px;
}
a:visited { color:#606; }
a:focus {
	text-decoration:none;
	color:#f90;
	background:#000;
}
a:hover {
	text-decoration:none;
	color:#fc0;
	background:#333;
}
a:active { color:#f33; }

h1, h2, h3 {
	display:inline;
	margin:5px 0px;
}
h2 {
	color:#03c;
}
ul,ol { margin:0; }
.normaltext { font-family:Verdana,Arial,Helvetica,sans-serif; }
.errormessage {
	color:#f00;
	font-weight:bold;
}

.hideit { visibility:hidden; }
.showit { visibility:visible; }

#all {
	position:relative;
	width:700px;
}

#header {
	position:relative;
	background:#bcf;
	padding:7px;
	border:1px solid #9ad;
}
#header h1 {
	color:#029;
}

#content {
	margin:8px 0;
}

#footer {
	font-weight:bold;
	text-align:center;
}

form { display:inline; }

.datebar {
	background:#36c;
	color:#fff;
	font-weight:bold;
	padding:3px;
}

.groupname {
	background:#36c;
	font-weight:bold;
	padding:3px;
	width:420px;
}
.groupname a:link {
	color:#fff;
	text-decoration:none;
}
.groupname a:visited {
	color:#fed;
	text-decoration:none;
}
.groupname a:hover {
	color:#03c;
	background:#fff;
}
.groupname a:active {
	color:#f00;
	background:#fff;
}
