body {
font-family: verdana,arial,helvetica,sans-serif;
margin: 0em;
color: #630; background: #fff;
zbackground-attachment: fixed;
scrollbar-arrow-color: #ccccff;
scrollbar-base-color: #663300;
scrollbar-track-color : #aa8866;
}

.box {
    box-shadow: 0px 10px 30px #000;
    -moz-box-shadow: 0px 10px 30px #000;
    -webkit-box-shadow: 0px 10px 30px #000;
   }


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

h1,h2,h3,h4,h5 {font-family: verdana,arial,helvetica,sans-serif;}

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

.line1bg       { color: #fff; background: #060; background-image: url(/images/bg/bg-woodland-header.400x100.jpg);}
.line1         { color: #fff; font-weight : bold;    color: #fff; background: #060;
text-decoration: none; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;}
.line1:link    { color: #ffffff; text-decoration: none;}
.line1:visited { color: #ffffff; text-decoration: none;}

.line2bg       { color: #420; background: #060; background-image: url(/images/bg/bg-wood3.jpg);}
.line2         { color: #fff;}
.line2:link    { color: #ffffff; text-decoration: none;     font-weight : bold;}
.line2:visited { color: #ffffff; text-decoration: none;    font-weight : bold;}
.line2high,.line2high:link,.line2high:visited {
    font-weight : bold;
    color: #000; background: #cb9; text-decoration: none; background-image: url(/images/bg/bg-wood2.jpg);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }


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


.line4bg       { color: #420; background: #a86; background-image: url(/images/bg/bg-wood2.jpg);}
.line4round    { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; color: #420; background: #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;}
.line4high,.line4high:link,.line4high:visited {
    color: #fff; background: #060;
    font-weight : bold;text-decoration: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

.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;
  }

