body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(../images/bkg_blue_multi.gif);
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
th {
	font-family: Arial, Helvetica, sans-serif;
}
a.menu {
	text-decoration: none;
	font-size: medium;
	color: #FFFFFF;
	background-color: #003B83;
	font-weight: bold;
	font-style: normal;
	border-top: thin none;
	border-right: thin ridge;
	border-bottom: thin none;
	border-left: thin ridge;
	padding-right: 5px;
	padding-left: 5px;
	white-space: nowrap;
}
a.menu:hover {
	text-decoration: none;
	font-size: medium;
	color: #6DC2FF;
	background-color: #003B83;
	font-weight: bold;
	font-style: normal;
	border-top: thin none;
	border-right: thin ridge;
	border-bottom: thin none;
	border-left: thin ridge;
	padding-right: 5px;
	padding-left: 5px;
	white-space: nowrap;
}
a.menuSelected {
	text-decoration: none;
	font-size: medium;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	border-top: thin none;
	border-right: thin ridge;
	border-bottom: thin none;
	border-left: thin ridge;
	padding-right: 5px;
	padding-left: 5px;
	white-space: nowrap;
}
a {
	color: #CCCCCC;
}
a.dark {
	color: #003B83;
}

.copyright {
	font-size: x-small;
}
.generalText {
	color: #FFFFFF;
}
.byline {
	font-size: small;
	color: #FFFFFF;
}
.tagline {
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	font-size: medium;
}
.padding {
	padding: 10px;
}
