body {
  background-color: #99CCFF;
	cursor: default;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div {
  text-align: center;
}

table.smallpic {
  border: none;
  height: 127px;
	width: 100%;
  padding: 4px;
	margin: 0px;
}

table.button {
  border: none;
  height: 40px;
	width: 100%;
  padding: 4px;
	margin: 0px;
}

a:link { color: navy }
a:visited { color: navy }
a:hover { color: red }
a:active { color: navy } 

a {
  text-decoration: none;
}

dt {
  font-weight: bold;
}

.SectionTitle {
  font-size: 18px;
    font-weight: bold;
}

.SectionTitleCenter {
  font-size: 24px;
    font-weight: bold;
	  text-align:center;
}

.LegalText {
  font-size: 12px;
}

.BoldText {
  font-size: 17px;
    font-weight: bold;
}