html{font-size: 62.5%;overflow-y: scroll; }
body{
	margin:0;
	padding:30px 0 0 0;
	background:url(../images/body.gif);
	font:1.5em/18px Arial, Helvetica, sans-serif; /* was 11/16 */
	color:#fff;
}
body#green h1.logo a span{
	background:url(../images/green-dot.gif) no-repeat 0 0;
}
body#green .top{
	background-position:0 -147px;
}
body#green .middle{
	background:#009430;
}
body#purple h1.logo a span{
	background:url(../images/purple-dot.gif) no-repeat 0 0;
}
body#purple .top{
	background-position:0 -294px;
}
body#purple .middle{
	background:#b727bf;
}



body#blue h1.logo a span{
	background:url(../images/blue-dot.gif) no-repeat 0 0;
}
body#blue .top{
	background-position:0 -441px;
}
body#blue .middle{
	background:#00aeef;
}
#blue #content .vscroll-line{
	background:#4dc6f4;
}
#blue #content .vscroll-slider{
	background:url(../images/blue-slider.gif) no-repeat 0 0;
}


body#orange h1.logo a span{
	background:url(../images/orange-dot.gif) no-repeat 0 0;
}
body#orange .top{
	background-position:0 -588px;
}
body#orange .middle{
	background:#f57b21;
}
#orange #content .vscroll-line{
	background:#f8a364;
}
#orange #content .vscroll-slider{
	background:url(../images/orange-slider.gif) no-repeat 0 0;
}



body#light-green h1.logo a span{
	background:url(../images/light-green-dot.gif) no-repeat 0 0;
}
body#light-green .top{
	background-position:0 -735px;
}
body#light-green .middle{
	background:#8cc63e;
}
#light-green #content .vscroll-line{
	background:#afd778;
}
#light-green #content .vscroll-slider{
	background:url(../images/light-green-slider.gif) no-repeat 0 0;
}



body#red h1.logo a span{
	background:url(../images/red-dot.gif) no-repeat 0 0;
}
body#red .top{
	background-position:0 -882px;
}
body#red .middle{
	background:#e51a23;
}
#red #content .vscroll-line{
	background:#ed5f65;
}
#red #content .vscroll-slider{
	background:url(../images/red-slider.gif) no-repeat 0 0;
}




body#white h1.logo a span{
	background:url(../images/yellow-dot.gif) no-repeat 0 0;
}
body#white .top{
	background-position:0 -1029px;
}
body#white .middle{
	background:#fff;
}
#white #content .vscroll-line{
	background:#b2b2b2;
}
#white #content .vscroll-slider{
	background:url(../images/white-slider.gif) no-repeat 0 0;
}
#white{
	color:#000;
}






#purple #content .vscroll-line{
	background:#9c5a9c;
}
#purple #content .vscroll-slider{
	background:url(../images/purple-slider.gif) no-repeat 0 0;
}



a{
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}
a:hover{
	text-decoration:none;
}
img{
	border:0;
	display:block;
}
p{
	margin:0; 
}
ul{
	padding:0;
	margin:0;
	list-style:none;
}
.mar p{
	margin:0 0 16px 0;
}
#main{
	width:824px;
	margin:0 auto;
	background:#000;
	overflow:hidden;
	position:relative;
}
.bg-inv{
	overflow:hidden;
	height:0px;
	left:0px;
}
.header{
	height:119px;
	overflow:hidden;
	width:824px;
}
h1.logo{
	margin:24px 0 0 25px;
	float:left;
	display:inline;
	text-indent:-9999px;
	overflow:hidden;
}
h1.logo a{
	background:url(../images/logo.gif);
	width:198px;
	height:65px;
	display:block;
	outline:none;
	position:relative;
}
h1.logo a span{
	background:url(../images/yellow-dot.gif) no-repeat 0 0;
	top:56px;
	left:192px;
	position:absolute;
	display:block;
	width:6px;
	height:5px;
}
ul.side-banners{
	position:absolute;
	right:20px;
	top:12px;
	width:90px;
}
ul.side-banners li{
	padding:0 0 10px 0;
	float:left;
}
.content{
	width:710px;
	margin:0 0 0 25px;
	overflow:hidden;
}
.sidebar{
	width:114px;
	margin:0 15px 0 0;
	float:left;
	display:inline;
}
.sidebar ul{
	padding:28px 0 0 0;
	width:114px;
}
.sidebar ul li{
	float:left;
	font:1.08em "Myriad Pro", Arial, Helvetica, sans-serif;
	width:114px;
}
.sidebar ul li a{
	color:#fff;
	text-decoration:none;
}

.sidebar ul li a.b1:hover, .sidebar ul li.active a.b1{
	color:#f57b21; /* was ffce00 */
}
.sidebar ul li a.b2:hover, .sidebar ul li.active a.b2{
	color:#009430; /* was 009430 */
}
.sidebar ul li a.b3:hover, .sidebar ul li.active a.b3{
	color:#b314b3; /* was b314b3 */
}
.sidebar ul li a.b4:hover, .sidebar ul li.active a.b4{
	color:#00aeef; /* was 00aeef */
}
.sidebar ul li a.b5:hover, .sidebar ul li.active a.b5{
	color:#8cc63e; /* was f57b21 */
}
.sidebar ul li a.b6:hover, .sidebar ul li.active a.b6{
	color:#ffce00; /* was 8cc63e */
}
.sidebar ul li a.b7:hover, .sidebar ul li.active a.b7{
	color:#e51a23; /* was e51a23 */
}
.center{
	width:580px;
	float:left;
}
.top{
	background-image:url(../images/head-all-colours.gif);
	width:580px;
	background-position:0 0;
	background-repeat:no-repeat;
	padding:147px 0 0 0;	
}
.middle{
	background:#ffce00; /* was fce000 */
	width:580px;
	float:left;	
}
.data{
	margin:-38px 0 0 0;
	position:relative;
	width:510px;
	padding:0 0 25px 34px;
}
.data#up{
	margin:-100px 0 0 0;
	height:440px;
}
.data-head, data-head-black{
	padding:0 0 12px 0;
	width:510px;
	overflow:hidden;
}
.data-head h2, .data-head-black h2{
	font:1.84em Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0;
}
.data-head-black h2{
	color:#000;
}
#orange h2 a{
	font-weight: normal;
	text-decoration: none;
}
#orange h2 a:hover{
	text-decoration: underline;
}
ul.tx li{
	display:inline;
}
.data-head h2 span.bg{
	display:inline;
	background:url(../images/arrow.gif) no-repeat 100% 6px;
}

.data-head h2 img{
	display:inline;
}
.headings, .headings2{
	height:auto !important;
	width:508px;
}
.txt, .txt2{
	width:512px;
	padding:12px 0 0 34px;
	border-top:1px solid #fff;
	overflow:hidden;
	margin:5px 0 0 -34px;
}
.txt2{
	border-top:1px solid #000;
}
.txt2 a{
	color:#000;
}
.txt p{
    margin-top:0px;
    margin-bottom:10px;
}
.txt2 p{
    margin-top:0px;
    margin-bottom:10px;
}
ul.default{
	padding:0;
	margin:0;
	list-style:none;
}
ul.default li{
	background:url(../images/bullet.gif) no-repeat 0 4px;
	padding:0 0 0 12px !important;
	margin-bottom:20px;
	list-style:none;
	float:left;
	width:450px;	
}
.col{
	width:155px;
	float:left;
	margin:0 5px 0 0;
	display:inline;
	padding:0 !important;
}
.col.last{
	margin:0;
}
.col p{
	margin:0 0 0 0;
}
.col img{
	display:inline;
	padding:0 !important;
}
.col a{
	text-decoration:underline;
} 
.col a:hover{
	text-decoration:underline;
}
.col strong{
	padding:0 !important;
}
.footer{
	width:824px;
	margin:10px auto 0 auto;
	border-top:1px solid #fff;
	padding:8px 0 0 0;
	font-size:.85em;
	color:#fff;
}
.footer ul{
	float:right;
}
.footer ul li{
	display:inline;
	padding:0 5px 0 6px;
	background:url(../images/foot-split.gif) no-repeat 100% 3px;
}
.footer ul li.first{
	background:none;
	padding:0 0 0 6px;
}
.footer ul li a{
	text-decoration:none;
	font-weight:normal;
}
.footer ul li a:hover{
	text-decoration:underline;
}
#content{
	overflow:hidden;
	width:512px;
}
#content a{
	padding:0;
}
#content * {
	padding:0 30px 0 0;
}
#content .vscroll-bar{
	position:absolute;
	width:10px !important;
	margin:0;
	padding:0;
	cursor:pointer;
}
#content .vscroll-up{
	position:absolute;
	top:1px  !important;
	left:1px !important;
	height: 1px !important;
	cursor:pointer;
}
#content .vscroll-down{
	position:absolute;
	left:1px !important;
	cursor:pointer;
}
#content .vscroll-line{
	width:9px !important;
	left:1px !important;
	overflow: hidden;
	background:#4d9a86;
}

#content table {
padding:0px;
}

#content table * {
padding:0px;
}

#content table td {
padding: 3px;
}

* html #content .vscroll-line { top:9px  !important;}
#content .vscroll-slider{
	left:1px !important;
	background:url(../images/green-slider.gif) no-repeat 0 0;
	width:9px !important;
}
#scrollslider0{
	height:9px !important;
}
.footer-print{
	display:none;
}
.sIFR-flash {
	visibility:visible !important;
	margin:0;
}
.sIFR-replaced {
	visibility:visible !important;
}
span.sIFR-alternate {
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:0;
	display:block;
	overflow:hidden;
}
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
.sIFR-hasFlash .data-head h2{
	margin:0;
	font-size:26px;
	visibility:visible;
	letter-spacing:-1px;
}
.sIFR-hasFlash .data-head-black h2{
	margin:0;
	font-size:26px;
	visibility:visible;
	letter-spacing:-1px;
}
.sIFR-hasFlash ul.tx li{
	margin:0;
	font-size:26px;
	visibility:visible;
	letter-spacing:-1px;
}
body#white .data-head h2{
	color:#000;
}
body#white div.txt{
	border-top:1px solid #000;
}
body#white div.txt a{
	color:#000;
}
body.homePage div.txt { border-top:0; }
body.homePage div#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	padding-bottom:15px;
}
body.homePage div#content p a {
	font-weight: normal;
}
body.homePage div#content p a strong{
	padding-right:0 !important;
}
body.homePage div#content p a:link, body.homePage div#content p a:visited {
	text-decoration:none;
}
body.homePage div#content p a:hover, body.homePage div#content p a:active {
	text-decoration:underline;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
