@namespace h "http://www.w3.org/1999/xhtml";

@font-face {
  font-family: "Amerigo";
  src: url(../Fonts/Amerigo-Regular.ttf);
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Amerigo";
  src: url(../Fonts/Amerigo-Italic.ttf);
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: "Sans";
  src: url(../Fonts/SansPro-Bold.ttf);
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Ultimate";
  src: url(../Fonts/UltimatePro-Regular.ttf);
  font-style: normal;
  font-weight: normal;
}
@page {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
	margin: 15px;
	font-family: Amerigo, serif;
	line-height: 1.30;
    widows: 1;  
    orphans: 1; 
    text-align: justify; 
	text-indent: 0; 
    -epub-hyphens: none !important;
    -moz-hyphens: none !important;    
    -webkit-hyphens: none !important; 
    hyphens: none !important;      
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	font-variant : normal;
}

p {
	display: block; 
	font-size: 1.04em;
	margin: 0px;
}

h2 {
    text-align: center;
    font-size: 1.04em;
	font-style: normal; 
    font-weight: normal;
	margin: 6em 0 2em 0;


}

.text { text-indent: 24px  }
.px   { margin-top: 1em    }
.pxx  { margin-top: 2em    }
.pxxx { margin-top: 3em    }
.pc   { text-align: center }
.pr   { text-align: right }
.sml  { font-size:  0.85em }

a {
    color: darkblue;
    text-decoration: inherit;
}

sup, sub {
    font-size: 66%;
    line-height: 85%;
}