#font_adjust {
	font-size: 90%;
}

#font_adjust h1 {
	font-size: 110%;
}

#font_adjust h2, #font_adjust h3 {
	font-size: 100%;
}

#font_adjust td, #font_adjust th, #font_adjust h4, #font_adjust h5, #font_adjust h6 {
	font-size: 90%;
}

.red {
	color: red;
	font-weight: bold;
}

.blue {
	color: blue;
}

#application {
	font-weight: bold;
	text-align: left;
}

#application h1 {
	color: blue;
	text-align: center;
}

#application td {
	font-weight: bold;
}

option.category_heading {
	color: white;
	font-weight: bold;
	background-color: darkslategray;
	text-align: center;
}

#calendar {
	margin-bottom: 50px;
}

#calendar td.navigation {
	border: 0;
	height: 20px;
	text-align: center;
}

#calendar td.navigation a {
	font-size: 24px;
	text-decoration: none;
}

#calendar tr th.month {
	border: 0;
	padding: 10px;
	font-size: 18px;
}

#calendar tr.days th {
	width: 100px;
}

#calendar th, #calendar td {
	border: 1px solid silver;
}

#calendar td {
	padding: 5px;
	height: 80px;
	vertical-align: top;
	font-size: 12px;
}

#calendar td span {
	font-weight: bold;
	color: navy;
}

#list td {
	border-bottom: 1px solid silver;
	vertical-align: top;
}

address {
	font-weight: bold;
}
