body {
	margin: 0px; /* IE/FF default margin = 8px */
	padding: 0px; /* opera default padding = 8px */
}

body, table.whole {
	background-color: #888;
}

table.whole{
	margin-left: 0px;
}
table.menu {
	width:   160px;
	/*background-image: url("bg_line.gif");
	background-position: center;
	background-repeat: repeat-y;*/
	border-color: black;
	border-style: solid;
	border-left-width:   0px;
	border-right-width:  1px;
	border-top-width:    0px;
	border-bottom-width: 0px;
	margin-left: 0px;
	/*background-repeat:     no-repeat;
	background-attachment: fixed */
	background-color: #CCC;
}
tr.menu, td.menu {
	border-width:   0px;
	padding-left: 0px;
	color: #000;
	background-color: #CCC;
}
.highlight{
	font-style: italic;
	font-weight: bold;
}
.top {
	border-color: black;
	border-style: solid;
	border-left-width:   0px;
	border-right-width:  0px;
	border-top-width:    0px;
	border-bottom-width: 1px;
	color: #44F;
	background-color: #88F;
	background-image: url('logo.png');
	background-repeat: no-repeat;
	background-position: center right;
	font-size: 150%;
	height:110px;
}

td.main {
	width: 40em; /* scale with font size */
	padding-left: 10px; /* inside main window */
	padding-right: 10px; 
	padding-bottom: 10px; 
	color: #3A3;
	background-color: #AFA;
	text-align: justify;
	/*text-indent: 3em; also for headers*/
}

p,table,li,address,h1,h2,h3,h4 {
	margin-left: 10pt;
	font-family: sans-serif, arial; 
	font-size: 10pt;
	color: #3A3;
	background-color: #AFA;
}

p,li,th,td {
	font-size: 100%;
}

h1,h2,h3,h4,hr {
	color:#A55 ;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
p {
	margin-top: 0px;
}
h1{ font-size: 180%; }
h2{ font-size: 140%; }
h3{ font-size: 120%; }
h4{ font-size: 100%; }
a:link     { color:#A55 }
a:visited  { color:#A55 }
a:active   { color:#F55 }
a:hover    { color:#F55 }

/*
style="background-repeat:repeat-y;" onload="init(); initWindow(true);"
  background="bg_line.gif"
*/
