body {
	background-color: #111;
	margin: 0 auto 0 auto;
	max-width: 1200px;
	min-width: 1005px;
	position: relative;
}
* {
	font-family: "Lucida Grande","Lucida Sans Unicode", sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	color: #999;
}
p {
	margin: 0 0 0 0;
}
p + p {
	text-indent: 12pt;
}
p#capT {
	font-size: 10pt;
	line-height: 11pt;
	color: white;
}
p.caption {
	font-size: 10pt;
	line-height: 11pt;
	color: #999;
}
p.splist {
	text-indent: 0;
	margin-top: 5.5pt;
	font-size: 10pt;
	line-height: 11pt;
	color: #999;
}
i, em {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-style: italic;
}
* a {
	text-decoration:none;
	font-size: inherit;
	line-height: inherit;
	display: block;
	width: 100%;
}
* a:hover {
	background-color: #999;
	color: #666;
}
table.header h3 {
	text-align: center;
	width: 100%;
	line-height: 18pt;
	margin: 0 0 0 0;
}
table.header {
	width: 100%;
}
table.header td {
	width: 33.3%;
}
table.header a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	border-style: none;
	padding: 0 0 0 0;
}
table.menubar td {
	width: 20%;
	padding: 0 0 0 0 ;
}
table.menubar {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
table.menubar p {
	text-align: center;
	width: 100%;
	line-height: 18pt;
	margin: 0 0 0 0;
}
table.menubar a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	border-style: none;
	padding: 0 0 0 0;
}
h2 {
	display: block;
	font-weight: normal;
	font-size: 22pt;
	text-align: center;
	line-height: 20pt;
	margin: 0 0 0 0;
	letter-spacing: 2px;
}
h3 {
	font-size: 20pt;
	line-height: 20pt;
	font-weight: normal;
	letter-spacing: 9px;
	margin: 0;
	padding-bottom: 4px;
	color: #999;
}
h4 {
	font-size: 16pt;
	float: left;
	font-weight: bold;
	line-height: 15pt;
}
h5 {
	font-size: 12pt;
	font-weight: normal;
	color: #999;
	margin-bottom: 6pt;
	margin-top: 0;
}
div#capDiv {
	position: absolute; 
	padding: 10px 10px 10px 10px; 
	margin: 0 auto 0 auto;
	text-align:left; 
	visibility: hidden; 
	background-color: black; 
	opacity: 0.6; 
	filter: alpha(opacity = 60); 
	z-index: 10;
}
div#wn img {
	cursor: pointer;
}
div#wn { 
	position: relative;
    width:100%; 
	height:102px; 
    overflow:hidden;
	}
div#scrollbar { 
    position: relative; 
    width:100%; height:11px;
    display:block;
    font-size:1px;
  }
div#track { 
    position:absolute; left:0; top:0;
    width: 100%; 
	height:11px; 
    background: #333;
  }
div#dragBar {
    position:absolute; 
	left:1px; 
	top:1px;
    width:10px; 
	height:9px; 
    background-color:#999;
  }

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#left, div#right {
    -moz-user-select: none;
    -khtml-user-select: none;
}

/* so no gap or misplacement due to image vertical alignment font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block; 
    } 
