/* faq.css - faq page styles */

/* title */
h1
{
	margin: 12px 0 6px 24px;
	font-size: 16px;
	font-weight: bold;
	font-family: arial, sans-serif;
	color: rgb(153,0,0);
}

/* sub-title */
h2
{
	font-size: 12px;
	font-weight: normal;
	font-family: arial, sans-serif;
	margin: 12px 0 6px 24px;
}

/* comment list */
dl
{
	font-size: 14px;
	margin: 10px 60px 0 24px;
}

/* quotation style (question) */
dt
{
	font-style: normal;
	font-weight: bold;
}

/* source style (answer) */
dd
{
	margin: 0;
	font-family: "times new roman", times, serif;
	padding: 4px 0 8px 0;
}

/* source style anchor */
dd a
{
	color: rgb(153,0,0);
}

/* 'back-to-top style override */
.bktop
{
	margin: 14px 0 20px 24px;
}

