@charset "utf-8";

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #900;
	text-shadow: 1px 1px 1px #999;
	text-align: center;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #999;
	font-weight: normal;
	text-align: left;

}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	line-height: normal;
	padding-top: 4px;
	padding-left: 12px;
	border-style: solid;
	border-color: #ffa000;
	border-bottom-width: 3px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background-image: linear-gradient(0deg,#fd8600,#ca6b00);
}

h5  {

	font-family: Arial, Helvetica, sans-serif;
	
    font-size: 14px;

	font-weight: bold;

	color: #900;
	text-align: center;

}

h6  {

	font-family: Arial, Helvetica, sans-serif;
	
    font-size: 14px;

	font-weight: bold;

	color: #f88b8b;
	text-align: center;

}

qt  {

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

	color: #FF9F0B;

	text-transform: uppercase;

}

caption {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #fff;

	text-transform: uppercase;

	font-weight: bold;

}

table {
	text-align: left;
	font-size: 13px;
	color: #000;

}

copyright {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: center;
	
}

testimonial {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	display: block;
	padding-bottom: 15px;
}

signature {
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
	font-size: 14px;
	
	text-align: right;
	
}
