.page {
  margin:0px auto;
  margin-top: 10px;
  text-align:left;
  width: 1000px;
  background-color: #FFFFFF;
}

body {
  position: relative;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0;
  background-color: #1F2F7F;
  text-align: center;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.3em;
  color: #1f2f7f;
  margin-bottom: 5px;
  padding-top: 5px;
  font-size: 24px;
  border-bottom: 1px solid #CCCCCC;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.3em;
  color: #1f2f7f;
  margin-bottom: 5px;
  font-size: 20px;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.3em;
  color: #000000;
  margin-bottom: 5px;
  font-size: 16px;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.3em;
  color: #000000;
  margin-bottom: 12px;
  font-size: 16px;
}

p, td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;
}

.footer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 1.3em;
  color: #999999;
  height: 50px;
}
.footer td {
  font-size: 11px;
}
.footer a {
  text-decoration: none;
}

.hideHeader {
  display: none;
}

.caption {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1em;
}
.imageCaption {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1em;
}

.hilite {
  background-color: #e0e0e0;
}

.linedTable {
  border-top: 1px solid #000000; 
  border-left: 1px solid #000000; 
  border-right: 1px solid #000000; 
}
.linedTable td {
  border-bottom: 1px solid #000000; 
}
.linedTable th {
  background-color: #CCCCCC;
  border-bottom: 1px solid #000000; 
  text-align: center;
}

.trophyTable {
  border: 1px solid #000000; 
}
.trophyTable th {
  background-color: #CCCCCC;
  border-bottom: 1px solid #000000; 
  text-align: center;
}

table.directions th {
	background-color:#E0E0E0;
	color:#000000;
}
