/******************************************************************/
/* PSA LIMITED                                                    */
/******************************************************************/
BODY, TD
  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  line-height: 150%;
  margin: 0;
  border: 0;
  padding: 0;
  color: black;
  background: white;
  }

A, A:VISITED
  {
  color: #001033;
  }

A:HOVER, A:ACTIVE
  {
  color: red;
  text-decoration: underline;
  }

TR
  {
  vertical-align: top;
  }

HR
  {
  color: #003366;
  background: #003366;
  height: 1px;
  }


/******************************************************************/
/* PAGE LAYOUT                                                    */
/******************************************************************/
TD.menu, TD.copyright
  {
  font-size: 10pt;
  width: 205px;
  background: #CCDBE0;
  border-left: solid #333333 1px;
  border-right: solid #333333 1px;
  }


DIV.menulogo
  {
  border-top: solid #333333 1px;
  background: #5294ce;
  }

DIV.menulogo IMG
  {
  display: block;
  }

DIV.menubar
  {
  text-align: center;
  color: #ffffff;
  background: black;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
  }

DIV.menublock
  {
  padding-top: 8px;
  }

UL.menubullet
  {
  margin-top: 2pt;
  }

UL.menubullet A
  {
  text-decoration: none;
  }

DIV.menuaddress
  {
  font-size:8pt;
  padding-left:24px;
  line-height:normal;
  }

DIV.findus
  {
  font-size:10pt;
  }


/******************************************************************/
/* MAIN DISPLAY AREA                                              */
/******************************************************************/
TD.card
  {
  background: white;
  border-top: solid #333333 1px;
  border-right: solid #333333 1px;
  border-bottom: solid #333333 1px;
  }

TD.main
  {
  padding:16px;
  }

H1
  {
  margin-top: 0;
  padding-top: 0;
  color: #003366;
  font-size: 18pt;
  font-weight: normal;
  line-height: normal;
  }

H2
  {
  font-weight: normal;
  font-size: 14pt;
  line-height: normal;
  border-bottom: solid #003366 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 6px;
  }


TD.images
  {
  width:212px;
  text-align:center;
  padding-top:10px;
  padding-bottom:175px;
  padding-left:20px;
  padding-right:10px;
  }

TD.sidebar
  {
  background:#f0f8ff;
  width:220px;
  padding-top:10px;
  padding-bottom:175px;
  padding-left:10px;
  padding-right:10px;
  }

TD.images IMG
  {
  border: solid black 1px;
  }

TD.images IMG.logo
  {
  border: solid black 0px;
  }

div.caption
  {
  padding-bottom:20px;
  font-size:10pt;
  color:#003366;
  line-height: normal;
  }

/* --------------------------------------------------- */
/* FORMS                                               */
/* --------------------------------------------------- */
TD.formborder
  {
  border: solid #003366 1px;
  padding: 8px;
  }

P.formlegend
  {
  font-size: 90%;
  }

INPUT.modern, TEXTAREA.modern
  {
  background: #ffffff;
  border: solid black 1px;
  width: 80%;
  }

INPUT.moderncheck
  {
  border: solid black 1px;
  }

/******************************************************************/
/* PROVISION FOR ALTERNATE MEDIA TYPES                            */
/******************************************************************/
DIV.invisible
  {
  display: none;
  }

@media screen
  {
  DIV.noscreen
    {
    display: none;
    }
  }

@media print
  {
  DIV.noprint, TD.menu
    {
    display: none;
    }

  TD.card
    {
    border: 0;
    }

  DIV.noscreen
    {
    padding-left: 10px;
    }

  TD.card
    {
    background: white;
    color: black;
    }
  }
