﻿*
{
	margin:0;
	padding:0;
}
body
{
	font-family: Arial;
	font-size: 12pt;
}

#faq_header
{
	width:900px;
	height:108px;
	background-image:url('../assets/images/faq_header.gif');
	background-repeat:no-repeat;
	text-indent:-5000px;
}
#divContent
{
	padding-left:75px;
}
.QuestionList a
{
	display: block;
	color: #006699;
	font-weight:bold;
	padding-bottom: 20px;
	text-decoration:none;
	width:600px;
	line-height:15px;
}

.QuestionList a:hover
{
	text-decoration:underline;
}

.QuestionList
{
	padding: 20px 0;
	list-style-type:none;
}
.Question
{
	padding-bottom:5px;
	color: #006699;
	background-image: url('../assets/images/faq_question.gif');
	background-repeat: no-repeat;
	width: 100%;
	height: 59px;
	vertical-align:middle;
}
	
.Answer
{
	padding-bottom: 20px;
	color: #000000;
	width: 600px;
}

.Q
{
	display:block;
	font-family: Times New Roman;
	font-size: 36pt;
	color: #006699;
	float:left;
	width:50px;
}

.Q2
{
	color: #006699;
	display:block;
	float:left;
	font-size: 12pt;
	padding:10px;
	width:500px;
}

.A
{
	display:block;
	float:left;
	width:10%;
	font-family: Times New Roman;
	font-size: 36pt;
	color: #000000;
}

.A2
{
	color: #000000;
	display:block;
	float:left;
	font-size: 12pt;
	width:500px;
}

.Answer a
{
	display: block;
	width: 543px;
	text-align: right;
	font-size: 10pt;
	color: #006699;
	text-decoration: none;
}