/* Standard styles that the Admin can define for text blocks
-----------------------------------------------------------------------------------*/
.Standard {
	font-weight: normal;
	font-size: 10pt;
	color: #000;
}
.Subtitle1 {
	font-weight: bold;
	font-size: 14px
     color:#00447C;
}

.Subtitle2 {
	font-weight: bold;
	font-size: 12pt
    color:#00447C;
}

.Extra {
	color: #BC9107;

}
.Quotation {
  font-style: italic
  }


.LineOddInline {
	background-color: #AFBADA;
}


.LineEvenInline {
	background-color: #E6ECFC;
}


