@charset "UTF-8";
/* CSS Document */


#faq {
	position: absolute;
	top: 250px;
	right: 180px;
	z-index: 4;
	}
#text {
	color: #ddd;
	width: 345px;
	overflow:auto;
	height:450px;
	position: absolute;
	top: 300px;
	right: 45px;
	line-height: normal;
	font-size:.9em;
	letter-spacing: .09em;
	z-index: 3;
}	

.title {
	/*font-weight:bold;*/
	font-size:1.2em;
	color: #90b3c7;
	font-style:italic;
	}
	
.faqs_title {
	color: #8b9296;
}

.subtitle {
	/*font-weight:bold;*/
	font-size: 1.1em;
	color:#6d8ea1;
}	
	
li {
	list-style: outside;
}

a:link {
	color:#999;
	}
a:visited {
	color:#999;
	}	
a:hover {
	text-decoration:none;
	color:#aaa;
	}
a:focus {
	outline:none;
	}	

#topLeftScrollTrack { 
	position: absolute; 
	top: 0em; left: 31em; 
	width: 0.8em; 
	height: 39em;
	margin: 0em;
	padding: 0em; 
	background: #ccc;
	}
	
#topLeftScrollThumbTrack {
	position: absolute; 
	top: 0px; left: 0em; 
	width: 0.575em; 
	height: 39em;
	margin: 0em;
	overflow: visible; 
	}
		
#topLeftScrollThumb { 
	position: absolute; 
	top: 0em; left: 0em; 
	width: 0.875em; 
	height: 8.50em;
	margin: 0em;
	border: none; 
	}
	
#topLeftContentClip { 
	position: absolute; 
	top: 0em; left: 0em; 
	width:30em;
	height: 40em;
	margin: 0em;
	overflow: hidden;
	padding-rigth:10px;
	}
	 
#topLeftContent { 
	position: absolute; 
	top: 0em; left: 0em; 
	width: 100%;
	height: auto;
	margin: 0em;
	
	}
	#link_names {
		position:absolute;
		top:280px;
		right:430px;
		line-height:1.0em;
		font-size:0.9em;
		color:#333333;
		z-index:4;
		text-align:right;
	}
	
	#link_names p {
		padding: 0;
		margin: 0;
		}	
	
	#link_names a{
		color: #F4F2F2;
		text-decoration:none;
	}

	#link_names a:visited {
		color:#F4F2F2;
		text-decoration:none;
	}	
	
	#link_names a:hover {
		color:#333;
	}
	
	#link_names a:focus {
		outline:none;
	}				
	
