/* CSS Document */

/* This is for the DISKERY database program when it is displaying the selection table. */

<style type="text/css">
<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
}
a {
	font-size: 16px;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FF00FF;
}
.titlestylewht {
	color: #CC3300;
	font-size: 18px;
	font-weight:bold;
	background-color:#FFFFFF;
}
.copyright {
    color:#D4D4D4;
	font-size:10px;
}
.contentstylewht {
    color: #000000;
	background-color:#FFFFFF;
	font-size: 16px;
}
.blankblk {
     color:#FFFFFF;
     background-color:#000000;
}
.selecttbl {
     color:#000000;
     background-color:#D4D4D4;
}
.allwhite {
     color:000000;
     background-color:#FFFFFF;
}
#contentwht {
	position:absolute;
	left:0px;
	top:145px;
	width:100%;
	z-index:6;
	color:#000000;
	background-color: #FFFFFF;
}
#titlewht {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:90px;
	z-index:5;
}
-->
</style>
