/* Standard styles that the Admin can define for text blocks
-----------------------------------------------------------------------------------*/
.Standard {
	font-weight: normal;
  font-size: 16px;  
}
.Subtitle1 {
	font-weight: bold;
	font-size: 14pt
}

.Subtitle2 {
	font-weight: bold;
	font-size: 11pt
}

.Extra {
	color: #eab020;
 
}
.Quotation {
  font-style: italic
  }


