/* Standard styles that the Admin can define for text blocks
-----------------------------------------------------------------------------------*/
.Standard {
	font-weight: normal;
	font-size: 11px;
	color: #000;
}
.Subtitle1 {
  font-size: 15px;
  margin-top:6px;
  margin-bottom:15px;
  color: #3b3b3b;
  font-weight: bold;
  line-height: 28px;
}

.Subtitle2 {
  font-size: 13px;
  margin-top:6px;
  margin-bottom:15px;
  color: #3b3b3b;
  font-weight: bold;
  line-height: 28px;
}

.Extra {

     font-size: 11px;
     color: #d05e00;
     font-weight: bold;


}
.Quotation {

     font-size: 11px;
     color: #8c1c05;
     font-weight: normal;
     font-style: italic;
  }



