h1 , h2 , h3 , h4 , h5, h6 {
  	font: bold 13px Palatino Linotype, Times, Arial;   
	text-transform: uppercase;
	padding: 3px 0 5px 10px;
	margin: 2em 0 1em -10px;
	color: white;
	background: #683b73;
	text-decoration: none;
}

h1 {
}

h1 a,
h2 a,
h3 a,
h4 a, 
h5 a, 
h6 a 
{
  	font: bold 13px Palatino Linotype, Times, Arial;   
	text-decoration: none;
	padding-right: 5px;
	color: white;
	background: #683b73;
}

h1 a:hover, h2 a:hover, h3 a:hover {
}

.content h2, .content h2 a,
.content h3, .content h3 a,
.content h4, .content h4 a,
.content h5, .content h5 a,
.content h6, .content h6 a
{
	margin: 2em 0 1em 0;
	padding-left: 0;
	color: black;
	background: none;
}


.tabinfo {
	border-collapse: collapse;
	font: 11px Arial;
	position: relative;
	border-top: 1px solid #fbebff;
}

.tabinfo thead td , .tabinfo th {
	border-top: 1px solid #fbebff;
	border-bottom: 1px solid #fbebff;
	font: bold 11px Arial;
	padding: 10px 5px 10px 5px;
	vertical-align: top;
	background: #fbebff;
	text-align: left;
}

.tabinfo td {
	vertical-align: top;
	font: 11px Tahoma;
	border-bottom: 1px solid #fbebff;
	padding: 10px 5px 10px 5px;
	text-align: left;
}

.tabinfo td * {
	vertical-align: top;
	font: 11px Tahoma;
	text-align: left;
	margin: 0;
    padding: 0;
}

.td_selected , .td_selected td {
	font-weight: bold;
	padding: 1em 5px;
	vertical-align: top;
	background: #fbebff;
	text-align: left;
}

div.colLeft {
    width: 48%;
    padding-right: 2em;
    float: left;
}
div.colRight {
}

.columnsList {
    clear: both;
    margin-bottom: 2em;
}

.columnsList li {
    width: 26%;
    float: left;
    padding-right: 2em;

}

.just p {text-align:justify; padding:0px; margin-bottom:10px;}
.just h2{
	margin: 2em 0 7px 0;
	padding-left: 0px;
	padding-bottom:0px;
	color: black;
	background: none;
	text-align:justify;
	font-size:12px;
}

.FAQForm td {padding:4px !important;}
