body {
color: #333333;
font-family: Helvetica, Georgia, Times New Roman, Times, serif;
font-size: 13px;
}
#main {
  border: 2px solid #bbbbbb;
  margin: auto;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  width: 576px;
  min-height: 100px;
  text-align: left;
  line-height: 110%;
}
h1 {
color: #CC0000;
font-family: Helvetica, Georgia, Times New Roman, Times, serif;
font-size: 24px;
line-height: 20pt;
font-weight: bold;
display: inline;
}
h2 {
  font-size: 15px;
  color: #cc0000;
  display: inline;
}
h3 {
  font-size: 13px;
  color: #cc0000;
  display: inline;
}
#bullets {
  width: 500px;
  text-align: left;
}
#instructions 
{
  width: 500px;
  text-align: left;
}
a, a:visited, a:link, a:active {
  text-decoration: none;
  font-weight: normal;
	color: #cc0000;
}
a:hover {
  text-decoration: underline;
  font-weight: normal;
	color: #cc0000;
}
#disclaimer {
  font-size: 10px;
  line-height: 100%;
}
#terms {
  font-size: 12px;
}

hr {
  height: 1px;
}

table td {
        font-size: 13px;
}
#schedule {
  border: dashed 2px #cc0000;
  padding: 10px;
  background-color: #ffff33;
}

