/*
 * Created by Carl Hindle on 01 May 2004
              Technomage
              The Blue Wizard
              http://www.bluewizard.com.au

   Last Updated on 09 May 2004

 */

body {
 margin: 0px;
 padding: 0px; /* for Opera */

 background-color: white;

 width: 240px;

 font-family: Arial, Helvetica, sans-serif;
 font-size: 8pt;
 font-style: normal;
 font-weight: normal;
}

body.OpeningPage {
 margin: 0px;
 padding: 0px;

 background-color: rgb(150, 200, 230);
 background-image: url(images/opening_page.gif);
 background-repeat: no-repeat;
 background-position: top center;

 font-family: Arial, Helvetica, sans-serif;
 font-size: 8pt;
 font-style: normal;
 font-weight: normal;

 width: 200px;
}

a:link {
 color: blue;
 text-decoration: none;
 }

a:visited {
 color: rgb( 0, 100, 255);
 text-decoration: none;
 }

a:active {
 color: red;
 text-decoration: underline;
 }

a:hover {
 color: red;
 text-decoration: underline;
 }

p {
  text-align: left;
}

strong {
  font-weight: bold;
}

.TitleBar {
  background-image: url(images/topbg.gif);
  background-repeat: repeat-x;
}

.SectionName {
  visibility: hidden;
  position: absolute;
  width: 100%;

  font-family: "Britannic Bold", Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;

  text-align: center;
  text-decoration: underline;

  color: red;
}

.OpeningSectionName {
  position: absolute;
  top: 20px;
  width: 100%;

  font-family: "Britannic Bold", Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;

  text-align: center;
}

.OpeningSectionSubTitle {
  position: absolute;
  top: 0px;
  width: 100%;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: normal;

  text-align: center;
}

.PageName {
  position: absolute;
  top: 5px;
  right: 5px;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: black;
}

.PageBuild {
 visibility: hidden;
}

.PagePicture {
 visibility: hidden;
}

.PageMenu {
  position: absolute;
  top: 160px;
  left: 100px;
  right: 5px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

.PageContent {
  position: absolute;
  top: 240px;
  left: 10px;
  right: 5px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  text-align: left;
}

.PageSubMenu {
  position: absolute;
  top: 235px;
  left: 10px;
  right: 10px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

.PageSubContent {
  position: absolute;
  top: 260px;
  left: 10px;
  right: 10px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  text-align: left;
}

.DateInfo {
  visibility: hidden;
  position: absolute;
  top: 35px;
  right: 5px;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 6pt;
  color: black;
}

.MenuButtonItems {
  visibility: hidden;
  position: absolute;
  top: 180px;
  width: 140px;
  z-index: 0;
}

.MenuButton {
  margin: 0px;
  padding: 0px;

  position: relative;
  height: 50px;
  width: 140px;
}

.MenuTextItems {
  position: absolute;
  top: 140px;
  left: 5px;


  z-index: 9;
}

.MenuButtonText {
  position: relative;
  height: 15px;

  font-family: Arial, Helvetica, sans-serif; 
  font-size: 9pt;
  font-weight: bold;

  color: rgb(0, 255, 255);
}

a.MenuLink:link {
 color: blue;
 text-decoration: none;
 }

a.MenuLink:visited {
 color: rgb( 0, 100, 255);
 text-decoration: none;
 }

a.MenuLink:active {
 color: red;
 text-decoration: underline;
 }

a.MenuLink:hover {
 color: rgb(0, 127, 255);
 text-decoration: underline;
 }
a.TBW:link {
 color: white;
 font-size: 7pt;
 text-align: center;
 font-style: normal;
 font-weight: normal;
 text-decoration: none;
 font-family: Arial, Helvetica, sans-serif;
 }

a.TBW:visited {
 color: white;
 font-size: 7pt;
 text-align: center;
 font-style: normal;
 font-weight: normal;
 text-decoration: none;
 font-family: Arial, Helvetica, sans-serif;
 }

a.TBW:active {
 color: white;
 font-size: 7pt;
 text-align: center;
 font-style: normal;
 font-weight: normal;
 text-decoration: none;
 font-family: Arial, Helvetica, sans-serif;
 }

a.TBW:hover {
 color: rgb(0, 255, 255);
 font-size: 7pt;
 text-align: center;
 font-style: normal;
 font-weight: normal;
 text-decoration: none;
 font-family: Arial, Helvetica, sans-serif;
 }

.TBW {
 color: white;
 font-size: 7pt;
 text-align: center;
 font-style: normal;
 font-weight: normal;
 text-decoration: none;
 font-family: Arial, Helvetica, sans-serif;
 }

.TermsAndConditions {
 font-size: 7pt;
 text-align: center;
 font-style: normal;
 font-weight: normal;
 text-decoration: none;
 font-family: Arial, Helvetica, sans-serif;
}

.Copyright {
 position: absolute;
 top: 565px;
 left: 5px;
 width:120px;
 font-size: 7pt;
 text-align: center;
 font-style: normal;
 font-weight: normal;
 text-decoration: none;
 font-family: Arial, Helvetica, sans-serif;
}
