body {
	background: gray;
}

a {
	color: #9f0000;
	text-decoration: none;
}

img {
	border: 0px;
}

h1 {
	font-size: 1em;
	font-weight: bold;
}

ul {
	list-style-image: url("bullet.png")
}

div.main {
	border: 1px solid black;
	width: 80%;
	text-align: left;
	background: white;
}

div.logo {
	border-bottom: 1px solid black;
	background: url("logo_bg.png");
	text-align: right;
}

div.slogan {
	background: black;
	color: white;
	text-align: center;
}

td.menu {
	width: 150px;
	background: silver;
	border-right: 1px solid black;
	text-align: right;
}

td.menu2 {
	width: 150px;
	background: silver;
	border-left: 1px solid black;
}

div.menu {
	background: white;
	border-bottom: 1px solid black;
	padding-right: 10px;
	padding-left: 10px;
}

div.menu:hover {
	background: silver;
}

td.main {
	padding: 10px;
	padding-bottom: 0px;
}

div.footnote {
	font-size: 0.8em;
	color: gray;
	text-align: center;
}


.headline {
	font-size: 20px;
}

.subhead {
	font-size: 15px;
	font-weight: bold;
}

.normal {
	font-size: 14px;
}