body{
	background-color: white;
	margin: 0px;
}

.print-container{
	width:700px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

.print-head{
	text-align: center;
	padding-top: 20px;
}
.print-head img{
	width: 100px;
	height: auto;
	border: none;
}

.head{
    color: #7054a1;
    font-family:"Oswald","Helvetica Neue",Helvetica,sans-serif;
    font-size: 12pt;
    font-weight: 500;
    padding-top: 15px;
}

.print-copy{
  color: #636363;
  font-family:"Oswald","Helvetica Neue",Helvetica,sans-serif;
  font-size: 11pt;
  font-weight: 300;
}

.footer{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	background-color: #e9e9e9;
	color: #636363;
	text-align: center;
	font-family:"Oswald","Helvetica Neue",Helvetica,sans-serif;
	font-weight: 300;
	font-size: 11pt;
}

.footer a{
	text-decoration: none;
	color: inherit;
}
