body {
	color : #333399;
	background: white;
	scrollbar-face-color:#993366;
	scrollbar-shadow-color:#cccccc;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#cccccc;
	scrollbar-darkshadow-color:#993366;
	scrollbar-track-color:#ffffff;
	scrollbar-arrow-color:#ffffff;
	zfont: small/1.5em Arial, Helvetica, sans-serif;
	}  

* html body {
	zfont-size: x-small; /* for IE5/Win */
	zfont-size: small; /* for other IE versions */
}

h2 {
	color : maroon;
}

a {
	font-weight : bold;
}

a:link {color:#993366; font-size : 100%;}
a:visited { color: #993366; font-size : 100%;}
a:active {color:#0000FF; font-size : 100%;}
a:hover {color:#0000FF; font-size : 100%; background-color : white;}

#footnote {
	color : #0000CD;
	zfont : bold 90%/1.5em Arial, Helvetica, sans-serif;
	}

#tblinfo {
  table-layout: fixed;
	border-collapse: collapse;
	border : thin solid maroon;
	width : 480px;
	color : maroon;
	zfont: Bold 90%/1.5em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}

#tblinfo th {
	color : Maroon;
	line-height : 25px;
	text-align : left;
	padding-left : 5px;
	padding-right : 5px;
	width : 120px;
}

#tblinfo td {
	color : Navy;
	text-align : left;
	line-height : 25px;
	width: 360px;
}

.super {
	vertical-align : super;
	zfont-size : 75%;
	font-weight : bold;
}

.tblsession {
	table-layout: fixed;
	border-collapse: collapse;
	color : Maroon;
	zfont-size : 90%;
	font-weight : normal;
}

