html, body {
	width   : 100%;
	height  : 100%;
	padding : 0;
	margin  : 0;
}

body{
	font-size:90%;
	color: #000;
	font-family:lucida sans, verdana, sans-serif;
	background:#fff;
}

h1{
	font-family:lucida sans, sans-serif;
	font-size:300%;
	color:#000;
}

a{color:#000; text-decoration:none; line-height:150%;}

.loc{color:#00f; text-decoration:underline;}

li{line-height:120%;}

.tx{
	left:230px;
	top:10px;
	width:72%;
	height:95%;
	z-index:1;
	position:relative;
	overflow:auto;
	background:#fff;
	scrollbar-arrow-color: #f00;
	scrollbar-base-color: #ddd;
}

.tx2, .tx3, .txf{
	background:#ddf;
	width:580px;
	padding:10px;
}

.tx3{width:816px;}

.txf{width:666px;}

.bq{margin-left:100px;}

.fx{
	background:#fff;
	left:20px;
	top:10px;
	width:200px;
	z-index:2;
	position:fixed;
	font-size:100%;
	color:#fff;
}
.fx2{
	background:#aaf;
	padding:20 0 20 0;
	margin-bottom:30;
}

