
/** ------------------------------------------------------ **/
/** ------------------- standard ------------------------- **/
body {
	font-family: 'Rokkitt', serif, Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
}

p {
	color: #5A5E61;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	margin:0px;
	margin-bottom:16px;
	line-height:1.4em;
	padding:0px;
}

h1{
	color: #76993d;
	font-size: 2.2em;
	font-weight: bold;	
	margin:0px;
	margin-bottom:16px;
	padding:0px;
}

h2{
	color: #76993d;
	font-size: 1.2em;
	font-weight: bold;
	margin:0px;
	margin-bottom:12px;
	text-decoration:none;
	text-transform:uppercase;
}

h3{
	color: #76993d;
	font-size: 1em;
	font-weight: bold;	 
	margin:0px;
	margin-bottom:12px;
	text-transform:uppercase;
}

h4{
	margin:0px;
	margin-bottom:12px;
	padding:0px;
	text-transform:uppercase;
}

a, a:visited {
	color: #a6ab9e;
	text-decoration: underline;
}
a:hover {
	color: #5A5E61;
}
img {
	border: 0px;
}

ul, ol{
	color: #5A5E61;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
ul li, ol li{
	font-size: 0.9em;
	line-height:1.4em;
}

ul li ul li, ol li ol li{
	font-size: 1.0em;
}

.redtext {
	color: #FF0000;
}
.greentext{
	color:#3f6510;
}

.darkGreenText{
	color:#76993d;
}

.largeFont{
	font-size:1.4em;
	line-height:1.4em;
}

.fontRockitt{
	font-family: 'Rokkitt', serif, Arial, Verdana, Helvetica, sans-serif;
}
.fontArial{
	font-family: 'Rokkitt', serif, Arial, Verdana, Helvetica, sans-serif;
}

.greenBox{
	background-color:#76993d;
	color:#FFFFFF;
	display: block;
	padding:10px;
}

table{
	border:1px solid #000000;
	border-collapse:collapse;
	margin-bottom:16px;
}	
table td{
	border:1px solid #000000;
	padding:4px;
}	

sup, sub { 
	vertical-align: 0;
	position: relative; 
}
sup { 
	bottom: 1ex; 
}
sub { 
	top: 0.8ex; 
}
	
/** ------------------------------------------------------ **/
/** ------------------- alignment ------------------------ **/

.alignRight {	
	margin-bottom: 16px;
	margin-left: 20px;
	text-align:right;
}

img.alignRight{
	border: 0px;
	float:right;
	margin-bottom: 16px;
	margin-left: 20px;
}

.alignLeft {
	margin-bottom: 16px;
	margin-right: 20px;
	text-align:left;
}

img.alignLeft{
	border: 0px;
	float:left;
	margin-bottom: 16px;
	margin-right: 20px;
}

.alignCentre {
	border: 0px;
	text-align:center;
	margin-bottom: 16px;
	margin-left:auto;
	margin-right:auto;
	display: block;
  	vertical-align: middle;
} 


/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/

table.tableStyleA {
	background-color:#FFFFFF !important;
	margin: 10px 0px 10px 0px;
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
	border-collapse: collapse;
}

table.tableStyleA td, th{
	text-align:left;
	vertical-align:top;
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
	padding: 5px 5px 5px 5px;
}
table.tableStyleB {
	background-color:#EEEEEE !important;
	margin: 10px 0px 10px 0px;
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
	border-collapse: collapse;
}

table.tableStyleB td, th{
	text-align:left;
	vertical-align:top;
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
	padding: 5px 5px 5px 5px;
}


.TemplateClear {
	clear: both; 
	height: 0px;
}

.Template4colContainer {
	margin-top:50px;
	width: 714px; 
}

.Template4colColumn {
	float: left; 
	margin-right: 9px;
	width: 169px; 
}

/* add a background colour/image to these divs when editing in WYSIWYG editor */ 

.mceContentBody .Template4colContainer{
	background-color: #ffffff;
}
.mceContentBody .Template4colColumn{
	background-color: #e1e1e1;
	background-image: url(/admin/images/wysiwyg-template-bg.gif);
	background-repeat: repeat;
}


/** ------------------------------------------------------ **/
/** ------------------- fonts -------------------------- **/

.fontArial {
	font-family: Arial;
}
.fontGeorgia {
	font-family: Georgia;
}
