#imag {
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 720px;
}
#header {
	background-color: #20295D;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 720px;
	text-align: center;
}
#navi {
	background-color: #FFFFFF;
	margin: 0px;
	width: 400px;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 0px;
	line-height: 150%;
}
a:link {
	color: #FF6F6F;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #CC3333;
	text-decoration: none;
}
a:active {
	color: #996633;
	text-decoration: none;
}
#contents {
	margin: 0px;
	padding: 5px;
	height: auto;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	width: 710px;
}
.left {
	float: left;
	margin-right: 5px;
}
h1 {
	font-size: 10pt;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #996600;
	border-left-color: #996600;
	margin: 5px 0px;
	padding-left: 5px;
}
.box {
	margin: 5px 0px 10px;
	padding: 10px;
	width: 690px;
	line-height: 150%;
	background-color: #EFF2D5;
}
ul {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 10px;
	list-style-type: square;
	width: 400px;
}
li {
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	list-style-position: outside;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 5px;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 5px;
}

#topics {
	font-size: 10pt;
	font-weight: normal;
	color: #5B4414;
	text-decoration: none;
	background-color: #F7E9D0;
	margin: 5px 0px 10px;
	padding: 10px;
	border: 1px none #5B4414;
	width: 690px;
}
#topics h1 {
	font-size: 8pt;
	font-weight: bolder;
	color: #F4E8CC;
	text-decoration: none;
	margin: 0px 0px 10px;
	padding: 5px;
	border-top: none;
	border-right: none;
	border-bottom: 1px none #5B4414;
	border-left: none;
	letter-spacing: 3pt;
	background-color: #75221C;
}
.right {
	float: right;
	margin-left: 5px;
}
.navi {
	font-size: 8pt;
	padding: 0px 3px;
	color: #FFFFFF;
	background-color: #666666;
	margin-right: 5px;
	font-weight: normal;
	letter-spacing: 2pt;
}
#back {
	background-color: #FFFFFF;
	margin: 0px;
	width: 300px;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 0px;
	text-align: right;
}
