/* lightbox */
html{
	

}
.lb {
	width:100%;
	padding:15px 0;
	font-family: WOL_Reg, 'Segoe UI', Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	color: rgb(69, 69, 69);
	font-size: 13px;
	line-height: 20px;
	margin:0 27px;

}
.lb h1 {
	color:#fff;
	font-family: 'Segoe Pro Light', 'Segoe UI Light', 'Segoe Light', Segoe, Arial, sans-serif;
	font-weight: 200;
	margin:0 0 0 -3px;
	font-size: 45px;
	line-height: 36px;
	text-align: center;
	color:#FFFFFF;
	padding-right:30px;
}

.lb2 h1 {
	color:#fff;
	font-family: 'Segoe Pro Light', 'Segoe UI Light', 'Segoe Light', Segoe, Arial, sans-serif;
	font-weight: 200;
	margin:0 0 0 -3px;
	font-size: 45px;
	line-height: 1.5;
	text-align: center;
	color:#FFFFFF;
	padding-right:30px;
}

.lb h2 {
	color:#1570A6;
	font-family: 'Segoe Pro Light', 'Segoe UI Light', 'Segoe Light', Segoe, Arial, sans-serif;
	margin:0 0 0 -1px;
	font-size:22px;
	line-height:30px;
	font-weight: 200;
}
.lb h3 {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:22px;
	font-weight: 200;
	margin-left : 16px;
	text-indent : -16px;
	color:#3c3c3c;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.lb h4 {
	color:#333;
	font-family: Arial;
	font-size:13px;
	line-height:20px;
	font-weight: 200;
	margin-left : 60px;
	text-indent : -60px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.lb p {
	font-weight:bold;
}
.lb li {
	margin-bottom:15px;
}
.lb a {
	color: #9b4f96;
	position: relative;
	text-decoration: underline;
}
.lb a:hover {
	color: #00bcf2;
	left: 1px;
	position: relative;
	top: 1px;
	text-decoration: none;
}

