.leftrightborder {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: D4C7B7;
	border-right-color: D4C7B7;
	border-bottom-color: D4C7B7;
	border-left-color: D4C7B7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;

}
.greybox {
	border: 1px solid #CCCCCC;
	
}
.greyboxspace {
	border: 1px solid #CCCCCC; padding: 5px;
}
.greenboxspace {
	border: 1px solid #CCCCCC;
	padding: 5px;
	bgcolour: #013B2D;
	background-color: #013B2D;

}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 5B2437;
}
.green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 013B2D;

}
.purple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 5b2437;
}
.lightgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

ul {margin: 10px 0 10px 15px; padding: 10}
li {margin: 0 0 8px}
.whiteline {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
}
