#leftbox {
	margin:0;
	padding:0;
	height:100%;
	width:20%;
	position:fixed;
	_position:absolute;
	left:0;
	top:0;
}

#mainbox {
	margin:0 0 0 20%;
	padding:0;
	height:100%;
	_overflow:auto;
}

.futta{
	right:10px;
	position:absolute;
	bottom:10px;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}

.center{
	text-align:center;
}

.fb{
	font-weight:bold;
}

.times{
	font-family: times new roman;
}

.fs7{
	font-size:7pt;
}

.fs9{
	font-size:9pt;
}

.fs11{
	font-size:11pt;
}

.fs13{
	font-size:13pt;
}

.fs15{
	font-size:15pt;
}

.fs17{
	font-size:17pt;
}

.fs19{
	font-size:19pt;
}

.red{
	color:rgb(255,0, 0);
}

.blue{
	color:rgb(0,100,255);
}

.orange{
	color:rgb(255,120,0);
}

.bgwhite{
	background-color:rgb(0,0,0);
}

.bgblack{
	background-color:rgb(0,0,0);
}

.bgblue{
	background-color:rgb(0,100,255);
}

.bgorange{
	background-color:rgb(255,120,0);
}