@charset "UTF-8";

p {
	line-height: 135%; margin-left: 1em; margin-right: 1em;
	text-align: left;
	text-indent: 1em;
	font-family: "Bookman Old Style", Century, Times, "Times New Roman", serif;
}

ul li {
	font-family: "Bookman Old Style", Century, Times, "Times New Roman", serif;
	line-height: 155%; 
}

dl {
	margin-left: 2em;
}

dl dt {
	font-size: 110%;
	font-family: "Bookman Old Style", Century, Times, "Times New Roman", serif;
	line-height: 155%; 
	font-weight: bold;
}

dl dd {
	margin-bottom: 1ex;
	font-family: "Bookman Old Style", Century, Times, "Times New Roman", serif;
	line-height: 135%; 
}

address {
	font-size: 90%;
	text-align: right;
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-style: oblique;
	margin-right: 2em;
	line-height: 150%; 
}

.tohome {
	font-size: 90%;
	text-align: right;
	font-family: "Lucida Grande", "Arial", sans-serif;
	margin-right: 2em;
	line-height: 150%; 
}

.maintitle {
	font-size: 180%;
	text-align: center;
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-weight: bold;
	color: #FF8; 
	background-color: #14D;
	padding: 0.2em;
}

.subtitle {
	font-size: 140%; 
	line-height: 150%;
	text-align: center;
	font-family: Bauhaus, "Lucida Grande", "Chicago", "Arial", sans-serif;
	padding: 0.5em;
}

.figure {
	margin-top: 1ex; margin-bottom: 1ex;
	text-align: center;
	padding: 0.5em;
}

.continue {
	text-indent: 0em;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.quote {
	margin-left: 3em;
}

.bold {
	font-family: "Bookman Old Style", Century, Times, "Times New Roman", serif;
	font-weight: bold;
}

.caution {
	color: red;
}

.notice {
	color: green;
}

