/* Standard styles that the Admin can define for text blocks
-----------------------------------------------------------------------------------*/
.Standard {
	font-weight: normal;
    font-size: 16px;
    line-height: 27px;
}
.Subtitle1 {
	font-weight: bold;
	font-size: 28px;
    line-height:42px
}

.Subtitle2 {
	font-weight: bold;
	font-size: 20px
}

.Extra {
	color: #903;
}
.Quotation {
  font-style: italic
  }


