html {
	overflow: auto;
}
body {
	background: #fff url(../images/fon2.gif);
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
}
a:hover {
	text-decoration: underline;
}
a:active {
	background: none;
}
table {
	background: url(../images/faq.gif) no-repeat scroll center;
	text-align: justify;
	width: 760px;
	height: 420px;
	border: 0px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
td {
	padding: 0px;
}
.head {
	font: 48px arial, helvetica, sans-serif;
	color: #556d85;
}
.subhead {
	font: 36px arial, helvetica, sans-serif;
	color: #556d85;
}
.bigtext {
	font: bold 12px arial, helvetica, sans-serif;
	color: #556d85;
	text-decoration: none;
	padding: 6px 0px;
}
.text {
	font: 10px/13px arial, helvetica, sans-serif;
	color: #999;
	padding-right: 350px;
}
.basepad {
	font: bold 12px arial, helvetica, sans-serif;
	color: #556d85;
	padding: 10px 0px 2px;
}
.gray {
	color: #999;
}