@charset "utf-8";
/* #################################################################################################################
		FAQ style
   ################################################################################################################# */
.contwrapperFAQ {
	overflow: auto;
	background: #FFFFFF;
	height: auto;
}
.Faqsidebar {
	float: left;
	height: 2000px;
	width: 200px;
	overflow: hidden;
	background: url(../image/sidebar.gif);
	color: #FFFFFF;
}
.Faqsidebar a{
	font-size:100%;
	line-height: 150%;
}
.Faqsidebar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.Faqsidebar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.Faqsidebar a:hover {
	text-decoration: underline;
}

.FaqTitle {
	color: #FFFFFF;
	background: #07455F;
	height: 50px;
	width: 640px;
	font-size: 140%;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-left: 5px;
}
.FaqQ {
	color: #FFFFFF;
	background: #07455F;
	width: 640px;
	margin-top: 20px;
	padding-left: 5px;
	margin-bottom: 5px;
	line-height: 140%;
}
.FaqA {
	width: 635px;
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 15px;
	line-height: 140%;
}
#wrapper .contwrapperFAQ .maincont {
	float: right;
}

#wrapper .header h1 {
	text-indent: -9999px;
}
#wrapper .contwrapperFAQ .Faqsidebar .sidebarSface p {
	text-align:left;
	font-size:80%;
}
