body {
  font-family: arial, verdana, sans-serif; 
  font-size: 14px;
}

img {
  border: none;
}

table.bord { 
  border: 1px #cccccc solid; 
}

a {
  color: #0000ff;
  text-decoration: none;
}

a:hover { 
  text-decoration: underline;
}

a.nav {
  color: #336633;
  text-decoration: none;
}

a.nav:hover { 
  text-decoration: underline;
}

a.crumb {
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}

a.crumb:hover { 
  text-decoration: underline;
}

.crumbtext {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
}

.key {
  border-bottom: solid 1px #99cc99;
}

h4 { 
  color: #333333;
}

h5 { 
  color: #666666;
}

td.line {
  background-color: #cccccc;
}

ul { 
  list-style-image: url(images/bullet.gif); 
}

td.bg {
  background-color: #f0f0f0;
}

.title {
  font-size: 12px;
  font-weight: bold;
}


