@charset "UTF-8";
@import url("webfonts/cfraktur/stylesheet.css");
/* CSS Document */
.pt6 {
	font-size:6pt;
}.pt8 {
	font-size:8pt;
}.pt9 {
	font-size:9pt;
}
.pt10 {
	font-size:10pt;
}
.pt11 {
	font-size:11pt;
}
.pt12 {
	font-size:12pt;
}
.pt13 {
	font-size: 13pt;
}
.pt14 {
	font-size:14pt;
}
.pt16 {
	font-size: 16pt;
}
.pt18 {
	font-size: 18pt;
}
.pt20 {
	font-size: 20pt;
}
.pt22 {
	font-size: 22pt;
}
.pt24 {
	font-size: 24pt;
}
.pt30 {
	font-size: 30pt;
}
.pt36 {
	font-size: 36pt;
}
.pt40 {
	font-size: 40pt;
}
.pt48 {
	font-size: 48pt;
}
.pt72 {
	font-size: 72pt;
}
.small {
	font-size: small;
}
.smaller {
	font-size: smaller;
}
.xsmall {
	font-size: x-small;
}
.xxsmall {
	font-size: xx-small;
}
.medium {
	font-size: medium;
}
.large {
	font-size: large;
}
.larger {
	font-size: larger;
}
.xlarge {
	font-size: x-large;
}
.xxlarge {
	font-size: xx-large;
}
.px12 {
	font-size: 12px;
}
.px64 {
	font-size: 64px;
}
.psmall {
    line-height: 5%;
}
.bsmt {
	font-family: "Brush Script MT";
	font-size: 14pt;
}
.bsmt12 {
	font-family: "Brush Script MT";
	font-size: 12pt;
}
.aurea {
	font-family: "AureaInline";
}
.skia {
	font-family: "skia";
}
.cfraktur {
	font-family: "cfraktur";
}
.anglicantext {
	font-family: "AnglicanText";
}
.aj {
	text-align: justify;
}
.al {
text-align:left;
}
.ar {
text-align:right;
}
.ac {
	text-align: center;
	color: #000;
}
.vertical {
      border-left: 2px black;
      height: 75px;
}