html, body, #b1, #b2, #b3, #page {
	padding:0;
	margin:0;
	border:none;
	width:100%;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
body {
	color:#000000;
	background-color:#ffffff;
}
#b1, #b2, #b3 {
	position:absolute;
	top:0;
	left:0;
}
#b1 {
	background:transparent url(../images/ftp-layout-bottom.jpg) left bottom repeat-x;
}
#b2 {
	background:transparent url(../images/ftp-layout-left.jpg) left top repeat-y;
}
#b3 {
	background:transparent url(../images/ftp-layout-right.jpg) right top repeat-y;
}
h1 {margin:0;}
h2 {font-size:small}
img {border:0;}
table {border-collapse:collapse;}
.style1 {
	font-size:x-large;
	font-weight:normal;
}
a {
	text-decoration:none;
	font-weight:bold;
}
a:hover {text-decoration:underline;}
#menu a:link, #menu a:visited {color:#000000;}
#stage a:link, #stage a:visited {
	color:#ffffff;
	font-weight:normal;
}
#menu {
	line-height:4em;
	position:absolute;
	top:20px;
	left:0;
	width:118px;
}
#stage {
	background-color:#4A2312;
	color:#ffffff;
	padding:10px;
	position:absolute;
	top:20px;
	left:123px;
	right:0px;
	min-height:200px;

}
#content {margin:0 132px 118px 142px;}
#content2 {
	clear:left;
	position:relative;
}
td {vertical-align:top;}
th {
	text-align:right;
	font-weight:normal;
}
