
	
.h1 {
	position: relative;
	top: 0px;
	left: 0px;
	color: #7aaac4;
	font-size: 30px;
	z-index: 10;
	padding-bottom: 0px;
	margin-top: 0px;
    font-family: 'Questrial';
    /*src: url("questriallt.pfr"); */
	font-weight: lighter;
	font-style: inherit;


}

.h2 {
	position: relative;
	top: 0px;
	left: 0px;
	color:  #7aaac4;
	font-size: 20px;
	z-index: 10;
	padding-bottom: 0px;
    font-family: 'Questrial';
    /*src: url("questriallt.pfr"); */
	font-weight: lighter;
	font-style: inherit;

}

.h3 {
	position: relative;
	top: 0px;
	left: 0px;
	color: #c9b17d;
	font-size: 37px;
	z-index: 10;
	padding-bottom: 0px;
    font-family: 'Questrial';
	font-weight: lighter;
	font-style: inherit;

}

.p {
	position: relative;
	background: none;
	list-style: square inside url(images/bullet.png);
	top: 0px;
	left: 0px;
	width:100%;
	color: #929fa0;
	font-size: 18px;
	z-index: 10;
    font-family: 'Questrial';
    /*src: url("questriallt.pfr"); /*  */
	font-weight: lighter;
	font-style: inherit;
	text-align: justify;
	word-spacing: normal; 
	white-space: pre-line;
	padding-bottom: 0px;	
	line-height: 1.5;

}