@font-face {
	font-family:"Century Gothic";
	src:url('../fonts/GOTHIC.TTF');
	font-weight:normal;
	font-style:normal;
}
h1{
	font-size:26px;
	font-weight:bold;
	margin:10px 0px;
	padding:0px;
}
h3.faqs_title{
	color:#0B76BA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:bold;
	margin:10px 0px;
	padding:0px;
}
#faqs *{
	font-family:Arial, Helvetica, sans-serif;
}
.faqs{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
.faqs a{
	color:#0B76BA;
}
.faqs a:hover{
	text-decoration:underline;
}
a.link{
	color:#0B76BA;
	text-decoration:underline;
}
.faqs_q{
	color:#0B76BA;
}
.faqs_category{
	color:#0B76BA;
	font-size:18px;
}
.faqs_questions{
	background:#0B76BA;
	color:#FFFFFF;
	clear:both;
	cursor:pointer;
	float:left;
	padding:2px 5px;
	width:100%;
}
.faqs_questions_closed{
	background:#616161;
	color:#FFFFFF;
	clear:both;
	cursor:pointer;
	float:left;
	padding:2px 5px;
	width:100%;
}
.faqs_questions_q{
	float:left;
	font-size:26px;
	margin:0px 10px 0px 3px;
}
.faqs_questions_text{
	float:left;
	font-size:15px;
	margin-top:6px;
}
.faqs_questions_down{
	float:right;
	margin:8px 10px 0px 0px;
}
.faqs_answers{
	clear:both;	
	float:left;
	width:100%;
}
.faqs_answers_type{
	border:1px solid #D0D0D0;
	background:#F8F8F8;
	margin-top:5px;
	padding:3px;
	width:100%;
}
.faqs_answers_type ul{
	list-style-position:outside;
}
.faqs_type{
	color:#0B76BA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin-bottom:10px;
}
.disabled{
	/*background:url(images/faq-stay.jpg);*/
	background-position:0px 0px;
	color:#FFFFFF;
	float:left;
	font-size:15px;
	padding:6px 0px 0px 0px;
	text-align:center;
	height:31px;
	width:131px;
}
.enabled{
	/*background:url(images/faq-stay.jpg);*/
	background-position:131px 0px;
	color:#FFFFFF;
	float:left;
	font-size:15px;
	padding:6px 0px 0px 0px;
	text-align:center;
	height:31px;
	width:131px;
}
  .faqs_answers_type ul{margin-left:-15px;}
  .feedback .content {
      background-color: transparent;
  }



  .top {
      background-color: transparent;
  }

  .content {
      background-color: transparent;
  }

  table {
      border-width: 0px; 
  }

  table td {
      border-width: 0px;
      padding: 5px;
      border-style: solid;
      border-color: #FFFFFF;
      background-color: white;
  }