@charset "utf-8";
/* CSS Document */

#nav p {
	text-indent: -3px;
	padding: 0px 6px;
}
hanging {
	text-indent: -3px;
	padding: 0px 6px;
}
.bold {
	font: bold;
}
.boldgreen {
	color: #00FF00;
	font-weight: bold;
}
.calday {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.center {
	text-align: center;
}
.centerbold {
	text-align: center;
	font: bold;
}
.largebold {
	font-size: large;
	font-weight: bold;
}
.largeboldred {
	font-size: large;
	font-weight: bold;
	color: #FF0000;
}
.notice {
	font-weight: bold;
	color: #990000;
}
.red {
	color: #FF0000;
}
.small {
	font-size: small;
}
.smallbold {
	font-size: small;
	font-weight: bold;
}
h1,h2,h3 {
	text-align: center;
}
