body {
	margin: auto;
	margin-top: 10px;
	width: 720px;

}
body,td,input,textarea,select  { color: #42616b; font: 9px verdana }
form {
	display: inline;
}

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

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: #42616B; text-decoration: none; background-color: transparent }
a:hover {
	text-decoration: none;
	color: #996666;
}
h1   { color: #42616b; font: bold 9px verdana }
h2  { color: black; font: bold 9px verdana; margin-top: 0 }
a.author {
	text-decoration: none;
	color: #CCC;
	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: solid;
	border-top-color: #42616b;
}
ul {
	list-style-type: square;
}
.input-box 
{
	color: #ffffff;
	border: #666666 solid 1px;
	background-color: #42616b;
} 

.submit-button 
{ 
color: #ffffff; 
background: #42616b; 
border: 1px #666666 outset 
}
