h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color:#CC0000;
}
legend {
	color: #CC0000;
	font-variant:small-caps;
}
td {
	color: #FFFFFF;
}
.form_error {
	border:1px solid black;
	background-color:#CC0000;
}
.statustopright {
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:821px;
	padding: 3px;
/*	border-left: 1px solid black;
	border-bottom: 1px solid black; */
	text-align:right;
	color:#990000;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
}
body {
	color: #FFFFFF;
}
a {
	color: #CC0000;
	font-size:smaller;
}

.calendar {
	width:75%;
	margin-left:auto;
	margin-right:auto;
}
.events {
	width:80%;
	text-align:center;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}
.event {
	text-align:left;
	padding-bottom:10px;
}
.caption {
	width:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
	text-align:center;
}