
body {
	background-image:	url("../pic/bk_gray.gif");
	background-attachment:	fixed;
	font-family:	arial, sans-serif;
	font-size:	100%;
}

body.Chn {
	font-family:	"TSC Ukai M TT";
	font-size:	1.1em;
}

body.Chn font {
	font-family:	arial, sans-serif;
	font-size:	1.0em;
}

A:link { color: blue } 
A:visited { color: purple } 
A:active { color: red } 

.LibAddr {
	font-size:	0.75em;
	font-weight:	bold;
	text-align:	center;
	color:		green;
}

.Direction {
	margin-top:	2px;
	font-weight:	bold;
	text-align:	center;
	vertical-align:	middle;
}

div.toc_main {
	margin-left:	2.5%;
	margin-right:	2.5%;
	height:		100%;
	overflow:	auto;
	border:		1px solid gray;
}

ul.bullet, ul.nobullet {
	list-style-type:	none;
	padding:		0px;
	margin:			3px;
}

ul.bullet li {
	background-image:	url("../pic/bullet_color.gif");
	background-repeat:	no-repeat;
	background-position:	0px 5px; 
	padding-left:		20px; 
	text-align:	left;
}

ul.nobullet li {
	display:	block;
	padding:	0px;
	vertical-align:	middle;
	border: 1px inset grey;
	margin: 1px;
}


