body {
  font-size         : 11px;
  font-family       : tahoma;
  line-height       : 150%;
  width             : 100%;
  height            : 100%;
  color             : #666666;
  background-color  : #FFFFFF;
  text-align        : center;
  scrollbar-arrow-color       : #666666;
  scrollbar-face-color        : #FFFFFF;
  scrollbar-3dlight-color     : #FFFFFF;
  scrollbar-darkshadow-color  : #FFFFFF;
  scrollbar-heigright-color   : #FFFFFF;
  scrollbar-shadow-color      : #FFFFFF;
}

div {
  margin            : 0px;
  padding           : 0px;
  color             : #666666;
  background-color  : #FFFFFF;
}

h1,h2,h3 {
  font-size         : 11px;
  font-family       : tahoma;
  font-weight       : 100;
  color             : #666666;
  background-color  : #FFFFFF;
}

ul {
  list-style        : none;
}

li {
  list-style        : none;
}

hr {
  border-style      : dashed;
  color             : #CCCCCC;
  width             : 100%;
  height            : 1px;
}

p {
  margin            : 0px;
  padding           : 0px;
}

a {
  text-decoration   : none;
  color             : #666666;
}

a:hover {
  text-decoration   : underline;
  color             : #333333;
}

a.link {
  color             : #006699;
}

img {
  border            : 0px;
}


.mini {
  font-size         : 10px;
}

.bold {
  font-weight       : bold;
}

.lspe {
  letter-spacing    : 1px;
}

.floatL {
  float             : left;
}

.floatR {
  float             : right;
}

