	

/* controls the icon footer - live*/
.iconfooter {
    text-align:right;
    border-top: solid #668AAF 1px;
    padding: 4px 0px 4px 0px;
}

/* controls sector group titles - live*/	
	#main-titles {
		margin: 0px 0px 0px 0px;
		font-weight:bold;
		font-size:8pt;
		padding: 4px 20px 3px 3px;
		color:#333333;
	}	

/* controls the text size for the content IDs */		
	a {
		color:#0066CC;
		text-decoration:none;
		font-size:8pt;
		}	
		
/* controls the colour of the linked text when the cursor hovers over it, plus the underline colour */
	a:hover {
		text-decoration:underline;
		color:#0066CC;
		}
		
	ul	{list-style-position:outside}

/* controls the linked text */
	#sitemapContentTitles {
		margin:0px 10px 0px 0px;
		padding-bottom:3px;
		font-weight:normal;
		font-size:7pt;
		color:#4C76A1;
		}	
	
/* controls the content group titles - live */	
	#contentGroupTitle {
		margin:1px 15px 0px 20px;
		font-size:8pt;
		color:#333333;
}

