			span.cke_button__restorebk_label {
				display: inline;
			}
			span.cke_button_icon.cke_button__restorebk_icon {
				 display: none;
			}
			span.cke_button__shohide_label {
				display: inline;
			}
			span.cke_button_icon.cke_button__shohide_icon {
				 display: none;
			}
		/* This img tag style controls the size of the service branch logos, as they are a bit too big to display at full size */
			img {
				display: block;
				max-width:70%;
				max-height:70%;
				width: auto;
				height: auto;
				padding-bottom:4px;
			}	
			h1 {
				font-family:Arial, Helvetica, sans-serif;
				font-size:2.5em;
				font-weight:bold;
				vertical-align:text-bottom;
				line-height:90%;				
			}	
			h2 {
				font-family:Arial, Helvetica, sans-serif;
				font-size:2em;
				vertical-align:text-top;
				line-height:90%;			
			}
			
		/* These two are used by the div warning that appears when the Local copy version isn't current (i.e. local version number doesn't match the server one) */
			.alert-box {
				font-family:Arial, Helvetica, sans-serif;
				padding: 15px;
			    margin-bottom: 20px;
			    border: 1px solid transparent;
			    border-radius: 4px;  
			}
			.expired {
				margin-left:22px;
				margin-right:26px;
				margin-top:5px;
				margin-bottom:10px;
				font-size:14px;
				font-family:Arial, Helvetica, sans-serif;
			    color: #a94442;
			    background-color: #f2dede;
			    border-color: #ebccd1;
			    display: none;
			}