/* CSS Document */

#preface #sub {
	margin-left: 25px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-right: 25px;
	height: 330px;
	overflow: auto;
}
#preface #sub h3 {
	background-image: url(images/heading_bg.gif);
	background-repeat: repeat-x;
}
#preface {
	margin-bottom: 20px;
}
#preface p {
	margin-right: 50px;
	margin-left: 30px;
	font-size: 13px;
	line-height: 20px;
}
#preface #sub h3 {
	margin-right: 5px;
	margin-left: 5px;
	color: #0099CC;
	font-size: 14px;
}
#preface #sub ol {
	line-height: 20px;
	margin-bottom: 10px;
	color: #666666;
	margin-right: 20px;
	font-size: 13px;
}
#preface #sub ol>li {
	line-height: 18px;
	margin-bottom: 5px;
	margin-right: 30px;
	color: #666666;
}
#preface h2 {
	margin-left: 30px;
	color: #996600;
	font-size: 15px;
}
#preface em {
	color: #0033FF;
}
