body {  	padding: 2px;	margin: 2px;	background: #0B0C0E; /* middle bg colour */	font-family: Arial, helvetica, sans-serif;}body, html {height: 100%;}/* To remove border around image sthat are links *//* This can't be done using the editor */ img {	border: 0px;}/*******************************************************************************************************************************************************//************** general styles *************************************************************************************************************************//*******************************************************************************************************************************************************//* NOTE MARGIN BOTTOM SET TO 13PX SO THAT IT MATCHES SPACING OF <BR><BR> IN IE 6 */p {color: #ffffff; line-height:120%; margin-top: 0px; margin-bottom: 13px}/* NEEDED TO HANDLE TEXT ENTERED VIA EDITOR */td, th {   color: #ffffff;   line-height:120%;}ul {   margin-left: 2em;   padding-left: 0em;   list-style-type: square;   color: #ffffff;   margin-top: 0px;   margin-bottom: 13px;}ol {   margin-left: 2em;   padding-left: 0em;   list-style-type: decimal;   color: #ffffff;   margin-top: 0px;   margin-bottom: 13px;}/* NOTE THAT BASIC LINK "a:link" HAS BEEN ADDED SO THAT LINKS ENTERED VIA THE TEXT EDITOR *//* AND NOT IN <P><UL><OL> TAGS APPEAR COORECTLY (e.g LINK IN A TABLE CELL) */a:link, p a:link, ul a:link, ol a:link {color: #79838F; text-decoration: underline}a:visited, p a:visited, ul a:visited, ol a:visited {color: #79838F; text-decoration: underline}a:active, p a:active, ul a:active, ol a:active {color: #ffffff; text-decoration: none}a:hover, p a:hover, ul a:hover, ol a:hover {color: #ffffff; text-decoration: none}/* Required by text editor */a {color: #79838F; text-decoration: underline} h1 {color: #79838F; font-weight: bold; margin-top: 0px; margin-bottom: 12px;}h1 {font-family: "Times New Roman", Times, serif;}h2 {color: #79838F; font-weight: bold; margin-top: 0px; margin-bottom: 12px;}h2 {font-family: "Times New Roman", Times, serif;}h3 {color: #79838F; font-weight: bold; margin-top: 0px; margin-bottom: 12px;}hr {height:1px; width: 100%;color: #79838F; background-color: #79838F; border:0; margin-top: 0px; margin-bottom: 13px}/*******************************************************************************************************************************************************//************** inline table styles ********************************************************************************************************************//*******************************************************************************************************************************************************//* THESE STYLES ARE TO BE USED WHEN A TABLE IS SET CREATED IN THE TEXT EDITOR *//* MAYBE ALL TABLES SHOULD DEFAULT TO THIS */table.tableformatting {	border-top: 1px solid #555555;	margin-bottom: 13px;	width: 100%;}table.tableformatting th,table.tableformatting td {	border-bottom: 1px solid #555555;	padding: 2px 3px 2px 3px;}table.tableformatting th {	background-color: #111A21;	font-weight: bold;	text-align: left;}td.HomePageIcons {	padding: 0px 0px 13px 0px;	}