/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; 
	overflow:hidden;
	width:385px; 
	height:125px; 
  	z-index:100; 
}
div#wn	{ 
	position:absolute; 
	left:0px; 
	top:0px; 
	width:385px; 
	height:125px; 
	clip:rect(0px,408px,125px,0px); 
	overflow:hidden;	
	z-index:1; 
}
.content {
	position:absolute;
	visibility:visible;
	left:0px;
	top:0px;
	z-index:1;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; 
  left:0; 
  top:0;
  width:11px; 
  height:125px; 
  font-size:1px; 
  z-index:1;
  }
div#track { 
  position:absolute; 
  left:0; 
  top:12px;
  width:11px; 
  height:100px;
  background: url("../images/track.gif") #336 repeat;
  z-index:1;
  }
div#dragBar {
  position:absolute; 
  left:1px; 
  top:1px;
  width:9px; 
  height:50px;
  background-color:#ceced6;
  z-index:1;
  }  
div#up { 
	position:absolute; 
	left:0; 
	top:0; 
	z-index:2; 
}  
div#down { 
	position:absolute; 
	left:0; 
	bottom:0; 
	z-index:3; 
}
.main {
	width:380px;
	height:120px;
	margin:auto;
	text-align:left;
	vertical-align:top;
	text-align:left;
	background-image: url(../../images/spacer-brown-1.gif);
  }
td#scrollLinks  { 
	width:12px; 
}

/* Styles for demo, not necessary for scrolling layers */  
.link1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.link2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.link3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: bold;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.nav1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.nav2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
body  { 
	overflow:hidden; 
}
 
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.td1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
}