 html {
  line-height: 1.15; 
  -webkit-text-size-adjust: 100%; 
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Calibri', sans-serif;
	font-size: 100%;
  line-height: 1.3;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  background: #fff;
  -webkit-print-color-adjust:exact;
}
.frame-outer {
  position: relative;
  padding: 1rem;
  width: 750px;
  margin: 1.3rem auto;
  background:url(bg_top.jpg) no-repeat top left,url(bg_bottom.png) no-repeat bottom right,url(bg.jpg) no-repeat bottom right;
  box-shadow: -0.1rem 0.1rem 1rem #999;
  font-size: 0.875rem;
}



.frame-outer2 {
  position: relative;
  padding: 1rem;
  width: 750px;
  margin: 1.3rem auto;
  background:url(bg_top.jpg) no-repeat top left,url(bg.jpg) no-repeat bottom right;
  box-shadow: -0.1rem 0.1rem 1rem #999;
  font-size: 0.875rem;
background-size: 36%;
}





a {
  color: #AF252D;
  text-decoration: none;
}
p {
	padding-bottom: 1rem;
}

h1 {
  font-size: 2.35em;
  line-height: 1.1;
  color: #A72029;
  margin: 0.5rem 0 1.5rem 1.5rem;
  text-shadow: 0.1875rem 0.1875rem 0.125rem #C8C8C8;
}

h2 {
  font-size: 1.25em;
  color: #A72029;
  line-height: 1.3;
  margin: 0 0 0.25rem;
}

h3 {
  font-size: 1em;
  line-height: 1.3;
  margin: 0;
}

ul {
  padding: 0rem 0rem 1rem;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 1rem;
  margin-top: 0.125rem;
}

li::before {
  content: "•";
  display: inline-block;
  font-size: 1em;
  position: relative;
  float: left;
  top: -1px;
  margin-left: -1rem;
} 
img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  vertical-align: middle;
}
a:hover {
  text-decoration: underline;
}
.header {
  padding:0rem;
}
.logo{
  position: absolute;
  top: 4.5rem;
  right: 1.5rem;
  width: 26%;
}

.logofooter{
  position: absolute;
  bottom: 2rem;
  right: 3%;
  text-align: right;
}

.logofooter img {
  width: 65%;
}


.content {
  padding: 1.25rem 0rem;
}
.box{
  width: 56%;
}
.footer {
  position: absolute;
  text-align: center;
  right: 0.625rem;
  bottom: 6.25rem;
  padding: 0rem;
  color: #FFF;
}
.footer a{
  color: #FFF;
}
.justifier {
  text-align: justify;
  width: 66.5%;
}
.refnr {}

.apply {}
