@charset "utf-8";
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #33C;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: oblique;
	font-weight: bold;
	font-variant: normal;
	color: #A994BD;
	text-transform: uppercase;
	text-align: center;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	color: #41758A;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: 000000;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7A5B3F;
	text-align: left;
	text-transform: uppercase;
}
h5  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight: bold;
	color: 338DCC;
}
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: #000000;
	text-transform: uppercase;
	font-weight: bold;
}
table {
	background-color: #EEE;
	text-align: left;
}

