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: 560px;
}

TD.subpage {
  width: 50%;
}

TD.button, TD.buttonr {
  background: url("images/button.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: white;
  width: 275px;
  height: 73px;
  font-size: 18pt;
  padding-left: 25px;
  text-align: left;
}

TD.buttonr {
  padding-right: 25px;
  text-align: right;
}

TD.explanation {
  background: white;
  color: #0088DD;
  font-size: 11pt;
  padding: 0 13px 0 13px;
  height: 100%;
}

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

TD.informationr {
  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
}

A:link.text
{
    color: #00AAAA;
    text-decoration: none;
    font-style: italic
}

A:visited.text
{
    color: #00AAAA;
    text-decoration: none;
    font-style: italic
}
