body, html, h2, div, a {
	padding:0;
	margin:0;
	border-width:0;
}
h2 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h2 .username a {
	color:white;
	text-decoration:none;
}
h2 .pagetitle a {
	color:#FD9;
	text-decoration:none;
}
#interface {
	width:90%;
	background-color:#D4D0C8;
	border:1px solid black;
	border-right-width:2px;
	border-bottom-width:2px;
	margin:0;
	padding:3px;
}
#interface h2 {
	padding:2px;
	background-color:#58B;
	font-size:80%;
	color:white;
}
#interface .asheader {
	margin:0;
	padding:10px;
}
#interface .asheader a {
	color:black;
	text-decoration:none;
}
#panes {
	width:100%;
	border-collapse:separate;
	border-width:15px;
	border-spacing:5px;
}
#panes td {
	border:1px solid white;
	border-top-color:#999;
	border-left-color:#999;
	vertical-align:top;
	padding:0;
	margin:0;
}
#footer {
	text-align:center;
}
#footer a {
	color:#58B;
	text-decoration:none;
	font-size:90%;
}