<style type="text/css">

html, body
{
	 margin: 0; 
	 padding: 0;
	 background: #fff;
	 color: #464646;
	 font: normal normal normal 12px Arial, Helvetica, sans-serif;
}

table, td, p
{
	 font: normal normal normal 12px Arial, Helvetica, sans-serif;
}

input, select, textarea
{
	font: normal normal normal 12px  Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0 0 5px 0;
	padding: 0;
	font: normal normal bold 28px Arial, Helvetica, sans-serif;
	color: #171e4d;
}
h2 { font-size: 20px; margin-top: 20px; }
h3 { font-size: 14px; margin-top: 20px; }
h4 { font-size: 12px; margin-top: 20px; }

img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

a
{
	color: #0087a7;
	text-decoration: none;
	border: 0 none;
}
a:hover
{
	color: #171e4d;
	text-decoration: none;
}

p
{
	margin: 0 0 15px 0;
	padding: 0;
}

ul, ol
{
	position: relative;
	margin: 5px 0 15px 0;
	padding: 0 0 0 20px;
}
li
{
	position: relative;
	list-style-position: outside;
	margin: 2px 0 0 0;
	padding: 0;
}
ol li { list-style-type: decimal; }
ol li li { list-style-type: lower-roman; }
ol.lowerAlpha li { list-style-type: lower-alpha; }
ol.upperAlpha li { list-style-type: upper-alpha; }
ol.lowerRoman li { list-style-type: lower-roman; }
ol.upperRoman li { list-style-type: upper-roman; }
ol.decimal li { list-style-type: decimal; }


dl { margin: 0; padding: 0; }
dt 
{
	 margin: 5px 0 15 0; 
	 padding: 0;
	 font: normal normal bold 14px Arial, Helvetica, sans-serif;
	 text-decoration: none;
}
dd
{
	margin: 3px 0 0 0;
	padding: 0;
}

.separator
{
	clear: both;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
}
.floatLeft
{
	display: block;
	float: left;
	margin-right: 20px;
}
.floatRight
{
	display: block;
	float: right;
	margin-left: 20px;
}
.clear { clear: both; }
.clearL { clear: left; }
.clearR { clear: right; }

.noLeading { margin-top: 0; margin-bottom: 0; }
.noTopLeading { margin-top: 0; }
.noBottomLeading { margin-bottom: 0; }
.increaseBefore { margin-top: 20px ; }




.emphasize
{
	font-size: larger;
	font-style: italic;
	font-weight: bold;
}


.normalTextColour
{
	color: #464646;
}
.normalTextColour h1, .normalTextColour h2, .normalTextColour h3,
.normalTextColour h4, .normalTextColour h5, .normalTextColour h6
{
	color: #464646;
}
.whiteText, .whiteText a,
.whiteText h1, .whiteText h2, .whiteText h3,
.whiteText h4, .whiteText h5, .whiteText h6
{
	color: #fff;
}


ul.imageList
{
	list-style-type: circle;
}


p.pager
{
	margin: 5px 0;
	text-align: right;
	color: #0087a7;
}
p.pager a
{
	font-weight: bold;
	padding: 0 1px 0 2px;
}






/**
 * Tiny MCE rules
 */
body.mceContentBody {
	padding: 5px 7px;
}



/**
 * CMS Editing
 */
div.cph
{
	position: relative;
}
div.cph.fade
{
	opacity: 0.5;
	filter: alpha(opacity=50);
}

div.cph div.cphFrame
{
	position: absolute;
	left: 0;
	top: 0;
	border-style: dashed;
	border-color: #333;
}
div.cph.active div.cphFrame
{
	border-color: #e00;
}
div.cph a.cph
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.8;
	filter: alpha(opacity=80);
	padding: 2px 4px;
	background-color: #e00;
	color: #fff;
	border: solid 1px #000;
}
div.cph.hover a.cph,
div.cph.active a.cph
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}
</style>