body {color:black;background-color:#ddd;}
body#index_shtml {color:#ddd;background-color:black;}

a {color:#00c;}

div#nav {
	font:0.8em serif;
	width:200px;
	height:800px;
	float:left;
	border:1px solid black;
	background-color:#f5f5f5;
	color:black;
	padding:10px 0;
}
div#nav a {font-weight:bold;}
div#nav ul {
	font:1em Tahoma,sans-serif;
	margin-bottom:1em;}
div#nav li {margin-bottom:0.4em;}

div#body {text-align:center;margin-left:210px;}
div#body a.plain{text-decoration:none;color:#000;}

h1 {font-family:serif;}

table, td {text-align:left;border-color:#000;}
table th {text-align:center;}
p {text-align:justify;}

img.webButton{border:0;width:88px;height:31px}
.center{text-align:center;}
.left{float:left;}


@media print {
	div#nav {display:none;}
	div#body{margin-left:0px;}
}