body {
  font-family: tahoma, verdana, arial, sans-serif;
  background: url(bg_body.gif) #679FE4 repeat-x bottom;
  padding: 0;
  margin: 0;
}
a, a:visited, a:hover {
  font-size: 12px;
  color: #AFD3FF;
  text-decoration: none;
}
a:hover {
  color: white;
}
a.mnu, a.mnu:visited, a.mnu:hover, a.mnu1, a.mnu1:visited, a.mnu1:hover {
  color: white;
  font-size: 11px;
  text-decoration: none;
}
a.mnu:hover {
  color: #AFD3FF;
}
a.mnu1, a.mnu1:visited, a.mnu1:hover {
  color: #23609E;
}
a.mnu1:hover {
  text-decoration: underline;
}

.l, .c, .r, h1, input, select, textarea {
  font-size: 12px;
  color: #000;
}

.j {
  font-size: 12px;
  color:#ffffff;
  text-align: justify;
  }

h1 {
  font-size: 17px;
  color:#ffffff;
}
h2 {
  font-size: 12px;
  font-weight: bold;
  color:#ffffff;
}
hr {
  height: 1;
  color: #588FD4;
}
.min {
  font-size: 11px;
  color: #fff;
}

.l {
  text-align: left;
}
.c {
  text-align: center;
}
.r {
  text-align: right;
}
.t {
  vertical-align: top;
}