

/*

Add the classes that you want 


*/



.Standard {
	font-weight: normal;
	font-size: 10pt;
	color: #000;
}
.Subtitle1 {
	font-weight: bold;
	font-size: 14pt
}

.Subtitle2 {
	font-weight: bold;
	font-size: 11pt
}

.Extra {
	color: #903;
	font-size: 10pt
}
.Quotation { 
	font-style: italic 
}
.LineOdd {
	background-color: #ccc;
}


.LineEven {
	background-color: #999;
}


