H1, H2, H3, H4, H5, H6 {
	color: #a789a4;
	font-weight: 400;
	font-family: Georgia, Times, Times New Roman, serif;
}
H1 {
	font-size: 2.2em;
}
H2 {
	font-size: 1.7em;
}
H3 {
	font-size: 1.45em;
}
H4 {
	font-size: 1.3em;
}
H5 {
	font-size: 1.1em;
}
H6 {
}
.border td {
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}
#contentBody header, #contentBody article, #contentBody div {
}
P {
	line-height: 1.4em;
}
table {
/* font-size: 1em; */
}
li {
	font-size: 1em;
}
a {
	color: #cf71d0;
}
a:hover {
	color: #553250;
}
a, a:link, a:visited, a:hover {
	text-decoration: none;
}
.textcontent {
	font-size: 100%;
}
#breadCrumbFeatures /*to the right of the page showing login box etc*/ {
	width: auto;
	padding: 0 10px;
	text-align: right;
	float: right;
}
#contentWrapper #breadCrumbFeatures, #contentWrapper #breadcrumbs {
/* margin-top: auto; */
}
#breadcrumbs {
	width: auto;
	margin: 0;
	float: left;
	padding: 0 30px;
}
#breadcrumbs a:link, #breadcrumbs a:visited, #breadCrumbFeatures a:link, #breadCrumbFeatures a:visited {
	color: #fff;
	line-height: 31px;
}
#breadcrumbs a:hover, #breadCrumbFeatures a:hover {
	color: #eaeaea;
}
.CollapsiblePanel {  /*holds the login text - non user definable */
	margin: 0px;
	padding: 0px;
	width: 200px;
	float: right;
}
#logintext {  /* holds the login text - non user definable */
	margin: 0px;
	padding-right: 30px;
	width: 80px;
	float: right;
	text-align: right;
}
.tableBorder {  /*used for standard tables*/
	border-color: grey;
	border-width: 1px;
	border-style: solid;
}
.tableHeading, .tableHeading a:link, .tableHeading a:visited, .tableHeading a:active, .tableHeading a:hover {
	background-color: #a789a4;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.tableContent1 {
	font-size: inherit;
	padding: 9px 9px 0;
}
.tableContent2 {
	background-color: #E0E0E0;
	font-size: inherit;
}
.button {
	padding: 3px;
	font-weight: bold;
	color: white;
	background: #553250;/* Old browsers */
	border-radius: 2px;
	cursor: pointer;
}
