BODY {
	font-family : Arial;
	font-size : 13px;
}

TD {
	font-family : Arial;
	font-size : 13px;
}

TH {
	font-family : Arial;
	font-size : 13px;
	font-weight : bold;
	text-align : left;
}

A {
	color : blue;
}

A:hover {
	color : blue;
	text-decoration : none;
}

A:visited {
	color : blue;
}

H1 {
	font-size : 26px;
	color : blue;
}

H5 {
	font-size : 16px;
	color : blue;
}

.bold {
	font-weight : bold;
}

.form {
	font-family : Arial;
	font-size : 13px;
}

.navbuttons {
	font-family : Arial;
	font-size : 11px;
}

.today {
	background-color : blue;
}

.regdate {
}

.event_flag {
}

.event {
}

.month_header {
	font-size : 18px;
	font-weight: bold;
	text-align: center;
}

.days_header {
	text-transform : uppercase;
	font-weight : bold;
	background-color : #999999;
}

.admintab_fourborders {
	border : solid thin #000000;
	background-color : #cccccc;
	text-align : center;
}
.admintab_bottomborder {
	border-bottom : solid thin #000000;
	text-align : center;
}
.admintab_threeborders {
	border-top : solid thin #000000;
	border-left : solid thin #000000;
	border-right : solid thin #000000;
	text-align : center;
}

.error_message {
	color : blue;
}