/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{
	position:relative;
	overflow:hidden;
	width:180px;
	height:2190px;
	}
div#wn	{
	position:relative;
	left:0px;
	top:0px;
	width:180px;
	height:2190px;
	clip:rect(0px, 180px, 2190px, 0px);
	z-index:1;
	overflow: hidden;
	}
div.content {
	position:absolute;
	visibility:visible;
	left:0px;
	top:0px;
	z-index:1;
	}

/* 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:2190px;
	font-size:1px;
	z-index:1;
  }
div#track {
	position:absolute;
	left:0;
	top:12px;
	width:16px;
	height:2170px;
	background: url("images/back2.gif") #336 repeat;
	z-index:1;
  }
div#dragBar {
	position:absolute;
	left:1px;
	top:1px;
	width:14px;
	height:20px;
	background-color:#EF015A;
	z-index:1;
	background-image: url(images/back3.gif);
	background-repeat: repeat;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  
div.content {

}
table.main {
	width:183px;
	text-align:left;
	font-size: 13px;
	line-height: 13px;
  }
.div_left2 a {
	color: #333333;
	text-decoration: none;
}
.div_left2 h1 {
	font-size: 18px;
	font-weight: bold;
	color: #EF015A;
	margin-bottom: 5px;
	text-transform: uppercase;
}


table.main td.text, table.main td.navs { vertical-align:top; text-align:left }
td#scrollLinks  { width:12px }
td.navs ul { margin:0; padding:0; list-style:none }
td.navs ul li { margin:0 0 .6em .4em }
td.navs ul li a { text-decoration:none }
td.navs ul li a:hover { text-decoration:underline }

