H1 {
	font-size:20px;
	color:#8947AD;
	margin:20px 0 10px 0;
	border-top: 1px dotted #AD08A4;
  	border-bottom: 1px dotted #AD08A4;
}

H2 {
	font-size:18px;
	color:#8947AD;
	margin:20px 0 16px 0;
}

H3 {
	font-size:15px;
	color:#8947AD;
	margin:20px 0 16px 0;
}

H4 {
	font-size:15px;
	color:#8947AD;
	margin:20px 0 16px 0;
}

H5 {
	font-size:18px;
	color:#8947AD;
	margin:8px 0 0 25px;
}

H6 {
	font-size:12px;
	color:#8947AD;
	margin:4px 0 3px 14px;
}

P {
	font-size:14px;
	color:#505050;
	margin:0;
	padding-bottom:16px;
	line-height:18px;
}

table {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#313131;
	line-height:18px;
}


li {
        font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#313131;
	line-height:18px;
}

a:link, a:visited {
	color:#313131;
	text-decoration:underline;
}

a:hover {
	color:#313131;
	text-decoration:none;	
}

.textcontent{
 	font-size: 100%;
	line-height:1.3;
	color:#505050;
}

#breadCrumbFeatures /*to the right of the page showing login box etc*/
{
	font-size:12px;
	color:#653237;
        margin:0;
	width:50%;
        _width:45%;
	text-align:right;
        float:right;
}

#contentWrapper #breadCrumbFeatures, #contentWrapper #breadcrumbs {
        margin-top:-20px;
        -margin-top:0px;
} 

#breadcrumbs {
	font-size:12px;
	color:#425955;
        width: 50%;
       	margin:0;
       	float:left;
}

#bodyContent3 #breadcrumbs {
  	width: 475px;
  	padding-left:23px;
  	margin-top: -4px;
}

#bodyContent3 #breadCrumbFeatures {
  	margin-top: -4px;
}

#bodyContent3 div p {
  	margin-left:23px;
  	margin-right:23px;
}

#mediaRSS {
 	margin-right:24px;
  	margin-top:-55px;
}

#categorySelection {
  	margin-left:23px;
}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadCrumbFeatures a:link, #breadCrumbFeatures a:visited {
	color:#425955 !important;
        text-decoration:none !important;
}

#breadcrumbs a:hover, #breadCrumbFeatures a:hover {
	color:#425955 !important;
        text-decoration:underline !important;

}

div#bodyContainer table + form {
 	margin-left: 26px;
  	margin-bottom:10px;
}


.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:#050000;
	border-width:1px;
	border-style:solid;
}
	
.tableHeading, .tableHeading a:link,.tableHeading a:visited,.tableHeading a:active,.tableHeading a:hover{
	background-color:#8947AD;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
}

.tableContent1{
	background-color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:inherit;
        padding:4px;
}

.tableContent2{
	background-color:#E0E0E0;
	font-size:inherit;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}

.button{
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
        font-weight:bold;
	color:white;
	background: #8234af; /* Old browsers */
        background: -moz-radial-gradient(center, ellipse cover, #8234af 0%, #4c0277 48%, #5f3975 81%, #8947ad 100%); /* FF3.6+ */
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#8234af), color-stop(48%,#4c0277), color-stop(81%,#5f3975), color-stop(100%,#8947ad)); /* Chrome,Safari4+ */
        background: -webkit-radial-gradient(center, ellipse cover, #8234af 0%,#4c0277 48%,#5f3975 81%,#8947ad 100%); /* Chrome10+,Safari5.1+ */
        background: -o-radial-gradient(center, ellipse cover, #8234af 0%,#4c0277 48%,#5f3975 81%,#8947ad 100%); /* Opera 12+ */
        background: -ms-radial-gradient(center, ellipse cover, #8234af 0%,#4c0277 48%,#5f3975 81%,#8947ad 100%); /* IE10+ */
        background: radial-gradient(center, ellipse cover, #8234af 0%,#4c0277 48%,#5f3975 81%,#8947ad 100%); /* W3C */
  	font-size:85%;
        border: 1px solid #676767;
        border-radius: 8px;
        box-shadow: 2px 2px 2px darkgrey;
        cursor:pointer;
}