﻿body {
  background-color: #c1c1c1;
  font-family:tahoma, arial;
}

/* Header */
.BG_Base {
  background-color: #transparent !important;
  height: 150px;
  background-image: url('/images/title.jpg') !important;
  background-position: bottom center !important;
  background-repeat: no-repeat !important;
}


/* Navigation */

.MSC_PrimaryNavFrame {
  background-color: #072956 !important;
  width: 780px !important;
  background-image: url('/images/navbackground.jpg') !important;
}

.MSC_PrimaryNavFrame {
  padding: 4px 4px 4px 12px !important;
  display: block !important;
}
.MSC_PrimaryNavFrame a {
  display: block;
  padding: 5px 12px !important;
  color: #ffffff !important;
  font-weight: bold !important;
  text-decoration: none !important;
}
.MSC_PrimaryNavLink-On {
  background-color: #005c8a !important;
  color: #ffffff !important;
  font-weight: bold !important;
  text-decoration: none !important;
}
.MSC_PrimaryNavFrame a:hover {
  text-decoration: underline !important;
}
.MSC_PrimaryNavLeftSpace, .MSC_PrimaryNavRightSpace {
  display: none !important;
}

/* Body */

.MS_MasterBody {
  background-image: url('images/background.jpg');
  background-position: top left;
  background-repeat: repeat-y;
  background-color : #FFFFFF !important;
}

.MSC_Body {
  padding: 10px 30px 10px 30px !important;
  background-color: transparent !important;
}

/* Footer*/

.MSC_FooterFrame {
  background-color: transparent !important;
}
.MS_MasterFooter {
  background-image: url('images/bottom.jpg');
  background-position: bottom left;
  background-repeat: no-repeat;
  background-color : #e0e0e0 !important;
}
.MSC_FooterFrame {
  position: relative;
  top: -15px;
}

/* Other Settings */

#ctl00_IWS_WH_CPH_Content_SlideshowControl1
{
color: #ffffff !important;
}
td, th
{
  font-family:tahoma;
  font-size:10pt;
}
table, tr, td {
  border-collapse: collapse !important;
  border: none !important;
  margin: 0px !important;
  padding: 0px !important;
}
td {
  vertical-align: top !important;
}
img {
  border: none !important;
}
ul {
  padding-left: 20px !important;
}
li {
  list-style-position: outside !important;
}
a:link {
color: #000000; /* Hyperlink colour */
text-decoration: none !important;
font-weight: bold !important;
}

a:visited {
color: 
#000000;
font-weight: bold !important;
text-decoration: none !important;
}

a:hover {
color: #000000; /* Hyperlink 'hover' colour */
text-decoration: underline !important;
font-weight: bold !important;
}

a:active {
color: #000000;
text-decoration: none !important;
font-weight: bold !important;
}
