body         { background-image: url('img/bg.png'); background-repeat: repeat-x; background-color: #000000 ;
               font-family: Arial, Tahoma, Verdana, Helvetica; font-size: 10pt; color: #000000 } 
td           { font-family: Arial, Tahoma, Verdana, Helvetica; font-size: 10pt; color: #000000 }
a            { text-decoration: none; color: #0066CC }
a:visited    { color: #0066CC }
a:hover      { text-decoration: none; color: #009CF6 }

marign-top: 0px;

.menu1
{ font-family: Arial, Tahoma, Verdana, Helvetica;
  font-size: 11pt;
  font-weight: bold;
  color: #FFFFFF
}

.menu1 a:link { color: #F3B500 }
.menu1 a:visited { color: #F3B500 }
.menu1 a:hover { color: #F6E200; text-decoration: none  }

.footer
{ font-family: Tahoma, Verdana, Helvetica;
  font-size: 8pt;
  color: #404040;
  text-align: center
}

.footer a:link { color: #404040 }
.footer a:visited { color: #404040 }
.footer a:hover { color: #404040; text-decoration: underline  }

.bodysite { background-image: url('img/bg-body.png'); background-color: #242424 }

.title
{ font-family: Tahoma, Verdana, Helvetica;
  font-size: 9pt;
  font-weight: bold;
  color: #000000
}

.title a:link { color: #000000 }
.title a:visited { color: #000000 }
.title a:hover { color: #C00000; text-decoration: none  }

.message
{ font-family: Arial, Tahoma, Verdana, Helvetica;
  font-size: 9pt;
  color: #FFFFFF
}

#Button {
  background: url(img/btn/lgnbtn.png) top left no-repeat;
  width: 80px; height: 24px;
  border: 0px;
  text-indent: -2000px;
  line-height: 0px;
  cursor: pointer; cursor: arrow;
}

#navlist
{
padding: 3px 0;
margin-left: 0;
margin-top: 1;
margin-bottom: 4;
border-bottom: 1px solid #006699;
font: 12px Arial, Tahoma;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 0px;
border: 1px solid #328FBA;
border-bottom: none;
background: #DFF1F4;
text-decoration: none;
}

#navlist li a:link { color: #1B4D64; }
#navlist li a:visited { color: #1B4D64; }

#navlist li a:hover
{
color: #328FBA;
background: #B0DDE4;
border-color: #328FBA;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
}