@CHARSET "UTF-8";

div#faq_wrapper {
	padding: 0.5em;
	background-position: right top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: url("../images/faq.png");
}

div#faq_wrapper * {
	padding: 0;
	margin: 0;
	color: #333;
	font-size: 12px;
}

div#faq_wrapper a {
	text-decoration: none;
}
/*
div#faq_wrapper a:hover {
	text-decoration: underline;
	color: #f36f21;
}
*/
div#faq_wrapper h2 {
	font-size: 15px;
}
/*
div#faq_wrapper h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
	color: #000;
	font-size: 12px;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #f36f21;
}

div#faq_wrapper h3 a {
	color: #f36f21;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

div#faq_wrapper h3 a:hover {
	text-decoration: underline;
	color: #f36f21;
}
*/
div#faq_wrapper h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
	color: #696969;
	font-size: 12px;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #f36f21;
}

div#faq_wrapper h3 a {
	color: #3366ff;
	text-decoration: none;
	border-bottom: 1px dotted #87ceeb;
	font-size: 12px;
	font-weight: normal;
}

div#faq_wrapper h3 a:visited {
	color: purple;
	text-decoration: none;
	border-bottom: 1px dotted purple;
	font-size: 12px;
	font-weight: normal;
}
div#faq_wrapper ol {
	padding: 1.5em 0.5em;
	border-bottom: 1px solid #ddd;
}

div#faq_wrapper ol li {
	margin-left: 1.5em;
	margin-bottom: 0.7em;
	font-weight: bold;
}

div#faq_wrapper dl {
	padding: 1.5 0.5em;
	
}

div#faq_wrapper dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	padding: 0.285em; 0;
	background-color: #eee;
}

div#faq_wrapper dd {
	margin-left: 1.5em;
	margin-bottom: 0.8em;
}

