html, body {
  height:100%;
  margin:0px;
  padding:0px;
}


td {
  font: 11px Arial, Tahoma, Verdana;
  color: #474747;
}
td a {
  color: #2B71DB;
  text-decoration: underline;
}
td a:hover, td a.cont:hover {
  color: #FF0000;
  text-decoration: underline;
}



.tdRem {
  font: 9px Arial, Tahoma, Verdana;
  color: #626262;
}
.tdRem a {
  color: #626262;
  text-decoration: underline;
}
.tdRem a:hover, .tdRem a.cont:hover {
  color: #FF0000;
  text-decoration: underline;
}



.tdSmall {
  font: 9px Arial, Tahoma, Verdana;
  color: #000000;
}
.tdSmall a {
  color: #000000;
  text-decoration: underline;
}
.tdSmall a:hover, .tdSmall a.cont:hover {
  color: #FF0000;
  text-decoration: underline;
}



.tdCopy {
  font: 9px Arial, Tahoma, Verdana;
  color: #D6EBFF;
}
.tdCopy a {
  color: #ffffff;
  text-decoration: underline;
}
.tdCopy a:hover, .tdCopy a.cont:hover {
  color: #FF0000;
  text-decoration: underline;
}



input, select {
  font: 11px MS Sans Serif;
  color: #000000;
}



.tEvents{
  font: 9px Arial, Tahoma, Verdana;
  color: #626262;
  height: 240px;
  list-style: inside;
  list-style-position: inside;
  overflow-y: auto;
  padding-right: 5px;
}



.header {
  font: 30px Garamond, Arial, Verdana;
  color: #000000;
  padding-bottom: 22px;
}
.header a {
  color: #000000;
  text-decoration: none;
}
.header a:hover, .header a.cont:hover {
  color: #FF0000;
  text-decoration: underline;
}
