H1, H2, H3, H4, H5, H6 {
}

H1 {
	color: #2E60FF;
	    font-size: 1.5em;
    font-weight: 400;
}
}



#contentBody header, #contentBody article, #contentBody div {
}

P {

  	line-height:26px;
	
}

table {


	line-height:18px;
}


li {
}

a:link, a:visited {
	color:#2E60FF;
		text-decoration:none;	
}

a:hover {
	
text-decoration:none;	
}

a:link, a:visited, a:hover  {
text-decoration:none !important;	
}
  
  
  .textcontent{
  	font-size: 100%;
}


#bread {
  	width: 100%; 
  	border-bottom: 1px solid #eee;
  	padding: 10px 0;
  
  {



#breadCrumbFeatures /*to the right of the page showing login box etc*/
{

  	font-size:0.8em;
	color:#999;
        padding: 5px;
	text-align:right;
        float:right;
    	
}

#contentWrapper #breadCrumbFeatures, #contentWrapper #breadcrumbs {
        margin-top:-20px;
} 

#breadcrumbs {
  	font-size:0.8em;
	color:#999;
        width: auto;
       	margin:0;
       	float:left;
  	padding: 5px;
  	
}

#breadcrumbs:empty {
 	padding: 0px; 
}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadCrumbFeatures a:link, #breadCrumbFeatures a:visited {
	color:#999;
        text-decoration:none !important;

}

#breadcrumbs a:hover, #breadCrumbFeatures a:hover {
	color:#999;
        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:#03497E;
	color:#FFFFFF;

	font-weight:bold;
	text-align:center;
}

.tableContent1{
	background-color:#F6F6F6;

	font-size:inherit;
        padding:4px;
}

.tableContent2{
	background-color:#E0E0E0;
	font-size:inherit;

}

.button{
	padding:3px;

        font-weight:bold;
	color:white;
	background: #03497E; /* Old browsers */
	border: 1px solid #676767;
        border-radius: 2px;
        cursor:pointer;
}