/* --------------------------------------------------- */
/* PRO IMAGE copyright Skill Zone Ltd 2005          */
/* --------------------------------------------------- */
BODY 
  {
  margin-top : 0px;
  margin-left : 0px;
  margin-bottom : 0px;
  margin-right : 15px;
  }

BODY, P, TD, OL, UL, BLOCKQUOTE 
  {
  color: black;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  }
 
TD
  {
  vertical-align: top; 
  }

H1, H2, H3, SPAN.h1, SPAN.h2, SPAN.H3
  {
  font-family: Trebuchet MS, Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #990099;
  }
  
  
div.subhead, span.subhead 
  {
  font-size: 10pt;
  font-weight: bold;
  background: #D7AAEE;
  color: #000000;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  }

  

/* --------------------------------------------------- */
/* Main Menu Bar                                       */
/* --------------------------------------------------- */

a.menubar, a.menubar:visited 
    {
    color: #ffffff;
    text-decoration: none;
    font-size: 12pt;
    font-weight: bold ;
    width: 160;
    }
	

a.menubar:hover, a.menubar:active
    {
    background: #990099;
    }
	



  td.menubar
    {
    text-align: right;
    vertical-align: middle;
    background: #000000 ;
    }

td.hilite
    {
    text-align: right;
    vertical-align: middle;
    background: #000000;
    }  
	
	
TD.spacercol
  {
  width: 20px;
  }
  
TD.menu
{
background: black url(background.jpg) fixed top left no-repeat;
}
  
/* ------------------------------------------------------------------- */
/* FORMS                                                               */
/* ------------------------------------------------------------------- */

INPUT.modern, TEXTAREA.modern
  {
  border: solid black 1px;
  background: #ffffff;
  width: 350px;
  }

