body, textarea {
	background-color:#FFFFFF;
	scrollbar-base-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#99AA88;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#333333;
	scrollbar-track-color:#99AA88;
	margin: 0px;
}

.content {
	width:100%;
	height:400px;
	vertical-align:top;
	background-image:url(images/table_bg.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#navi {
	width: 130px;
	height: 398px;
	text-align: left;
}

#spacer {
	width: 130px;
	height: 258px;
	background-color:#C3D2BA;
}

#navi ul {
width:130px;
margin-left:0;
padding-left:0;
margin-top:0px;
padding-top:0px;
list-style-type:none;
font: 12px Verdana, Arial;
text-align:left;
}

#navi a {
	display: block;
	width: 130px;
	height: 20px;
	background-color: #C3D2BA;
	text-indent: 3px;
	text-align: left;
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

#navi a:hover {
	display: block;
	width: 130px;
	height: 20px;
	background-color: #EEEAD4;
	text-align: left;
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a {
	font-family: Verdana, Arial;
	color: #C3D2BA;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #C3D2BA;
	font-weight:bold;
	text-decoration: none;
}

.header {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #000000;
	background-color: #E8E4BE;
}

.head {
	font-family: Verdana, Arial;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}

.copy {
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height:14px;
	color: #000000;
	text-decoration: none;
}

.small {
	font-family: Verdana, Arial;
	font-size: 9px;
	line-height:11px;
	color: #000000;
	text-decoration: none;
}