


body
{
	not_background: #2765ab repeat-y center 50%;
	margin:0;
}

#table1
{
	width: 760px;
	height: 100%;
	border: 1px solid black;
	background: white;
}

#logo
{
	NOTmargin: 5px 5px;
}

#main_grey_bar
{
	width: 100%;
	height: 15px;
	background: rgb(200,200,200);
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

.main_footer_class
{
	font-size: 8pt;
	font-family: Arial;
	text-align: center;
}

.menu_td_class
{
	background: rgb(220,220,220);
	border: 1px outset;
	text-align: center;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
}
.menu_td_class A:active
{
	text-decoration: none;
	color: black;
}
.menu_td_class A:link
{
	text-decoration: none;
	color: black;
}
.menu_td_class A:visited
{
	text-decoration: none;
	color: black;
}
.menu_td_class A:hover
{
	color: rgb(202, 77, 82); // corporate colour.  Oririnally	white;
	text-decoration: none;
}

.menu_td_class_selected
{
	background: rgb(180,180,180);
	border: 1px inset;
	text-align: center;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: rgb(202, 77, 82);
}
.menu_td_class_selected A:active
{
	text-decoration: none;
	color: rgb(202, 77, 82); // corporate colour.  Oririnally	black;
}
.menu_td_class_selected A:link
{
	text-decoration: none;
	color: rgb(202, 77, 82); // corporate colour.  Oririnally	black;
}
.menu_td_class_selected A:visited
{
	text-decoration: none;
	color: rgb(202, 77, 82); // corporate colour.  Oririnally	black;
}
.menu_td_class_selected A:hover
{
	color: rgb(202, 77, 82); // corporate colour.  Oririnally	white;
	text-decoration: none;
}

.submenu_td_class
{
	background: rgb(150,200,200);
	border: 1px outset;
	text-align: center;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
}

.submenu_td_class A:active
{
	text-decoration: none;
	color: black;
}
.submenu_td_class A:link
{
	text-decoration: none;
	color: black;
}
.submenu_td_class A:visited
{
	text-decoration: none;
	color: black;
}
.submenu_td_class A:hover
{
	color: rgb(202, 77, 82); // corporate colour.  Oririnally	white;
	text-decoration: none;
}

.submenu_td_class_selected
{
	background: rgb(120,180,180);
	border: 1px inset;
	text-align: center;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: rgb(202, 77, 82);

}

.submenu_td_class_selected A:active
{
	text-decoration: none;
	color:  rgb(202, 77, 82); // corporate colour.  Oririnally	black;
}
.submenu_td_class_selected A:link
{
	text-decoration: none;
	color:  rgb(202, 77, 82); // corporate colour.  Oririnally	black;
}
.submenu_td_class_selected A:visited
{
	text-decoration: none;
	color: rgb(202, 77, 82); // corporate colour.  Oririnally	black;
}
.submenu_td_class_selected A:hover
{
	color: rgb(202, 77, 82); // corporate colour.  Oririnally	white;
	text-decoration: none;
}

.basic_article
{
	margin: 10px 10px;
	font-family: Verdana;
}

.side_menu_item
{
	font-family: Tahoma;
	font-size: 8pt;
	text-align: right;
	margin-right: 4px;
	margin-left: 1px;
	margin-top: 8px;
	margin-bottom: 6px;
	border-top: 1px inset;
	color: white;
}
.side_menu_item:hover  <!-- class added -->
{
	color: black;
}

.side_menu_item A
{
	text-decoration: none;
	color: white;
}

<!--  class added -->
.side_menu_item A:hover
{
	text-decoration: none;
	color: rgb(202, 77, 82); 
	background: black;
}



.side_menu_item2
{
	font-family: Tahoma;
	font-size: 8pt;
	text-align: right;
	margin-right: 4px;
	margin-left: 1px;
	margin-top: 8px;
	margin-bottom: 6px;
	border-top: 1px inset;
	color: white;
	background:url('new.gif') no-repeat left;
}
.side_menu_item2:hover  <!-- class added -->
{
	color: black;
}

.side_menu_item2 A
{
	text-decoration: none;
	color: white;
}

<!--  class added -->
.side_menu_item2 A:hover
{
	text-decoration: none;
	color: rgb(202, 77, 82); 
	background: black;
}

.side_menu_item_selected
{
	font-family: Tahoma;
	font-size: 8pt;
	text-align: right;
	margin-right: 4px;
	margin-left: 1px;
	margin-top: 8px;
	margin-bottom: 6px;
	border-top: 1px inset;
	color: white;
	background: black;
}

.side_menu_item_selected A
{
	text-decoration: none;
	color:  rgb(202, 77, 82); // corporate colour.  Oririnally	white;
}

.hotlinks_heading
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	background: rgb(120,180,180);
	color: rgb(202, 77, 82);
	padding: 3px;
}

<!-- added -->
.colourCorpInitCap:first-letter
{
	NOT_font-size: small;
	font-weight: bolder;
	color: rgb(202, 77, 82);
}

.colourCorpText
{
	color: rgb(202, 77, 82);
}


A:link 
{
	color:#2200CC;
	text-decoration: none;
}

A:visited
{
	color:#2200CC;
	text-decoration: none;
}

A:active
{
	color:#2200CC;
	text-decoration: none;
}

A:hover
{
	color:  rgb(202, 77, 82);
	text-decoration: underline;
}

A.colourCorpLink
{
<!--
	font-weight: bold;
-->
}
A.colourCorpLink:hover
{
	color:  rgb(202, 77, 82);
}



#content h1
{
	color:#003366;
	font: 27px Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #C0D0E0;
}



#content h2
{
	color:#003366;
	font: 22px Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
}



#content h3
{
	color:#003366;
	font: 19px Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin-left: 30px;
}


#content p
{
	font: 10pt Verdana;
	line-height:140%;
	margin-left: 30px;
	margin-right: 15px;
	color: #202020;
	text-align: left;
}

#content li
{
	font: 10pt Verdana;
	line-height:150%;
	margin-left: 30px;
	margin-bottom: 25px;
	padding: 0 0 0 17px;
	background:url('bullet2.gif') no-repeat left;
	list-style-position: outside;
	list-style-type: none;
	line-height:140%;
}

#content td
{
	font: 10pt Verdana;
	line-height:140%;
	margin-left: 30px;
	margin-right: 15px;
	color: #202020;
	text-align: left;
}

.inprogress
{
	width: 350px;
	height: 80px;
	padding-left: 75px;
	padding-top: 10px;
	text-align: left;
	font: 10pt Verdana;
	font-style: italic;
	background: #e0e0e0 url('workinprogress.gif') no-repeat top left;
	background-position-x: 7px;
	background-position-y: 7px;
	border: 1px solid #909090;
}
