/* INSIDER ACCESS CSS */

#wrap {
	margin:0 auto;
	width:640px;
}
body {
	background: #ffffff;
	margin: 25px;
	padding: 0px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
	text-align: left;
}
.body_txt {
	font-size: 11px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	color: #666666; 
	line-height: 18px; 
}
.body_bold {
	font-size: 11px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #666666; 
	line-height: 18px;
	margin: 0 0 -10px 0; 
}
.body_red {
	font-size: 12px; 
	font-family:Arial, Helvetica, sans-serif; 
	color: #990000; 
	line-height: 18px;
	margin: 0 0 -10px 0; 
}
.acc_fact {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 14px;
}
.stat_number {
	font-size: 24px;
	font-family:Arial, Helvetica, sans-serif;
	color: #990000;
}
.box {
	border:#CCCCCC solid 1px;
}	
.logo1 {
	width:200px;
	float:right;
	padding: 10px;
	margin:14px 0 10px 10px;
	border:#CCCCCC solid 1px;	
}
.logo2 {
	float:right;
	padding: 10px;
	margin:4px 0 10px 10px;
	border:#CCCCCC solid 1px;	
}
.logo2a {
	float:right;
	padding: 10px;
	margin:14px 0 10px 10px;
	border:#CCCCCC solid 1px;	
}
.logo3 {
	float:left;
	padding: 10px;
	margin:6px 10px 10px 0;
	border:#CCCCCC solid 1px;	
}
.byline {
	font-size: 10px; 
	font-family:Arial, Helvetica, sans-serif; 
	color: #000000; 
	line-height: 18px;
	text-align:left;
	font-style:italic;
}
p.story {
	font-size: 18px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	color: #333333; 
	line-height: 24px; 
	margin-bottom:0;
	padding-bottom:0;
}
.story_header {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	line-height: 18px;
	background-color: #666666;
}
.story_header_red {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	line-height: 18px;
	background-color: #990000;
}
a:link.story_header_red {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	line-height: 18px;
	background-color: #990000;
}
a:active.story_header_red {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	line-height: 18px;
	background-color: #990000;
}
a:visited.story_header_red {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	line-height: 18px;
	background-color: #990000;
}
a:hover.story_header_red {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff9900;
	line-height: 18px;
	background-color: #990000;
}
.date {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;
	line-height: 18px;
	text-align: right;
}
.header {
	font-size: 24px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	color: #333333; 
	line-height: 18px;
}
a:visited {
	color : #333333; 
	font-weight : normal; 
	text-decoration : none;
}
a:link {
	color : #990000; 
	font-weight : normal; 
	text-decoration : none;
}
a:hover {
	color : #000000; 
	font-weight : normal; 
	text-decoration : none;
}
a:active {
	color : #990000; 
	font-weight : normal; 
	text-decoration : none;
}


/* 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;
}
