﻿
body {
	0.8em;
}

h1 {
	color: rgb(0,121,41);
	background-color: #eee;
	padding: 5px;
	
}

h2 {
	color: #000; /*rgb(99,221,141);*/
	background-color: #eee;
	padding: 5px;
	padding-left: 8px;
	border-left: 5px solid #aaa;
}

h3 {
	color: rgb(26,103,52);
	font-size: 12pt;
	font-weight: bold;
}

img {
	margin: 10px;
	margin-top: 0px;
}

td {
	font-size: 11pt;
}

table.type1 {
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #999;
}

table.type1 tr th,
table.type1 tr td {
	vertical-align:top;
	horizontal-align:left;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #999;
	padding: 3px;
}

table.type1 tr th {
	background-color: #eee;
}

table.menu_table {
	border: 0px solid #ddd;
	width: 200px;
}

table.menu_table tr td {
	padding: 4px;
}

table.menu_table tr th {
	background-color: #fff; /*rgb(0,187,63)*/;
	text-align: left;
	padding: 5px;
	padding-bottom: 3px;
	border-width: 0px;
	border-bottom: 2px solid rgb(0,187,63); /*#aaa;*/
}

table.menu_table tr td ul {
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding: 0px;
}

table.menu_table tr td ul li {
	padding: 0px;
	list-style-type: none;
}

table.menu_table tr th a {
	text-decoration: none;
	color: #fff;
}


table.menu_table tr td ul li a {
	text-decoration: underline;
}


div.sep {
	height: 20px;
}

span.wikipedia_yori {
	color: #999;
}