@charset "utf-8";
/* CSS Document */

* {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: rgb(0,0,0);
}

a {
color: rgb(0,0,0);
text-decoration: none;
}

.printhide {
display: none;
}

body {

}

#masthead {
border-bottom: 2px solid rgb(0,0,0);
}
	#masthead h1 {
	font-weight: bold;
	font-size: 28px;
	line-height: 140%;
	}
	#masthead h2 {
	font-weight: normal;
	font-style: italic;
	font-size: 20px;
	line-height: 140%;
	padding-left: 30px;
	padding-right: 30px;
	}
	#masthead p {
	display: none;
	}

#navigation {
display: none;
}

#main {

}
	
#book {
display: none;
}

#maintext {

}
	#maintext h3 {
	font-weight: bold;
	font-size: 28px;
	line-height: 140%;
	}
	#maintext h4 {
	font-weight: bold;
	font-size: 18px;
	line-height: 140%;
	}
	#maintext h5 {
	font-weight: normal;
	font-size: 18px;
	line-height: 140%;
	border-bottom: 1px solid rgb(0,0,0);
	}
	#maintext p {
	font-size: 14px;
	line-height: 140%;
	}
	#maintext li {
	font-size: 14px;
	line-height: 140%;
	}
	#maintext ul.moinf {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
		#maintext ul.moinf li {
		margin-bottom: 15px;
		}
	
#footer {
border-top: 2px solid black;
}
	#footer p {
	font-size: 14px;
	}
	#footer a {
	color: rgb(0,0,0);	
	}
