/*
	Any definitions held in this CSS will be available to the
	WSYSIWYG editor in the CMS
*/

form { margin: 0; }
p    { margin: 4px 0 12px 0; }
ul   { margin-top: 0; margin-bottom: 0; }
li   { list-style-type: square; }


h1   { margin: 10px 10px 10px 10px; font-size: 36px; color: #f97d2b;  }
h2   { margin: 14px 10px 10px 10px; font-size: 30px; }
h3   { margin: 14px 10px  8px 10px; font-size: 20px; }
h4   { margin:  6px 10px  8px 10px; font-size: 14px; }


.left 		{ text-align: left;    }
.centre 	{ text-align: center;  }
.right 		{ text-align: right;   }
.justify 	{ text-align: justify; }

.valign-top	{ vertical-align: top;    }
.valign-middle	{ vertical-align: middle; }
.valign-bottom	{ vertical-align: bottom; }

.bold { font-weight: bold; }

.heading-bg1 {
	color: #f97d2b;
}

.faq-label {
	color: #f97d2b;
	font-size: 16px;
}

#pagecontent p.faq-question {
	color: #32c6f2;
	font-size: 16px;
}

#pagecontent p.faq-answer {
	margin-bottom: 20px;
	font-size: 14px;
}
