a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a
 {outline:none;}

body,td,th {
	color: #999999;
}

.copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.copyrightInside {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}
.copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}

/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:306px; height:325px; 
  z-index:100; 
	}
div#wn	{ 
	position:relative; 
	left:0px; top:0px; 
	width:306px; height:325px; 
	clip:rect(0px, 306px, 325px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	visibility: hidden;
	}

div#scrollbar { 
  position:relative; left:0; top:0;
  width:12px; height:25px; 
  z-index:1;
  }

div#track { 
  position:absolute; left:0; top:12px;
  width:12px; height:25px;
  z-index:1;
  }

div#up {
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
}
  
div#down {
	position:absolute;
	left:0px;
	bottom:0;
	z-index:3;
}  

td#scrollLinks  { width:12px }
div.contentTitles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	visibility: hidden;
}
