A.f               { text-decoration: underline; }
A.f:link          { color: #00cc00; }
A.f:visited       { color: #00cc00; }
A.f:hover         { color: #00ff00; }
A.f:active        { color: #00cc00; }

A               { text-decoration: underline; }
A:link          { color: #006600; }
A:visited       { color: #006600; }
A:hover         { color: #009900; }
A:active        { color: #006600; }

BODY.main {
   margin: 0px;
   padding: 0px;
   background-color: #000000;
   background-image: url(img/mbg.jpg);
   background-repeat: repeat;
   color: #000000;
}
BODY.wdw {
   margin: 0px;
   padding: 0px;
   background-color: #eeffee;
}

#header {
   width: 100%;
   height: 100px;
   background-image: url("img/mbg.jpg");
   background-repeat: no-repeat;
}
#navbar {
   width: 800px;
   height: 50px;
   padding-top: 10px;
   background-image: url("img/BAR.GIF");
   background-repeat: repeat;
}
#footer {
   width: 800px;
   height: 30px;
   font-family: arial, sans-serif;
   background-image: url("img/BAR.GIF");
   background-repeat: repeat;
}
#ctxt {
   margin: 0px;
   width: 100%;
   padding: 15px;
   color: rgb(0,0,0);
   font-size: 12pt;
   font-weight: normal;
   font-family: Times New Roman, times, serif;
   text-align: left;
}
#clbl {
   color: #00cc00;
   font-size: 16pt;
   font-weight: bold;
   font-style: italic;
   font-family: arial, Helvetica, Verdana, sans-serif;
   text-align: left;
   border-width: 5px;
   border-color: rgb(255,248,238);
   border-style: solid;
}
#wlbl {
   color: #00cc00;
   font-size: 16pt;
   font-weight: bold;
   font-style: italic;
   font-family: arial, Helvetica, Verdana, sans-serif;
   text-align: center;
   border-width: 5px;
   border-color: #eeffee;
   border-style: solid;
   background-color: #000000;
}
#blbl {
   color: #00cc00;
   font-size: 16pt;
   font-weight: bold;
   font-style: italic;
   font-family: arial, Helvetica, Verdana, sans-serif;
   text-align: center;
   border-width: 5px;
   border-color: #eeeeff;
   border-style: solid;
}
#pftr {
   color: #00cc00;
   font-size: 10pt;
   font-family: arial, Helvetica, Verdana, sans-serif;
   text-align: center;
   border-width: 5px;
   border-color: #eeeeff;
   border-style: solid;
}
#wtb {
   background-color: #9999aa;
   color: #6666aa;
   width: 100%;
   font-size: 16pt;
   font-weight: bold;
   font-style: italic;
   font-family: arial, Helvetica, Verdana, sans-serif;
   text-align: center;
}
#wca {
   margin: 0px;
   padding: 15px;
   color: #000000;
   font-size: 12pt;
   font-weight: normal;
   font-family: Times New Roman, times, serif;
}
#ctb {
   background-color: #000000;
}
#cca {
   background-color: #eeeeee;
   background-image: url("img/paper.png");
   width: 700px;
}
#ccw {
   background-color: #eeeeee;
   width: 100%;
}
#ccb {
   background-color: #eeeeee;
   margin-top: 100px;
}
#ilink {
   border: outset;
   border-width: thick;
   border-color: #009900;
}
#frm {
   width: 400px;   
   margin: 0px;
   padding: 15px;
   border: solid;
   border-width: thin;
   background-color: #cccccc;
   border-color: rgb(153,153,153);
   border-style: outset;
   color: rgb(0,128,0);
   text-align: center;
   font-size: 12pt;
   font-weight: normal;
   font-family: arial, Helvetica, Verdana, sans-serif;
   font-style: normal;
}
#flbl {
   color: #006600;
   font-size: 10pt;
   font-weight: bold;
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-style: normal;
}
#fdat {
   color: rgb(0,0,0);
   font-size: 12pt;
   font-weight: normal;
   font-family: Times New Roman, times, serif;
   font-style: normal;
}
#wtxt {
   color: rgb(0,128,0);
   font-size: 12pt;
   font-weight: normal;
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-style: normal;
}
#hadr {
   color: rgb(0,128,0);
   font-size: 9pt;
   font-weight: normal;
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-style: normal;
}
#brd {
   border: solid;
   border-width: thin;
   border-color: rgb(255,0,0);
}