BODY,
TD,
INPUT,
SELECT {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.small {
	font-size:11px;
}

.big {
	font-size:16px;
}

.smallbold {
	font-size:11px;
	font-weight:bolder;
}

a:link,
a:visited,
a:active,
a:hover {
	color: blue;
}

/* For the numbers in the calendar */
a:link.calendarDays,
a:visited.calendarDays,
a:active.calendarDays,
a:hover.calendarDays {
	font-size:32px;
	font-weight:bolder;
}

/* The NC names in the search results */
a:link.searchresults,
a:visited.searchresults,
a:active.searchresults,
a:hover.searchresults {
	font-family: Arial;
	font-size: 13px;
}

/* The "Go Back" button */
a:link.goback,
a:visited.goback,
a:active.goback,
a:hover.goback {
	color: #0000AA;
	font-weight:bolder;
}
