/* Default Nanvaent style sheet */

{ background: #FFFFFF; 
  color: #000000; 
font-size: x-small;
font-family: Papyrus,"Times New Roman",Times,Arial;
       }
P {
/*    font-size: x-small;
    font-family: Papyrus,"Times New Roman",Times,Arial; */
    margin: 0;
  }

BR { margin-top: 5; }
H2 { font-size: medium; margin-top: 0; margin-bottom: 0; }

.header { margin: 0; padding: 0; border: 0; }

.main { font-family: Papyrus,"Times New Roman",Times,Arial;
        font-size: x-small;
      }

.lcol { font-family: Papyrus,"Times New Roman",Times,Arial;
        font-size: xx-small;
      }

.rcol { font-family: Papyrus,"Times New Roman",Times,Arial;
        font-size: xx-small;
      }

TD { padding: 0; /* margin: 0; border: 0; */
    font-family: Papyrus,"Times New Roman",Times,Arial; }


TABLE { /* padding-top: 5; padding-bottom: 5;  */
        margin: 0; border: 0; font-size: x-small; }

TABLE.lcol { width: 110; }
TABLE.rcol { width: 150; }

TABLE.brown { background: #EAAA6C; }
TABLE.beige { background: #FFCC99; }
TABLE.grey { background: #99CCCC; }
TABLE.turq { background: #99CCCC; }

TD.brown { background: #EAAA6C; font-size: xx-small; }
TD.browntop {
    background: transparent url(/images/box_brown_top.gif) repeat-x scroll bottom center;
    height: 10; }
TD.brownbot {
    background: transparent url(/images/box_brown_bottom.gif) repeat-x scroll top center;
    height: 10; }

TD.beige { background: #FFCC99; font-size: xx-small; }
TD.beigetop { 
    background: transparent url(/images/box_beige_top.gif) repeat-x scroll bottom center; 
    height: 10; }
TD.beigebot { 
    background: transparent url(/images/box_beige_bottom.gif) repeat-x scroll top center; 
    height: 10; }

TR.turq { background: #99CCCC; 
    border-collapse: collapse; }

TD.turq { background: #99CCCC; font-size: xx-small; }
TD.turqtop {
    background: transparent url(/images/box_turq_top.gif) repeat-x scroll bottom center;
    height: 10; }
TD.turqbot {
    background: transparent url(/images/box_turq_bottom.gif) repeat-x scroll top center;
    height: 10; }

TD.turq570top {
    background: transparent url(http://www.nanvaent.org/images/box570_turq_top.gif) repeat-x scroll bottom center;
    border-bottom-color: #99CCCC;
    height: 10; }
TD.turq570bot {
    background: transparent url(http://www.nanvaent.org/images/box570_turq_bottom.gif) repeat-x scroll top center;
    border-top-color: #99CCCC;
    height: 10; }


A:link { color: #800000; }
A:visited { color: #800000; }
A:active { color: #800000; }



