BODY {
  padding: 20px;
  background: white url("images/title_background.png");
  background-repeat: repeat;
  font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans serif;
  text-align:center;
}

TABLE.center {
	margin:auto;
}

TABLE.subpage {
  width: 100%;
}

TD.subpage {
  width: 50%;
}

TD.button {
  background: url("images/button.png");
  background-repeat: no-repeat;
  color: white;
  width: 372px;
  height: 73px;
  font-size: 18pt;
}

TD.explanation {
  background: white;
  color: #00DDDD;
  font-size: 11pt;
  padding-left: 20px;
  height: 100%;
}

TD.information {
  vertical-align: top;
  text-align: right;
}

TD.picture {
	width: 181;
  	text-align: center;
  	border-style: none;
}

img
{
  	border-style: none;
}

A:link
{
    color:#ffffff;
    text-decoration: none
}

A:visited
{
    color:#ffffff;
    text-decoration: none
}

