.texthead {
	font-family:  Arial, Futura;
	font-size: 12px;
	color: black;
	font-weight:bold;
	
	line-height: 18px;

	text-align: left;
	cursor: text;
	padding-left:6px;
	padding-right:10px;	
}
.text {
	font-family:  verdana;
	font-size: 11px;
	color: #ffffff;
	text-align: none;
	cursor: text;
	padding-left:1px;
	padding-right:4px;	
}

.tab {
	font-family:  verdana;
	font-size: 11px;
	color: #C4F0FF;
	text-align: none;
	cursor: text;
	padding-left:2px;
	padding-right:6px;	
}
.heading1 {
	font-family:  verdana;
	font-size: 15px;
	color: #BDE8F8;
	font-weight:bold;
	text-align: none;
	cursor: text;
	padding-left:2px;
	padding-right:6px;	
}



.news {
	font-family:  Tahoma, Arial, Futura;
	font-size: 10px;
	color: #253758;
	text-align: left;
	cursor: text;
	padding-left:6px;
	padding-right:10px;	
}
.newslink {
	font-family:  Tahoma, Arial, Futura;
	font-size: 10px;
	color: #606060;
	text-align: left;
	cursor: hand;
	font-weight:bold;
	
}
A.newslink:visited {
	font-family:  Tahoma, Arial, Futura;
	font-size: 10px;
	color: #606060;
		font-weight:bold;
	text-align: left;
	cursor: hand;
		
}

A.newslink:hover {
	color: #0059AA;
	cursor: hand;
	
}

.bottomlink { 
font-family:  Tahoma, Futura;
font-size: 11px; color: #59699A;
font-weight: nornal;
text-align: center;
}

.link1 { 
font-family:  verdana;
	font-size: 11px;
	color: #C4F0FF;
	text-align: none;
	padding-left:1px;
	padding-right:4px;
}


A.link1:visited {
font-family:  verdana;
	font-size: 11px;
	color: #C4F0FF;
	text-align: none;
	padding-left:1px;
	padding-right:4px;
}

A.link1:hover {
font-family:  verdana;
	font-size: 11px;
	color: #ffffff;
	text-align: none;
	padding-left:1px;
	padding-right:4px;

}

a {  
text-decoration: none
}

.copyrights { 
font-family: Tahoma, Arial, Futura;
font-size: 11px; color: #59699A;
font-weight: nornal;
text-align: center;
}
/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{
	position:relative;
	overflow:hidden;
	width:500px;
	height:300px;
	z-index:100;
	visibility: visible;

	}
	
	
div#wn	{
	position:absolute;
	left:0px;
	top:0px;
	width:500px;
	height:300px;
	clip:rect(0px, 480px, 500px, 0px);
	overflow:hidden;
	z-index:1;
	
	}
	
div.content {
	position:absolute;
	visibility:hidden;
	left:0px;
	top:0px;
	z-index:1;
	width: 500px;
	height: 300px;
	
	}
	

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; right:25px; top:0px;
  width:7px; height:250px; 
  font-size:1px; z-index:1;
  }
  
  
div#track { 
  position:relative; right:8; top:5px;
  width:7px; height:240px;
  background-color:white;
  /*background: url("/images/track.gif") #320 repeat;*/
  z-index:1;
  }
  
  div#track2 { 
  position:absolute; left:0; top:8px;
  width:7px; height:660px;
  background-color:white;
  /*background: url("/images/track.gif") #320 repeat;*/
  z-index:1;
  }
  
div#dragBar {
  position:absolute; right:-5px; top:-5px;
  width:7px; height:20px;
  background-color:#A0A8B9;
  z-index:1;
  }  
  div#dragBar2 {
  position:absolute; left:1px; top:-5px;
  width:7px; height:650px;
  background-color:#A0A8B9;
  z-index:1;
  }  
div#up { position:absolute; left:-8; top:-16; z-index:1 }  
div#down { position:absolute; left:-8; bottom:-15; z-index:2 }  
