/* CSS Document */

/* All pages on DISKERY except menus, topbars and newspage use this code. CGI-BIN database files have their own CSS. */

<style type="text/css">
<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
}
a {
	font-size: 16px;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #00FF00;
}
#logo {
	position:absolute;
	left:4px;
	top:4px;
	width:100%;
	height:62px;
	z-index:6;
	background-color: #000000;
}
#title {
	position:absolute;
	left:4px;
	top:66px;
	width:100%;
	height:74px;
	z-index:5;
}
.style1 {
	color: #CC3300;
	font-size: 24px;
}
.style2 {
	font-size: 18px;
	font-weight: bold;
}
.style6 {font-size: 14px}
.style9 {font-size: 10px}
.style11 {font-size: 16px}
.style12 {color: #FF0000}
.style13 {color: #FF0000; font-weight: bold; }
.style14 {color: #000000; }
.style15 {
	font-size: 12px;
	font-style: italic;
}
.style16 {font-size: 16px}
.style21 {font-size: 12px}
.style22 {
	font-size: 36px;
	font-weight: bold;
	color: #FF0000;
}
.style24 {color: #FF0000; font-weight: bold; }
-->
</style>
