a {
 color:#ffffff;
 text-decoration: none; 
}
a:hover {
 color: #ffffff;
 text-decoration: underline;
}
a:active {
 color: #999999;
 text-decoration: none; 
}

img{
 border:none;
}


body{
 cursor:default;
 scrollbar-face-color:#999999;
 scrollbar-track-color:#000000;
 scrollbar-arrow-color:#000000;
 scrollbar-3dlight-color:#000000;
 scrollbar-highlight-color:#000000;
 scrollbar-shadow-color:#000000;
 scrollbar-darkshadow-color:#000000;

 font-size:10pt;
 font-color:#ffffff;
 margin:0px;
 background-color:#000000;
}


TABLE {
  table-layout: fixed;
  width: 450px;
  border-collapse: separate;
  border: 0px solid gray;
  empty-cells: show;
}

TD {
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
  empty-cells: show;
}


.dpoa{
  border: 0px;
  padding : 10px;
}

.date{
  font-size : 9pt;
  text-align : center;
  padding : 5px;
}

.day{
  font-size : 9pt;
  text-align : center;
  padding : 3px;
}

.event{
  font-size : 10pt;
  text-align : center;
  padding : 10px;
}

.time{
  font-size : 9pt;
  text-align : center;
  padding : 5px;
}

.fee{
  font-size : 9pt;
  text-align : center;
  padding : 3px;
}

