a {
	font-weight: bold;
	color: rgb(100,100,100);
	text-decoration: none;
	}
a:hover {
	color: #404040;
	text-decoration: none;
	}
body {
	color: rgb(100,100,100);
	background-color: #8f8f8f;
	font-family: sans-serif;
	text-decoration: none;
	}
table.content table.content tr {
	width: 100%;
	border-left: 1px #404040 solid;
	border-top: 1px #404040 solid;
	background-color: #efefef;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	}
table.shadow {
	position: relative;
	z-index: 0;
	width: 95%;
	top: 55px;
	display: inline-table;
	border-top: 0px;
	border-bottom: 4px #202020 solid;
	border-right: 6px #202020 solid;
	background-color: #efefef;
	margin-top: 80px;
	}
table.shadow2 {
	position: relative;
	z-index: 0;
	width: 95%;
	display: block;
	border-top: 0px;
	border-bottom: 4px #202020 solid;
	border-right: 6px #202020 solid;
	background-color: #efefef;
	margin-top: 80px;
	}
.banner {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2;
	display: inline-table;
	background: #404040;
	width: 100%;
	border-bottom: 4px #202020 solid;
	}
.foo {
	font-weight: bold;
	padding-top: 5px;
	}
.credits {
	position: relative;
	width: 90%;
	text-align: right;
	font-size: 8pt;
	display: inline-table;
	top: 55px;
	}
input {
	color: rgb(100,100,100);
	border: 1px #404040 solid;
	background-color: #efefef;
	}
textarea {
	color: rgb(100,100,100);
	border: 1px #404040 solid;
	background-color: #efefef;
	}
img {
	border: none;
	text-decoration: none;
	}