@charset "utf-8";
/* CSS Document */

.body {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

body,td,th {
	color: #000;
}
body {
	background-color: #CCC;

}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}
.header {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	font-style: normal;
	font-weight: bold;
}
.footnote {
	font-family: "Courier New", Courier, monospace;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
.subheader {
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	font-weight: bold;
	color: #000;
}
.menu {
	font-family: "Rockwell", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000;
}
