@charset "UTF-8";
h1 {
	padding: 0px;
	margin: 0px;
	background-image: url(../help/img/h1.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 800px;
	font-size: 1.4em;
}
h1 em {
	position: relative;
	z-index: -1;
}
table.talk td {
	padding: 5px;
}
.q {
	background-image: url(../help/img/q.jpg);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 38px;
	font-weight: bold;
	color: #0066CC;
	padding-top: 14px;
}
.a {
	background-image: url(../help/img/a.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 38px;
	padding-top: 4px;
}
.a + .q {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 14px;
	background-image: url(../help/img/q.jpg);
	background-repeat: no-repeat;
	background-position: left 12px;
}
