/* Standard styles that the Admin can define for text blocks
-----------------------------------------------------------------------------------*/
.Standard {
	font-weight: normal;
	font-size: 13px;
	color: #FCFCFC;
    color: #000;
}
.Subtitle1 {
	font-weight: bold;
	font-size: 16px
}

.Subtitle2 {
	font-weight: bold;
	font-size: 14px
}

.Extra {
	color: #EB690B;

}
.Quotation {
  font-variant: small-caps;
  }


.OddLine {
	background-color: #ccc;
}


.EvenLine {
	background-color: #999;
}

