body {
	margin: auto;
	margin-top: 15px;
	width: 500px;
	background-color: #000000;
	background-image: url(images/back.jpg);
	background-attachment: fixed;
}
body,td,input,textarea,select  {
	color: #ffffff;
	font: 9px verdana;
}
form {
	display: inline;
}

body {
	scrollbar-face-color: #000000; scrollbar-shadow-color: #000000; 
      scrollbar-highlight-color: #000000; scrollbar-3dlight-color: #000000; 
      scrollbar-darkshadow-color: #000000; scrollbar-track-color: #000000; 
      scrollbar-arrow-color: #000000}

table {
	border-collapse: collapse;
}
#list table {
	width: 100%;
}
#list th {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #AAA;
	border-top: 1px solid #AAA;
	padding: 3px;
}
#list td {
	vertical-align: top;
	border-bottom: 1px solid #CECECE;
	padding: 3px;
}
.image   { float: left; margin-right: 5px; margin-bottom: 5px }
.frmobj {
	float: left;
	font-weight: bold;
	padding-top: 3px;
	width: 90px;
}
.frmtext {
	padding-left: 93px;
}
a  { color: #C1A872; text-decoration: none; background-color: transparent }
a:hover {
	text-decoration: none;
	color: #999999;
}
h1   { color: #999999; font: bold 9px verdana }
h2  { color: white; font: bold 9px verdana; margin-top: 0 }
a.author {
	text-decoration: none;
	color: #ffffff;
	float: right;
}
a.author:hover {
	text-decoration: none;
}

.hr  {
	font-size: 0;
	clear: both;
	margin: 7px 0;
	height: 0;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
}
ul {
	list-style-type: square;
}
.imagedisplay {
float: none; margin-right: 5px; margin-bottom: 5px
}
