BODY {
	BORDER-RIGHT: medium none; BORDER-TOP: medium none; MARGIN-TOP: 0px; PADDING-LEFT: 0px;
	MARGIN-LEFT: 0px; BORDER-LEFT: medium none; PADDING-TOP: 0px; BORDER-BOTTOM: medium none;
	BACKGROUND-COLOR: white
}
TABLE {
	FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana
}
TR {
	FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana
}
TD {
	FONT-SIZE: 10px; COLOR: #6b685a; FONT-FAMILY: Verdana
}

#main-out {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 167px;
z-index: 21;
}

#page-width {
position: relative;
left: 0px;
top: 0px;
width: 880px;
height: 167px;
z-index: 21;
}

#controller {
	position: absolute;
	right: 15;
	bottom: 15;
	width: 45px;
	height: 20px;
	padding-left: 3px; 
	border: 1px solid #222222;
	z-index:21;
}

form {
margin: 0;
padding: 1px 0px 2px 0px;
}

.startbutton{
	height: 18px;
	width: 18px;
	border: none;
	background: url(go.gif) no-repeat;
	background-position: center center;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	outline: none;
}
.startbutton:hover{
	height: 18px;
	width: 18px;
	border: none;
	background: url(go-hover.gif) no-repeat;
	background-position: center center;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
}
.stopbutton{
	height: 18px;
	width: 18px;
	border: none;
	background: url(stop.gif) no-repeat;
	background-position: center center;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	outline: none;
}
.stopbutton:hover{
	height: 18px;
	width: 18px;
	border: none;
	background: url(stop-hover.gif) no-repeat;
	background-position: center center;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
}