body {
color: #630; background: #fff;
background-attachment: fixed;
font-family: verdana,arial,helvetica,sans-serif;
margin: 0em;
    margin-bottom : 0em;
    margin-left : 0em;
    margin-right : 0em;
    margin-top : 0em;
}

td,th {
    /* font-size : 90%; */
    line-height : 1.5;
}

h1,h2,h3,h4,h5 {
    margin-bottom:0;
    padding-bottom:0;
  }

A:link    { color: #630; text-decoration: underline; }
A:visited { color: #630; text-decoration: underline; }
A:hover   { color: #630; text-decoration: underline; }

.line1  { color: #060;}

.line1bg       { color: #fff; background: #060; background-image: url(/images/bg/bg-woodland-header.400x100.jpg);}
.line1         { color: #fff;}
.line1:link    { color: #fff; text-decoration: none;}
.line1:visited { color: #fff; text-decoration: none;}
.line1:hover   { color: #fff; text-decoration: underline;}

.line2bg       { color: #fff; background: #a85; background-image: url(/images/bg/bg-wood3.jpg);}
.line2         { color: #fff;}
.line2:link    { color: #fff; text-decoration: none;}
.line2:visited { color: #fff; text-decoration: none;}
.line2:hover   { color: #fff; text-decoration: underline;}

.line3bg       { color: #000; zbackground: #cb9; text-decoration: none; zbackground-image: url(/images/bg/bg-wood2.jpg);}
.line3round    { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; color: #000; zbackground: #cb9; text-decoration: none; background-image: url(/images/bg/bg-wood2.jpg);}
.line3         { color: #000; text-decoration: none;}
.line3:link    { color: #000; text-decoration: none; zbackground-image: url(/images/bg/bg-wood0.jpg)}
.line3:visited { color: #000; text-decoration: none; zbackground-image: url(/images/bg/bg-wood0.jpg)}
.line3:hover   { color: #000; text-decoration: none; zbackground-image: url(/images/bg/bg-wood0.jpg)}

.line4bg       { color: #420; background: #cb9; background-image: url(/images/bg/bg-wood2.jpg);}
.line4round    { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; color: #420; zbackground: #a86; text-decoration: none; background-image: url(/images/bg/bg-wood2.jpg);}
.line4         { color: #000; }
.line4:link    { color: #000; text-decoration: none;}
.line4:visited { color: #000; text-decoration: none;}
.line4:hover   { color: #060; text-decoration: none;}

.line5bg       { color: #420; background: #fff; text-decoration: none;}
.line5         { color: #420; background: #fff; text-decoration: none;}
.line5:link    { color: #630; text-decoration: none; }
.line5:visited { color: #630; text-decoration: none; }
.line5:hover   { color: #060; text-decoration: none; }


.t2  { color: #00cc00;}
.t3  { color: #ffffff;}
.t4  { color: #99ccff;}


p.dotted {border-style: dotted}
p.dashed {border-style: dashed}
p.solid {border-style: solid}
p.double {border-style: double}
p.groove {border-style: groove}
p.ridge {border-style: ridge}
p.inset {border-style: inset}
p.outset {border-style: outset}


.boxshadow {
    -moz-border-radius: 1em 2em;
    -moz-box-shadow: 4px 4px 10px #666 inset;
    border-radius: 1em 2em;
    border:1px inset #000;
  }
