﻿/* Header and fotter format */

.qp-style1 {
	display: inline-block;
	height: 20%;
	width: 40%;
	float:right;
	padding:0% 7% 0% 2%;
	font-family: "Times New Roman", serif;
	font-style: italic;
	font-size: 110%;
	font-weight: 600;
	color: #ADD8E6;
	white-space: nowrap;
	overflow: hidden;
}

.qp-style2 {
	display: inline-block;
	height: 14%;
	width: 40%;
	float: right;
	padding:0% 7% 0% 2%;
	font-family: "Times New Roman", serif;
	font-style: italic;
	font-size: 90%;
	font-weight: 500;
	color: #ADD8E6;
	white-space: nowrap;
	overflow: hidden;
}
		
.qp-style3 {
	display: inline-block;
	height: 8%;
	width: 95%;
	float: left;
	padding:0% 5% 0% 5%;
	font-family: "Times New Roman", serif;
	font-style: italic;
	font-size: 70%;
	font-weight: 500;
	color: #A0D8E6;
	white-space: nowrap;
	/*overflow: hidden; */
}


