/* Standard styles that the Admin can define for text blocks
-----------------------------------------------------------------------------------*/
.Standard {
	font-weight: normal;
  font-size: 16px;

}
.Subtitle1 {
  font-size: 25px;
  line-height: 28px;
  font-weight:normal;
     font-family: Georgia !important;
}

.Subtitle2 {
  font-size: 19px;
  text-align: left;
  font-weight:bold;
   margin-top:0;
     font-family: Georgia !important;
}

.Extra {
	color: #eab020;
 
}
.Quotation {
  font-style: italic
  }


