/*** silence tutorial page style*/div#statebar {	padding: 10px;	font-family: "Courier New", Courier, monospace;	font-size: large;	font-weight: bolder;	background-color: #EBEBEB;	text-align: center;	line-height: normal;	vertical-align: middle;	border: 1px solid #FF9933;	cursor: default;}div#info {	font-family: Arial, Helvetica, sans-serif;	color: #FF0000;}#highlight {	width: 300px;	border: thin solid #66CCFF;	position: absolute;}.text {	font-family: "Lucida Console";	color: #333333;	background-color: #EBEBEB;	width: 60%;	position: relative;	margin-top: 50px;	text-align: center;	vertical-align: middle;	line-height: 40px;}/*** faq page style*/.faq-ans{  border-bottom: dashed thin gray;  /*height: 40px;*/  width: 100%;}.faq-top {  vertical-align: bottom;  text-align: left;  margin-left: 10px;  margin-bottom: 10px;}.faq-text{  margin: 35px 10px;}