body {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 0px;
	padding: 0px;
	background-image: url(imgs/bgtop.jpg);
	background-repeat: repeat;
	background-position: center;
}
#top {
	background-position: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#bod {
	background-image: url(imgs/nerbackground-3.gif);
	background-position: right bottom;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	vertical-align: top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 80%;
	border: medium groove #525252;
}
#bot {
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px auto 100px;
	background-color: #D1D1D1;
	text-align: right;
	font-weight: bold;
	text-transform: lowercase;
	width: 80%;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-right-color: #807F7D;
	border-bottom-color: #807F7D;
	border-left-color: #807F7D;
}
h3 {
	font-variant: small-caps;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #807F7D;
	margin: 0px;
	background-color: #D1D1D1;
}
p {
	color: #000000;
	margin-left: 5px;
}

.slight {
	width: 450px;
	color: #454545;
	padding: 2px 2px 2px 5px;
	font-weight: bold;
}

.info {
	width: 150px;
	font-size: smaller;
	color: #666666;
	text-decoration: none;
}
.menu {
	text-transform: lowercase;
	margin: 0px;
	padding: 0px 0px -10px 15px;
	background-color: #D1D1D1;
}
.item {
	text-decoration: none;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 2px 6px 0px;
	padding-top: 2px;
	font-weight: bold;
}
a.item:link {
	border-right: medium groove #ACAAAB;
	border-bottom: medium groove #ACAAAB;
	border-left: medium groove #ACAAAB;
	background-color: #818181;
	color: #DEDEDE;
}
a.item:hover {
	border-right: medium ridge #404040;
	border-bottom: medium ridge #404040;
	border-left: medium ridge #404040;
	background-color: #3B3B3B;
	color: #ECECEC;
}
a.item:active {
	border-right: medium groove #ACAAAB;
	border-bottom: medium groove #ACAAAB;
	border-left: medium groove #ACAAAB;
	background-color: #D1D1D1;
	color: #6E6C6D;
}
a.item:visited {
	border-right: medium ridge #404040;
	border-bottom: medium ridge #404040;
	border-left: medium ridge #404040;
	background-color: #6E6C6D;
	color: #ECECEC;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	color: #525252;
	background-color: #D1D1D1;
	border: 1px dotted #000000;
}
.trans {
	background-color: #fff;
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}
.trans td {
	color: #000;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
