.big {
	margin-top: 0.75em;
	font-size: 133%;
}

.small {
	font-size: 80%;
}

.color {
	color: #386892;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

div.spacer {
	height: 1.5em;
}

table#topnav {
	margin: -1em 0 1em -1em;
	border-spacing: 0;
	width: 100%;
}

table#topnav tr {
	margin: 0;
	padding: 0;
}

table#topnav td {
	background-color: #73a1c9;
	border-bottom: 5px solid #386892;
	font-size: 1.25em;
	text-align: right;
	padding: 0;
	margin: 0;
	width: 10em;
}

table#topnav a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-transform: lowercase;
	text-align: center;
}

table#topnav td:hover, table#topnav td#activepage {
	background-color: #386892;
	border-bottom: 5px solid #73a1c9;
}

a.nolink:hover {
	text-decoration: none;
}

h1 {
	line-height: 133%
}

td#content table {
	border-collapse: collapse;
}

td#content table tr:nth-child(odd) {
	background-color: #eeeeee;
}

td#content table tr:first-child {
	background-color: #386892;
	color: #ffffff;
}
