/* CSS Document */

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #477B6F;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #A4CCC4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A4CCC4;
}
a:hover {
	text-decoration: none;
	color: #72A49B;
}
a:active {
	text-decoration: none;
	color: #72A49B;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 12px;
	color: #477B6F;
	margin-bottom: -12px;
	margin-top: 24px;
}
h2 {
	font-size: 12px;
	color: #8E222F;
}
#container {
	height: 600px;
	width: 900px;
	border: 1px solid #477B6F;
}
#topNavi {
	margin-left: 26px;
	margin-top: 18px;
	color: #A4CCC4;
	letter-spacing: -0.2px;
}
#subNavi {
	height: 480px;
	width: 300px;
	margin-top: 0px;
	margin-left: 26px;
	top: 0px;
	line-height: 18px;
}
#content {
	float: right;
	height: 538px;
	width: 544px;
	overflow: auto;
	top: 0px;
}
#content p {
	line-height: 19px;
	margin-left: 12px;
	margin-bottom: -8px;
}
li {
	line-height: 19px;
	list-style-position: outside;
	list-style-type: square;
	list-style-image: url(../images/strich.gif);
	margin-left: -12px;
}
