body {
	font: small Arial, Verdana, sans-serif;
	}

h1.pagetitle {
	font: bold 15px Arial, sans-serif;
	}

h1, td h1 {
	font: bold 15px Arial, sans-serif;
	}

h2, td h2 {
	font: bold 13px Arial, sans-serif;
	}

h3, td h3, h4, td h4 {
	font: bold 12px Verdana, sans-serif;
	}

p, td, th, ul, ol {
	font-size: 12px;
	}

td p, th p, ul li ul {
	font-size: 100%;
	}

p, h1, h2, h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	}

ul li ul {
	font-size: 100%;
	}

a img {
	border: none;
	text-decoration: none;
	}

th {
	text-align: left;
	}

td {
	vertical-align: top;
	}

hr {
	clear: both;
	height: 1px;
	color: #EFE4F5;
	background-color: #EFE4F5;
	border-width: 0;
	}

html>body hr {
	margin-top: 2em;
	margin-bottom: 1em;
	}

.floatright {
	float: right;
	}

.rowcolour1 {
	background-color: #004676;
	}

.rowcolour2 {
	background-color: #1b6b92;
	}

tr.rowcolour1 th {
	background-color: #004676;
	}

/*/////////////////////////////////  Generic Forms  \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

form {
	padding: 0px;
	}

p label {
	float: left;
	width: 100px;
	position: relative;
	}
	
input, select, option {
	font: small Verdana, sans-serif;
	}

input.text, textarea {
	width: 250px;
	}
	
select.text {
	width: 255px;
	}

textarea {
	height: 100px;
	}

input.button {	
	cursor: pointer;
	}

input.strong {
	font-weight: bold;
	}

p.checkbox input {
	float: left;
	}

p.checkbox label {
	padding-top: 5px;
	}
	
/*/////////////////////////////////  Editize  \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

.highlighted {
	color: #f00;
	}

.leftalign {
	text-align: left;
	}

.centeralign {
	text-align: center;
	}

.rightalign {
	text-align: right;
	}

.imgleft {
	float: left;
	padding: 0 10px 10px 0;
	position: relative;
	}

.imgright {
	background-color: #fff;
	float: right;
	padding: 0  0 10px 10px;
	line-height: 0;
	position: relative;
	}

/*-------------------------------FAQ's--------------------------------------------------*/

ul.faqQuestions {
	border-bottom: 1px solid #B1CDD9;
	margin-bottom: 20px;
	padding-bottom: 20px;
	}
	
ul.faqQuestions li {
	margin-bottom: 4px;
	}

div.faqAnswers h3 {
	margin-top: 40px;
	}

