
BODY, TD
  {
    font-family: "trebuchet ms", verdana, helvetica, sans-serif;
    font-size: 8pt;
    color: #cece5f;
    margin: 0;
    padding: 0;
  }

BODY
  {
    background-color: #151718;  
  }
  
FORM
  {
    margin: 0px;
  }
  
A
  {
    color: #ffffbf;
    text-decoration: none;
  }
  
A:hover
  {
    text-decoration: underline;
  }
  
H2
  {
    font-size: 1.2em;
    font-weight: bold;
  }
  
UL
  {
    margin-top: 5px;
  }
  
#outer
  {
    position: absolute;
    left: 50%;
    margin-left: -380px;
    margin-right: -380px;
    margin-top: 20px;
  }
  
#inner
  {
    width: 760px;        
  }
       
#contentmain
  {
    height: 311px;
  }
       
#header
  {
    height: 210px;
    background-image: url('/images/headerbackground.gif');
    background-repeat: no-repeat;
  }
  
#headerright
  {
    float: right;
    width: 500px;
    text-align: right;
    position: relative;
    top: 87px;
  }
  
#footerouter
  {
    margin-top: 6px;
  }
  
#footerinner
  {
    color: #659EB7;
  }
  
#menu
  {
    position: relative;
    top: 10px;
  }
  
#submenu
  {
    position: relative;
    top: 19px;
  }
   
#scrollcontentcontainer
  {
    position: relative;
    width: 280px;
  	height: 308px;
  	overflow: hidden;
  }

#scrollcontent
  {
    position: relative;
	  width: 280px;
  }
  
#scrollhandle
  {
    position: relative;
    cursor: hand;
  }
    
.smalltext
  {
    font-size: 7.5pt;
    font-style: italic;
    text-align: right;
    color: #666666;
  }

.specification
  {
    margin-bottom: 0;
  }
.specification LI
  {
    margin-bottom: 1px;
  }  
  
.extraleading
  {
    line-height: 13pt;
  }
  
INPUT,
TEXTAREA,
SELECT
  {
    border: 1px solid #ffffff;
    background: #939696;
    width: 300px;
  }
  
.notaninput
  {
    background: none;
    border: 0;
  }
  
.w30
  {
    width: 30px;
  }    

.spectitle
  {
    margin-left: 10px;
    font-weight: bold;
  }
  
.backgroundimage
  {
    background: #151718 url('/images/background.jpg') no-repeat left top; 
    min-height: 315px;
  }
