/*
	css
*/

	.Centering	{ text-align : center; }
	.bCentering	{ margin-left : auto; margin-right : auto; text-align : center;}
	.Right		{ text-align : right; }

	.Headline	{ font : bolder 18pt Arial, sans-serif; border : medium ridge silver; color : yellow; background-color : #006699; text-align : center; width : 450px; margin-left:auto; margin-right:auto; }
	
	.subHeadline	{ font : bolder 14pt sans-serif; color : red; text-align : center; }
	
	address		{ font-size : 10pt; font-family : serif; color : black; text-align : right; }
	
	ol.Level1	{ font-size : 12pt; font-family : sans-serif; list-style-type : upper-roman; }
	ol.Level2	{ font-size : 12pt; font-family : serif; list-style-type : decimal; }
	ol.Level3	{ font-size : 12pt; font-family : serif; list-style-type : lower-alpha; }
	
	p		{ font-size : 12pt; font-family : serif; }
	.Indent		{ text-indent : 1em; }

