@namespace h "http://www.w3.org/1999/xhtml";
@font-face {
font-family: "Antiqua";
src: url(../Fonts/AntiquaPro-Bold.ttf);
font-style: normal;
font-weight: bold;
}
@font-face {
font-family: "Antiqua";
src: url(../Fonts/AntiquaPro-Italic.ttf);
font-style: italic;
font-weight: normal;
}
@font-face {
font-family: "Antiqua";
src: url(../Fonts/AntiquaPro-Regular.ttf);
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: "Sans";
src: url(../Fonts/SansPro-Black.ttf);
font-style: normal;
font-weight: bold;
}
@font-face {
font-family: "Sans";
src: url(../Fonts/SansPro-Bold.ttf);
font-style: normal;
font-weight: normal;
}
@page {
margin: 0;
padding: 0;
border: 0
}
body {
color: black;
background-color: white;
line-height: 1.3;
margin: 15px;
padding: 0;
border: 0;
font-style: normal;
font-weight: normal;
text-decoration: none;
font-variant: normal;
font-family: Antiqua, serif;
widows: 1;
orphans: 1;
text-align: justify;
text-indent: 0;
-moz-hyphens: none !important;
-webkit-hyphens: none !important;
hyphens: none !important;
}
p {
margin: 0;
font-size: .96em;
display: block;
}
li {
font-size: .96em;
}
h1 {
text-align: center;
font-family: Antiqua, serif;
font-size: 1.24em;
font-weight: normal;
margin: 3em 0 0;
}
h2 {
text-align: center;
font-family: Antiqua, serif;
font-size: 1.02em;
font-style: normal;
font-weight: normal;
margin: 0 0 2em 0;
}
h3 {
text-align: center;
font-family: Antiqua, serif;
font-size: 1.0em;
font-weight: bold;
margin: 2em 0 1em;
page-break-after: avoid;
break-after: avoid;
page-break-inside: avoid;
break-inside: avoid;
}
.text { text-indent: 1.25em }
.px { margin-top: 1em }
.pi { margin-left: 2.5em; text-align: left }
.px33 { margin-top: 33% }
.px50 { margin-top: 50% }
.px66 { margin-top: 66% }
.pc { text-align: center }
.pr { text-align: right }
.pl { text-align: left }
.pxx { margin-top: 2em }
.pxxx { margin-top: 3em }
.sml { font-size: 78% }
.xmed { font-size: 86% }
.Sans { font-family: Sans }
.big { font-size: 124% }
.xbig { font-size: 3em }
.eng { line-height: 1 }
a {
color: darkblue;
text-decoration: inherit;
}
sup, sub {
font-size: 66%;
line-height: 85%;
}