@font-face {
	font-family : Charter;
	src : url(../Fonts/ChartBTRom.ttf);
 }
@font-face {
	font-family : CharterBold;
	font-weight : bold;
	src : url(../Fonts/ChartBTBol.ttf);
 }
@font-face {
	font-family : CharterItalic;
	font-style : italic;
	src : url(../Fonts/ChartBTIta.ttf);
 }
@font-face {
	font-family : CharterBoldItalic;
	font-weight : bold;
	font-style : italic;
	src : url(../Fonts/ChartBTBolIta.ttf);
 }
body {
	margin : 0% 5% 0% 5%;
	padding : 0%;
	font-family : Charter, serif;
	font-style : normal;
	font-weight : normal;
	font-size : 90%;
	orphans : 2;
	widows : 2;
	-webkit-hyphenate-after : 3;
	-webkit-hyphenate-before : 3;
	-webkit-hyphenate-lines : 2;
	-moz-hyphenate-after : 3;
	-moz-hyphenate-before : 3;
	-moz-hyphenate-lines : 2;
	-ms-hyphenate-after : 3;
	-ms-hyphenate-before : 3;
	-ms-hyphenate-lines : 2;
	-o-hyphenate-after : 3;
	-o-hyphenate-before : 3;
	-o-hyphenate-lines : 2;
	text-rendering : optimizeSpeed;
 }
p , div {
	margin : 0%;
	padding : 0%;
	text-rendering : optimizeSpeed;
 }
i {
	font-family : CharterItalic, serif;
	font-style : italic;
	text-rendering : optimizeSpeed;
 }
a {
	text-decoration : none;
	text-rendering : optimizeSpeed;
 }
.ident {
	text-align : center;
	-webkit-hyphens : none;
	-moz-hyphens : none;
	-ms-hyphens : none;
	-o-hyphens : none;
	hyphens : none;
	text-rendering : optimizeSpeed;
 }
.info , .copy , .isbn {
	font-size : 0.85em;
	line-height : 140%;
	margin : 3% 0% 0% 0%;
	text-rendering : optimizeSpeed;
 }
.pagecopyright {
	padding : 25% 0% 0% 0%;
	text-rendering : optimizeSpeed;
 }
.modulus {
	font-size : 0.85em;
	text-align : center;
	line-height : 110%;
	/*margin : 5% 10% 0% 10%;*/
	margin : 3% 0% 0% 0%;
	text-rendering : optimizeSpeed;
 }
.url {
	text-rendering : optimizeSpeed;
 }