TD 
{
	font-size: 11px; FONT-FAMILY: Arial
}

BODY
{
	font-size: 11px;
	margin: 0px 50px;
	font-family: Arial;
	height: 100%;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/watermark.gif);
}
.PageTable
{
	width: 100%;
	height: 100%;
}

.FooterCell {
	PADDING: 5px; HEIGHT: 20px; TEXT-ALIGN: center
}
.HeaderCell {
	PADDING: 5px; MARGIN: 0px; HEIGHT: 80px;
}

.HeaderCellTitleBar
{
	background-image: url(images/bar_centre_green.gif);
	background-repeat: repeat-x;
}


.MainContentCell {
	PADDING: 5px; 
}
.LeftContentCell {
	PADDING: 5px; 
	WIDTH: 135px; 
	TEXT-ALIGN: right;
	border-right: #d0d0d0 1px solid;
}
.RightContentCell
{
	PADDING: 5px;
	width: 135px;
	border-left: #d0d0d0 1px solid;
}

.HilightedSection {
	PADDING-RIGHT: 10px; 
	PADDING-LEFT: 10px; 
	PADDING-BOTTOM: 10px;  
	PADDING-TOP: 10px; 
	BACKGROUND-REPEAT: no-repeat;
	border: #7f7f7f 1px solid;
	background-image: url(images/hilighted_section.gif);
	background-color: #f7f7f7;
}

.HilightedSectionRightFlow {
	PADDING-RIGHT: 10px; 
	PADDING-LEFT: 10px; 
	PADDING-BOTTOM: 10px;  
	PADDING-TOP: 10px; 
	BACKGROUND-REPEAT: no-repeat;
	border: #7f7f7f 1px solid;
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	background-image: url(images/hilighted_section.gif);
	background-color: #f7f7f7;
}

A
{
	color: #3a7993;
	text-decoration: none;
}

A:hover {
	COLOR: #65861e;
}

.SectionTitle
{
	FONT-WEIGHT: bold; 
	COLOR: #3a7993;
	padding: 3px;
	width:128px;
	height:14px;
	background-image: url(images/section_bar.gif);
}

.TableTextFlow
{
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
.PrimaryLink
{
	background-image: url(images/link_bar.gif);
	FONT-WEIGHT: bold;
	font-size: 11px;
	display:block;
	padding:3px;
	height:14px;	
	width:94px;
}

.PrimaryLink:hover
{
	padding: 3px;
	background-image: url(images/link_bar_green.gif);
	FONT-WEIGHT: bold;
	font-size: 11px;
	display:block;
	width:94px;
	height:14px;
}

.PrimaryLinkPadding
{
	padding:3px
}

.NavigationLink
{
	FONT-WEIGHT: bold;
	font-size: 11px;
	text-decoration: underline;
}
H1
{
	font-size: 11px;
	font-family: Arial;
	FONT-WEIGHT: bold; 
	COLOR: #3a7993;
}

.HR
{
	background-image: url(images/hr.gif);
	width: 100%;
	height: 20px;
}

.UKMap
{
	background-image: url(images/uk_map.gif);
	width: 140px;
	height: 150px;
	background-repeat:no-repeat;
	display:block;
}
.USMap
{
	background-image: url(images/us_map.gif);
	width: 198px;
	height: 150px;
	background-repeat:no-repeat;
	display:block;
}

.UKMap:hover
{
	background-image: url(images/uk_map_green.gif);
	width: 140px;
	height: 150px;
	background-repeat:no-repeat;
	display:block;
}
.USMap:hover
{
	background-image: url(images/us_map_green.gif);
	width: 198px;
	height: 150px;
	background-repeat:no-repeat;
	display:block;
}