body {
	color:black;
	background:white;
	margin:0px;
	font-size:90%;
	font-family:Helvetica,Arial,sans-serif;
}

a:link		{ color:#225577; text-decoration:none; }
a:visited	{ color:#225577; text-decoration:none; }
a:hover		{ color:#225577; text-decoration:none; }
p			{ margin:1em; }
h1,h2,h3,h4	{ color:#222222; }
h1			{ font-size:200%; }
h2			{ font-size:150%; }
h3			{ font-size:120%; text-indent:0.5em; }
h4			{ font-size:100%; text-indent:1em; }

.logo		{ background:#555555; text-align:center; }
.menu		{ background:#766058; }
.langmenu	{ background:#a0a0a0; text-align:center; }

.header		{ background:#424242; }
.footer		{ background:#424242; }
.copyright	{ text-align:left; font-size:60%; }
.verinfo	{ text-align:right; font-size:60%; }
.content	{ margin:1em; border-color:white; }
.desc		{ margin-left:1em; }

div {
	margin:0.5em 0em;
	padding:0em;
	border-style:solid;
	border-width:1;
	border-color:black;
}
div.index	{ background-color:#eeeeee; }
div.caution	{ background-color:#eedddd; }
div.note	{ background-color:#d0ddee; }
div.tips	{ background-color:#cceecc; }

th.header { background:#ccd3d8; font-size:80%; }
td.data { background:#e6e6e6; text-align:center; font-size:80%; }
td.ldata { background:#e6e6e6; text-align:left; font-size:80%; }
td.caption { text-align:center; font-size:80%; }


