/* global import */
@import                  url('global.css');

/* Headers */
/*
.headerLinks {
  background-image:     url('../img/headParty.jpg');
  background-repeat:    no-repeat;
  padding-bottom:       10px;
  height:               19px         !important;
  width:                229px        !important;
}
*/


/* Tables */
.activityTDHead {
  padding-bottom:       5px;
}
.activityTDbody {
  border-top:           dotted 1px #000;
}
.activityTDText {
  width:                625px;
  text-align:           justify;
  padding-left:         5px;
}

