body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin-left: 20px;
	margin-top: 5px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #F5F3DC;
	text-decoration: none;
	
}
a:visited {
	color: #F5F3DC;
	text-decoration: none;
}
a:hover {

	color: #666666;
	text-decoration: none;
}
a:active {
	text-decoration: none;

}
.disc { list-style-type: disc; }
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.normalText {
	font-size: 12px;
	color: #999999;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: normal;
}
.boldtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
}

.subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.scrollLinks
{color: #CCCCCC;
font-size: 11px;

}
.menutitle{
font-size: 12px;
color: #CCCCCC;
cursor:pointer;
margin-bottom: 2px;
background-color:#333333;
width:100px;
padding:2px;
text-align:center;
border:1px solid #cccccc;
}

.submenu{
margin-bottom: 1em;
font-size: 11px;
font-weight:normal;
}

/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:390px; height:150px; 
	background-color:#333333;
  z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	background-color:#333333;
	left:15px; top:0px; 
	width:370px; height:150px; 
	clip:rect(0px,370px, 200px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
	
	div#holdP	{ 
	overflow:hidden;
	width:130px; height:250px; 
	background-color:#333333;
  z-index:100; 
	}
	div#wnP	{ 
	position:absolute; 
	background-color:#333333;
	left:0px; top:0px; 
	width:200px; height:200px; 
	clip:rect(0px, 380px, 290px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
	
	
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	background-color:#333333;
	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:160px; 
  font-size:1px; z-index:1;
  background-color: #333333;
  }
  
  div#scrollbarP { 
  position:absolute; left:1px; top:0;
  width:11px; height:160px; 
  font-size:1px; z-index:1;
  background-color: #333333;
  }
div#track {
	position:absolute;
	left:0;
	top:12px;
	width:11px;
	height:136px;

	z-index:1;
	 background-color: #999999;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#666666;
  z-index:1;
  }  
div#up {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	background-color: #333333;
}  
div#down {
	position:absolute;
	left:0;
	bottom:0;
	z-index:3;
	background-color: #333333;
}  

/* Styles for demo, not necessary for scrolling layers */  

table.main { 
 background-color:#333333;
  width:440px; 
  margin:auto; text-align:left;
  }
  table.mainP { 
 background-color:#333333;
  width:200px; 
  margin:auto; text-align:left;
  }

.content
{
font-size: 12px;
color: #F5F3DC;

}

h3
{
color:#FFFFCC;
}
.test {
	position: absolute;
	visibility: visible;
	bottom: 44px;
	}
.test2 {
	position: absolute;
	visibility: visible;
	left: 22px;	
}
