body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	color: #000000;
	scrollbar-track-color:#000000;
	scrollbar-face-color:#333333;
	scrollbar-3dlight-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-arrow-color:#000000;
	}

table,tr,td {
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	color: #000000;
	}

.sz01 {
	font-size:10pt;
	}

.sz02 {
	font-size:13pt;
	}

.sz03 {
	font-size:8pt;
	}

.tabhead{
	background-color:#666666;
	color:#FFFFFF;
	font-size:9pt;
	font-weight:bold;
	letter-spacing:3px;
	padding-left:10px;
	}
	
#nav a {
	display:block;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
	text-decoration:none;
	color:#FFFFFF;
	background:transparent;
	border-bottom:1px solid #333333;
	border-top:1px solid #999999;
	}

#nav a:hover { 
	background:#777777;
	}
	
#nav_title {
	display:block;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
	text-decoration:none;
	color:#FFFFFF;
	background:transparent;
	border-bottom:1px solid #333333;
	border-top:1px solid #999999;
	}
	
.button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#333333;
	background-color:#CCCCCC;
	border-top: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #444444;
	border-bottom: solid 1px #444444;
	}

.listbox {
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	}
	
.input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	background-color: #CCCCCC;
	padding-left: 2px;
	border-top: solid 1px #444444;
	border-left: solid 1px #444444;
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	scrollbar-track-color:#CCCCCC;
	scrollbar-face-color:#999999;
	scrollbar-3dlight-color:#CCCCCC;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-shadow-color:#CCCCCC;
	scrollbar-darkshadow-color:#CCCCCC;
	scrollbar-arrow-color:#666666;
}

a:link {
	text-decoration:underline;
	color:#000000;
	}

a:visited {
	text-decoration:underline;
	color:#000000;
	}

a:active {
	text-decoration:underline;
	color:#000000;
	}

a:hover {
	text-decoration:none;
	color:#000000;
	}
a:focus { outline: none; }

