body { 
	background: white; 
	font-family: Verdana,Arial,monospace; 
	font-size: 7pt; 
	color: darkgray; 
	margin-top: 10px;
	margin-left: 0px;
}
table.mother { 
	border-top-width: 1px;
	border-top-style: solid; 
	border-top-color: #CFCFCF;
	border-bottom-width: 1px;
	border-bottom-style: solid; 
	border-bottom-color: #CFCFCF;
}
table.child { 
	/*border-right-width: 1px;
	border-right-style: solid; 
	border-right-color: #CFCFCF;*/
}
td.box { background: #EFEFEF; font-family: Verdana,Arial,monospace; font-size: 8pt; color: black;
	border-left-width: 1px;
	border-left-style: solid; 
	border-left-color: #CFCFCF;
}
td.boxinside { background: #EFEFEF; font-family: Verdana,Arial,monospace; font-size: 8pt; color: black; }
table.nav {	background: black; }
td.nav { color: white; font-family: Verdana,Arial,monospace; font-size: 8pt; }
a.nav:link, a.nav:active, a.nav:visited { color: white; font-weight: bold; text-decoration: none; }
a.nav:hover { background: #3F3F3F;  /*text-decoration: underline;*/ }
td.content { font-family: Verdana,Arial,monospace; font-size: 10pt; color: black;}
a:link, a:active, a:visited { color: blue; }
a:hover { color: red; }
h3 { font-size: 14pt; font-weight: bold; }
h4 { font-size: 13pt; font-weight: bold; }
h5 { font-size: 12pt; font-weight: bold; text-decoration: none; }
hr { color: #BFBFBF; }
