/*-- PARAGRAPH --*/
 #pagehdr {margin:0}
 P.nomarg  {margin:0} 
 
/*-- LINKS --*/
 .arrow {border-style: none}

/*-- TABLES --*/
 TABLE {border-collapse: collapse}

/*-- GRAPHICS --*/
 IMG {border-style: none}
 .pagehdr IMG {width:1024px}
 .bdr0 {border-style: none}
 .vsp10 {margin:10px 0}
 .vsp20 {margin:20px 0}
 
/*-- MARGINS & SPACING --*/
 .ctr {text-align: center}
 .nobr {white-space:nowrap}

    /* -- accommodates virtually all browsers and doctypes.
          must make other arrangements for tr/td text alignment -- */

    /* <<< center NOT working in INDEX.  Why?? >>> */          
 .center {text-align: center}
 .center TABLE {margin-left: auto; margin-right: auto}

   /* -- works on all browsers more elegant method -- needed for 800x graphics on outdoor pages */
 DIV.centered {text-align: center}
 DIV.centered table {margin: 0 auto; text-align: center} 
 
/*-- MISC --*/
 .hide {display:none; color:#AAA}

