body {
	overflow-x: hidden;
}

.caption {
  text-align: center;
  font-family: verdana;
  font-size: 14px;
  color: #555555;
  font-weight: bold;
}

.text {
  text-align: left;
  font-family: verdana;
  font-size: 11.5px;
  color: #555555;
}

.smallText {
  text-align: left;
  font-family: verdana;
  font-size: 11px;
  color: #555555;
}

a:link {
  color: #2c76ac;
}

a:visited {
  color: #2c76ac;
}

a:active {
  color: #2c76ac;
}

a:hover {
  color: #2c76ac;
}

.contentContainer {
    width: 798px;
    height: 598px;
    margin-left: -1px;
    margin-top: -1px;
    overflow: hidden;
    margin: auto;
}
