BODY {
	background: #f1f1f2 url(/interim/media/page-bg.png) top center repeat-y;
	font-family: Verdana;
	font-size: 13px;
	color: #858587;
	margin: 0px;
	line-height: 20px;
}

DIV, TD {
	font-family: Verdana;
	font-size: 13px;
	color: #858587;
	line-height: 20px;
}

P {
	margin: 12px 0px;
}

H2 {
	font-size: 14px;
	margin: 0px;
	white-space: nowrap;
	text-align: right;
	width: 90px;
	color: #58595b;
}

H3 {
	font-size: 14px;
	margin: 0px;
	white-space: nowrap;
	color: #bf311a;
}

a:link, a:visited, a:active, a:link IMG, a:visited IMG {
	border: 0;
	outline: none;
	text-decoration: none;
	color: #858587;
}
a:hover,  {
	text-decoration: underline;
}


/* CONTENTS */

#main {
	margin: 12px 0px 0px 30px;
	width: 885px;
}
.line {
	border: 1px solid #dddddf;
	border-width: 0px 0px 1px 0px;
}
.legal {
	font-size: 9px;
}



/* SLIDES */

#slides {
	height: 155px;
	vertical-align: top;
}
.slide {
	font-size: 11px;
}
BLOCKQUOTE {
	font-size: 23px;
	color: #bf311a;
	line-height: 31px;
	margin: 0px;
	padding: 0px;
	width: 740px;
	height: 130px;
	overflow: hidden;
}
#slideLegend {
	margin-top: -20px;
	font-size: 12px;
	float: right;
}
#slideLegend A {
	display: inline-block;
	width: 10px;
	text-align: center;
}


/* HEADER */
#header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 157px;
}
#header TABLE {
	margin: 50px auto;
	width: 980px;
}
#header * {
	font-style: oblique;
	color: #808285;
}

/* FOOTER */
#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	background: #D2D2D4 url(/interim/media/footer-bg.png) top center no-repeat;
}
#footer TABLE {
	margin: 20px auto;
	width: 980px;
}
#footer * {
	color: #808285;
	font-size: 10px;
}

/* CONTENT & SCROLLER */
#content {
	position: fixed;
	top: 157px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.fader {
	position:absolute; 
}

#content_area {
	margin: 0px auto;
	width: 980px;
	/* padding-left: 15px; */
	height: 100%;
	position: relative; 
}

#scrollbar_track {  
    position: absolute;  
    top: 0;  
    right: 40px; 
    height: 100px;  
    width: 7px;  
	border: 1px solid #dbdcde;
	cursor: move pointer; 
} 
 
#scrollbar_handle {  
    width:7px;  
    background: transparent url(/interim/media/scroller/handle-mid.gif) repeat-y 0 0;;  
    cursor: pointer;  
} 

#scrollbar_handle TABLE {
	height: 100%;
}
 
#scrollbar_content {  
    overflow: hidden;  
    height: 100px;
    /* padding-right: 20px; */
}  
