H1 {
	font-size:20px;
	color:#046380;
	margin:20px 0 10px 0;
	border-bottom: 1px solid #E6E2AF;	
}

H2 {
	font-size:18px;
	color:#046380;
	margin:20px 0 16px 0;
}

H3 {
	font-size:15px;
	color:#046380;
	margin:20px 0 16px 0;
}

H4 {
	font-size:15px;
	color:#046380;
	margin:20px 0 16px 0;
}

H5 {
	font-size:18px;
	color:#046380;
	margin:8px 0 0 25px;
}

H6 {
	font-size:12px;
	color:#046380;
	margin:4px 0 3px 14px;
}

P {
	font-size:14px;
	color:#000;
	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:#000000;
}

#breadCrumbFeatures /*to the right of the page showing login box etc*/
{
	font-size:12px;
	color:#405952;
        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:#405952;
        width: 50%;
       	margin:0;
       	float:left;
}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadCrumbFeatures a:link, #breadCrumbFeatures a:visited {
	color:#405952 !important;
        text-decoration:none !important;
}

#breadcrumbs a:hover, #breadCrumbFeatures a:hover {
	color:#405952 !important;
        text-decoration:underline !important;

}

.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:#046380;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
}

.tableContent1{
	background-color:#EFECCA;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:inherit;
        padding:4px;
}

.tableContent2{
	background-color:#E6E2AF;
	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: rgb(52,145,173); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(52,145,173,1) 0%, rgba(24,91,112,1) 47%, rgba(2,90,117,1) 48%, rgba(4,99,128,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(52,145,173,1)), color-stop(47%,rgba(24,91,112,1)), color-stop(48%,rgba(2,90,117,1)), color-stop(100%,rgba(4,99,128,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, rgba(52,145,173,1) 0%,rgba(24,91,112,1) 47%,rgba(2,90,117,1) 48%,rgba(4,99,128,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, rgba(52,145,173,1) 0%,rgba(24,91,112,1) 47%,rgba(2,90,117,1) 48%,rgba(4,99,128,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(52,145,173,1) 0%,rgba(24,91,112,1) 47%,rgba(2,90,117,1) 48%,rgba(4,99,128,1) 100%); /* IE10+ */
background: radial-gradient(center, ellipse cover, rgba(52,145,173,1) 0%,rgba(24,91,112,1) 47%,rgba(2,90,117,1) 48%,rgba(4,99,128,1) 100%); /* W3C */
        border: 1px solid #676767;
        border-radius: 8px;
        box-shadow: 2px 2px 2px darkgrey;
        cursor:pointer;
}