body {
    font-family: Arial, Helvetiva, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    background-color: #ffffff;
}
p, ul, ol, dl, li, dt, dd, blockquote, td {
    font-family: Arial, Helvetiva, sans-serif;
    font-size: 12px;
    line-height: 18px;
}
th {
    font-family: Arial, Helvetiva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-align: left;
}
h1 {
    font-family: Arial, Helvetiva, sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #666666;
}
h2 {
    font-family: Arial, Helvetiva, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #666666;
}
img {
    font-family: Arial, Helvetiva, sans-serif;
    font-size: 12px;
    color: #000000;
}

aa { font-weight: bold;  color: #FF0500;  text-decoration: none; }
a { font-weight: bold;  color: #23387a;  text-decoration: none; }
a:hover, a:active { text-decoration: underline; }
a img { border-width: 0 !important; }

.nav { font-size: 11px;  line-height: 16px; }
.nav_inactive { font-size: 11px;  line-height: 16px; color: #000000; }
.nav2 { font-size: 12px;  line-height: 16px;  color: #000000; }
.title { font-weight: bold; color: #666666; }
.author { color: #666666; }
.menu { background-color: #FF8844; text-align: left; }
.logo-tl { background-color: #FF3388; text-align: center; }

table.fees {
  border-collapse: collapse;
  border: 0;
  margin-left: 20px;
}
/*
th.fees, td.fees {
  padding: 10px;
}
*/
td.price {
  text-align: right;
}
tr.evenrow { 
  vertical-align: top;
  background-color: #eeeeee;
}
tr.oddrow { 
  vertical-align: top;
  background-color: #ffffff;
}

table.program {
  border-collapse: collapse;
  border: 0px;
  margin-left: 20px;
  margin-right: 20px;
  // padding: 20px 15px 1px 4px;  // top right bottom left
}
td.time {
  text-align: right;
  width: 80px;
}
td.papers {
  text-align: left;
  margin-left: 5px;
}
td.session {
  text-align: left;
  margin-left: 5px;
  font-weight: bold;
}
tr.breakrow { 
  vertical-align: top;
  background-color: #eeeeee;
  border: 5px;
}
tr.sessionrow { 
  vertical-align: top;
  background-color: #ffffff;
  border: 5px;
}
