html, body {
	padding:0;
	margin:0;
	background-color:#f2f2f2;
}
.backbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#8F1F44;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#FFF;
	font-family:calibri;
	font-size:11pt;
	padding:3px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
}
#page {
	width:98%;
	padding: 0 1% 1% 1%;
	height:100%;
	float:left;
}
#content {
  background: #fff;
  border-radius: 5px;
  color: #000;
  font-family: Calibri;
  font-size: 13pt;
  line-height: 15pt;
  padding: 20px;
  text-align: center;
  width: 800px;
  margin:20px auto;
}
h3 {
  font-size: 14px;
  margin: 0 0 22px 0;
  font-weight: 700; 
}
h4 {
  font-size: 14px;
  margin:0;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Varela Round",sans-serif;
  line-height: 1.3;
}
.tabled {
  line-height: 1;
  margin: 0;
  width: 800px;
}
.tabled a {
  text-decoration:none;
}  
table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
  text-decoration:none;
}
.txt {
	font-family: Calibri;
	font-size: 14pt;
}
p {
  margin: 0 0 24px;
}
.end {
	font-family: "Lucida Handwriting";
}
.capitals {
	font-size:16px;
}