.maf {
  float:left;
}

body { 
  color: black;
  font-family: tahoma, sans-serif;
  margin: 0 auto;
  padding: 0;
}

body, td, th, input {
  font-size: 13px;
}

A[onclick], A {
  color: #003366;
  cursor: pointer;
}

img {
  border: none;
}

th, td {
  vertical-align: top;
  padding: 1px;
}

applet {
  margin: 10px;
  display: block;
}

th {
  text-align: left;
  white-space: nowrap;
  padding: 1px 10px;
}

ul, ol {
}

p {
  margin: 1em 10px;
}

#col3 {
  float: left;
}

/* menu */

.maf .menu {
  margin: 0;
  padding: 0 0 5px 0;
  width: 170px;
  background: white url('/pics/menu_bg.gif') top right no-repeat;
}

.maf .menu div {
  margin: 0 2px 0 0;
  padding: 5px 11px 4px 11px;
  background: #E0E0E0 url('/pics/menu_headings_bg.gif') top left repeat-x;
}

.menu div a:link,
  .menu div a:hover,
  .menu div a:focus,
  .menu div a:active,
  .menu div a:visited {
      
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
      
    color: #017BC9;
    text-decoration: none;
      
    cursor: pointer;
  }

.menu span {
  display: block;
  margin: 0;
  padding: 4px 0 0 18px;
}

.menu span.first {
}

.menu span.last {
  margin-bottom: 5px;
}

.menu span a {
  font-size: 12px;
  font-weight: bold;
}

.menu span a:link,
  .menu span a:visited {
    color: black;
    text-decoration: none;
  }

.menu span.active a,
  .menu span a:hover,
  .menu span a:focus,
  .menu span a:active {
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid black;
  }


.content a:link,
  .content a:visited {
    color: #003366;
    text-decoration: none;
  }

.content a:hover,
.content a:active {
  color: #003366;
    text-decoration: none;
}
