body,p,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
body {
	background-color: White;
	margin: 0px;
}
h1 {
	font-size: large;
}
h2 {
	font-size: medium;
}
a {
	color: Maroon;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.grey {
	background-color: Gray;
}
.lightgrey {
	background-color: #CCCCCC;
}
.maroon {
	background-color: Maroon;
}
.footer {
	text-align: center;
	font-size: smaller;
}
.greyline {
	border-bottom: 1px solid Gray;
}
.whitesep {
	border-bottom: 1px solid White;
}
.news,.navigation {
	border: 2px solid Gray;
	background-color: Silver;
}
.newstable {
	font-size: smaller;
}
.newsheader {
	font-variant: small-caps;
	text-align: center;
	border-bottom: 2px solid Maroon;
	color: White;
}
.subnav {
	text-align: right;
	font-size: smaller;
}
img.boxed {
	border: 1px solid Silver;
}
.caption {
	text-align: center;
	font-size: xx-small;
}
.blackbox {
	border: 1px solid Black;
}