body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	color: #1e1c6a;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #9791c7;
}

a {
	color: #fb8c1a;
	font-weight: bold;
}
a:visited {
	color: #fb8c1a;
	font-weight: bold;
}
a:hover {
	color: #ff0000;
	font-weight: bold;
}

#fullBrowserWidth {
	width: 100%;
	text-align: center;
	background: url("/images/holding_page/page_bg.jpg");
	background-repeat: repeat-x;
}

#centredPage {
	position: relative;
	width: 713px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	min-height: 600px;
	_height: 600px;
}

#mainLogo {
	position: absolute;
	top: 6px;
	left: 226px;
	width: 267px;
	height: 196px;
	z-index: 1;
}

#mainPanel {
	position: absolute;
	width: 713px;
	height: 447px;
	left: 0px;
	top: 153px;
	background: url("/images/holding_page/panel_bg.jpg");
	background-repeat: repeat-x;
}

#mainPanelLeft {
	position: absolute;
	width: 20px;
	height: 404px;
	top: 0px;
	left: 0px;
	background: url("/images/holding_page/panel_left.jpg");
	background-repeat: no-repeat;
}

#mainPanelRight {
	position: absolute;
	width: 20px;
	height: 404px;
	top: 0px;
	right: 0px;
	background: url("/images/holding_page/panel_right.jpg");
	background-repeat: no-repeat;
}

#mainPanel #mainPanelContent {
	margin: 0px 0px 0px 0px;
	padding: 70px 40px 0px 40px;
}
#mainPanel #mainPanelContent p {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

#mainPanel #mainPanelCopyright {
	position: absolute;
	width: 713px;
	height: 44px;
	left: 0px;
	bottom: 0px;
}
#mainPanel #mainPanelCopyright p {
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	font-size: 11px;
	line-height: 13px;
}

#mainPanel #linkButton1 {
	position: absolute;
	width: 238px;
	height: 174px;
	left: 78px;
	top: 196px;
	background-color: #ffffff;
}
#mainPanel #linkButton1 a {
	position: absolute;
	width: 238px;
	height: 174px;
	left: 0px;
	top: 0px;
	background: url("/images/holding_page/link_button1_off.jpg");
	background-repeat: no-repeat;
	text-decoration: none;
	color: #1e1c6a;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
}
#mainPanel #linkButton1 a:visited {
	background: url("/images/holding_page/link_button1_off.jpg");
	text-decoration: none;
	color: #1e1c6a;
}
#mainPanel #linkButton1 a:hover {
	background: url("/images/holding_page/link_button1_on.jpg");
	text-decoration: none;
	color: #ffffff;
}

#mainPanel #linkButton2 {
	position: absolute;
	width: 238px;
	height: 174px;
	right: 78px;
	top: 196px;
	background-color: #ffffff;
}
#mainPanel #linkButton2 a {
	position: absolute;
	width: 238px;
	height: 174px;
	left: 0px;
	top: 0px;
	background: url("/images/holding_page/link_button2_off.jpg");
	background-repeat: no-repeat;
	text-decoration: none;
	color: #1e1c6a;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
}
#mainPanel #linkButton2 a:visited {
	background: url("/images/holding_page/link_button2_off.jpg");
	text-decoration: none;
	color: #1e1c6a;
}
#mainPanel #linkButton2 a:hover {
	background: url("/images/holding_page/link_button2_on.jpg");
	text-decoration: none;
	color: #ffffff;
}

#mainPanel #linkButton1 span {
	display: block;
	width: 205px;
	margin: 105px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
#mainPanel #linkButton2 span {
	display: block;
	width: 155px;
	margin: 105px auto 0px auto;
	padding: 0px 0px 0px 0px;
}