
body {
  font-family: Arial, Helvetica, sans-serif;
}


h1 {
  font-size: 14pt;
  color: #000099;
}


h2 {
  font-size: 11pt;
  font-style: italic;
  color: #000099;
}

.seeyou {
  font-family: times,"times new roman",serif;
  font-size: 13pt;
  font-weight: bold;
  font-style: italic;
  color: red;
}

p, li, td {
  font-size: 10pt;
  color: #3333cc;
}

th {
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  color: #3333cc;
}


#ProgSched table {
  padding: 6px;
  border-color: #88B;
  border-style: solid;
  border-width: 2px;
  border-collapse: collapse;
}

#ProgSched th {
  color: #3333cc;
  text-align: center;
  padding: 2px;
  font-size: 10pt;
  border-style: solid;
  border-width: 2px;
}

#ProgSched td {
  color: #3333cc;
  font-size: 10pt;
  text-align: center;
  padding: 2px;
  border-style: solid;
  border-width: 1px;
}

#Streams table {
  padding: 6px;
  border-color: #88B;
  border-style: solid;
  border-width: 2px;
  border-collapse: collapse;
}

#Streams th {
  color: #3333cc;
  text-align: left;
  padding: 2px;
  font-size: 10pt;
  border-style: solid;
  border-width: 2px;
}

#Streams td {
  color: #3333cc;
  font-size: 10pt;
  text-align: left;
  padding: 2px;
  border-style: solid;
  border-width: 1px;
}
