a {	text-decoration: none;
	font-weight: bold;
}

dl { margin-bottom: 3pt; }

table.header {
	background-color: white;
	margin: 0px;
	padding: 0px;
	border: none;
}

table.navigation {
	border: solid rgb( 0, 0, 102) 2px;
	border-width: 2px;
	margin-left: -5px;
	margin-top: -5px;
}

a.nav-dark:link { color: rgb(0, 0, 102); }
a.nav-dark:visited { color: rgb(0, 0, 102); }
a.nav-dark:active { color: rgb(255, 0, 0); }

a.nav-light:link { color: white; }
a.nav-light:visited { color: white; }
a.nav-light:active { color: white; }

td.dark { background-color: rgb( 0, 0, 102); }
td.light { background-color: white; }

td.body-text {
	border-left: solid rgb( 0, 0, 102);
	border-left-width: 1px;
	padding: 5px;
}

div.dark-border {
	border: solid rgb(0, 0, 102) 2px;
	padding: 0px;
	margin: 0px;
	width: 596px;
}