@charset "UTF-8";
/* CSS Document */
a:link {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	background-color: #FF6600;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FF6600;
	text-decoration: underline;
}
a {
	font-weight: bold;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}
.copyGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
	text-align: left;
}
.copyListGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 26px;
	color: #333333;
	background-image: url(../images/bg_list_lines.gif);
	background-repeat: repeat;
	text-align: left;
}
.copySubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FF6600;
	font-weight: bold;
	text-align: left;
}
.copyGreyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
	text-align: left;
	font-weight: bold;
}
.copyNewsSubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
	color: #FFFFFF;
	text-align: left;
	background-color: #FF6600;
	font-weight: normal;
}
.copyNewsDatesSubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 21px;
	color: #FFFFFF;
	text-align: left;
	background-color: #333333;
	font-weight: normal;
}
.greyCard_00 {
	background-image: url(../images/bg_footer_greycard.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
}
.greyCard_01 {
	background-image: url(../images/bg_footer_greycard_01.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
}
.greyCard_02 {
	background-image: url(../images/bg_footer_greycard_02.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
}
.greyCard_03 {
	background-image: url(../images/bg_footer_greycard_03.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
}
.greyCard_04 {
	background-image: url(../images/bg_footer_greycard_04.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
}
.greyCard_05 {
	background-image: url(../images/bg_footer_greycard_05.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
}
.greyCard_06 {
	background-image: url(../images/bg_footer_greycard_06.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
}
.greyCard_07 {
	background-image: url(../images/bg_footer_greycard_07.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
}
.pullOutTable {
	padding-top: 14px;
	padding-right: 45px;
	padding-bottom: 45px;
	padding-left: 45px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(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(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(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;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
