body {
	background: url(../img/kb1.jpg) no-repeat top center #080808;	
	margin: 0px;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

a:link,a:visited,a:active {
	color: #1E56A5;
}

a:hover {
	color:#231E90;
}

td {
	font-family: arial, helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 12px;
	color: #999999;
}

.menu {
	padding-right:50px;
}

.title {
	font-family: arial, helvetica, sans-serif;
	line-height: 1.5em;
	font-weight: bold;
	font-size: 20px;
	color: #1E56A5;
}

.sub {
	font-family: arial, helvetica, sans-serif;
	line-height: 1.2em;
	font-weight: bold;
	font-size: 15px;
	color: #999999;
}

ul {
	list-style-type:upper-roman;
}

h1 {
	font-size: 15px;
	color: #999999;
	position:relative;	
}

h1 span {
	background:url(../img/g1.png) repeat-x;
	position:absolute;
	display:block;
	height:100%;
	width:100%;
	top:0;
	left:0;
}

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000; text-align: center; padding: 5px;
}

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

#lbImage {
	border: 10px solid #000;
}

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

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	font-family: arial, helvetica, sans-serif;
	text-transform:uppercase;
	line-height: 1.5em;
	font-weight: bold;
	font-size: 10px;
	color: #1E56A5;
	text-align: left;
	border: 5px solid #000;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 63px;
	height: 19px;
	background: transparent url(../img/closelabel.jpg) no-repeat center;
	margin: -2px 0;
}

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

#lbCaption {
	font-weight: bold;
}