BODY
{
  color         : black;
  background    : #EEEEEE;
} 

A:link
{
  color         : #DDDDDD;
} 

A:visited
{
  color         : #DDDDDD;
} 

A:hover
{
  color         : #FFFFFF;
}

.banner
{
  color         : black;
  position      : absolute;
  left          : 0px;
  top           : 30px;
  width         : 748px; 
  height        : 20px;
  background    : white;
  font-family   : courier;
  font-size     : 10pt;
  border-color  : white;
  border-width  : 1px;
}

.bar
{
  color          : white;
  position       : absolute;
  left           : 0px;
  top            : 50px;
  width          : 150px; 
  height         : 35px;
  background     : maroon;
  font-family    : verdana;
  font-size      : 10pt;
  border-color   : white;
  border-width   : 1px;
}

.menu
{
  position     : absolute;
  width        : 150px;
  height       : 100px;
  background   : maroon;
  top          : 86px;
  visibility   : hidden;
  font-family  : verdana;
  font-size    : 10pt;
  border-color : white;
  border-width : 3px;
}

.logo-shadow
{
  position     : absolute;
  top          : 2px;
  left         : 0px;
  height       : 50px;
  color        : #BBBBBB;
  font-family  : verdana,serif;
  font-weight  : bold;
  font-size    : 18pt;
}
	
.logo-colour
{
  position     : absolute;
  top          : 0px;
  left         : 2px;
  height       : 50px;
  color        : #0000BB;
  font-family  : verdana,serif;
  font-weight  : bold;
  font-size    : 18pt;
}

.script-info
{
  position     : absolute;
  top          : 30px;
  left         : 8px;
  height       : 10px;
  color        : red;
  font-family  : verdana,serif;
  font-size    : 8pt;
}

.link-info
{
  position     : absolute;
  top          : 150px;
  left         : 100px;
  height       : 10px;
  width        : 240px;
  color        : red;
  font-family  : verdana,serif;
  font-size    : 8pt;  
}

.lowText { text-decoration: none; text-align: center; color: #DDDDDD; font: 12pt verdana, Helvetica }
.highText { text-decoration: none; text-align: center; color: #FFFFFF; font: 12pt verdana, Helvetica }
.itemBorder { border: 1px solid #000000 }
.itemBorderBlank { border: 1px solid #CCCCDD }

.buttonText { text-decoration: none; color: #FFCC99; font: Bold 12px Arial, Helvetica }
.buttonHover { text-decoration: none; color: #99CCFF; font: Bold 12px Arial, Helvetica; padding: 1px }
.buttonBorder { border: 1px outset #339966 }
.buttonBorderOver { border: 1px inset #CC9966 }
