﻿/****************************
	Layout
****************************/
#Faqs .title {
	width: 50px;
	text-align: right;
	padding-right: 10px;
	vertical-align: top; }
#Faqs table th {
	vertical-align: middle;
	text-align: left;}
#Faqs table td {
	padding-bottom: 10px; 
	border-bottom: 1px dashed #bfbfbf; }


/****************************
	Style & Colors #1f7759
****************************/
#Faqs .title {
	font-size: 16pt;
	font-weight: bold; 
	font-family: arial, verdana, helvetica, sans-serif; }
#Faqs table th {
	cursor: pointer; 
	font-size: 10pt; }
#Faqs table td {
	font-size: 10pt; }
	
.PageBG {
	background-color: #ffffff; }
.PageText {
	color: #00348e; }