body {
	color: white;
	background: black;
	background-image: url(../images/background.gif);
	/*font-family: "Tw Cen MT", Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-face-color: #17222F;
	scrollbar-arrow-color: #62E1FB;
	scrollbar-track-color: #0F1315;
	scrollbar-shadow-color: #235059;
	scrollbar-highlight-color: #347684;
	scrollbar-3dlight-color: #17222F;
	scrollbar-darkshadow-color: #0F1315;
}

a {
	color: yellow;
	text-decoration: none;
}

a:hover {
	color: #F0E68C;
	text-decoration: underline;
}

a:visited {
	color: olive;
}

hr {
	color: #235059;
}

table {
	border: none;
	border-collapse: collapse;
}

td {
	border-width: 1px;
	border-color: #235059;
}

img {
	border: none;
}

dir {
	display: none;
}

#bigtextglowblue {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: white;
	width: 300;
	height: 26;
	filter: glow(color=#347684,strength=10);
}

#bigtextglowred {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: white;
	width: 300;
	height: 26;
	filter: glow(color=red,strength=5);
}

#bigtext {
	font-size: 14px; /*14px with Arial, 16px with "Tw Cen MT"*/
	text-align: justify;
}

#smalltext {
	font-size: 10px; /*10px with Arial, 12px with "Tw Cen MT"*/
	text-align: justify;
}

#toccredits {
	font-size: 8px; /*8px with Arial, 10px with "Tw Cen MT"*/
	text-align: center;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
