@font-face { font-family: "Merriweather"; src: url('../Fonts/Merriweather_Regular.ttf'); font-style: normal; font-weight: normal; } @font-face { font-family: "Merriweather"; src: url('../Fonts/Merriweather_Italic.ttf'); font-style: italic; font-weight: normal; } @font-face { font-family: "Merriweather"; src: url('../Fonts/Merriweather_Bold.ttf'); font-style: normal; font-weight: bold; } @font-face { font-family: "Merriweather"; src: url('../Fonts/Merriweather_Bold_Italic.ttf'); font-style: italic; font-weight: bold; } @font-face { font-family: "SourceSansPro"; src: url('../Fonts/SourceSansPro_Regular.ttf'); font-style: normal; font-weight: normal; } @font-face { font-family: "SourceSansPro"; src: url('../Fonts/SourceSansPro_Italic.ttf'); font-style: italic; font-weight: normal; } @font-face { font-family: "SourceSansPro"; src: url('../Fonts/SourceSansPro_Bold.ttf'); font-style: normal; font-weight: bold; } @font-face { font-family: "SourceSansPro"; src: url('../Fonts/SourceSansPro_BoldItalic.ttf'); font-style: italic; font-weight: bold; } @font-face { font-family: "SourceSansPro_Semi"; src: url('../Fonts/SourceSansPro_Semibold.ttf'); font-style: normal; font-weight: normal; } @font-face { font-family: "SourceSansPro_Semi"; src: url('../Fonts/SourceSansPro_Semibold_Italic.ttf'); font-style: italic; font-weight: normal; } @font-face { font-family: "SourceSansPro_Light"; src: url('../Fonts/SourceSansPro_Light.ttf'); font-style: normal; font-weight: normal; } @font-face { font-family: "SourceSansPro_Light"; src: url('../Fonts/SourceSansPro_Light_Italic.ttf'); font-style: italic; font-weight: normal; } @page { margin: .5em .8em .5em .8em; } p { margin: 0 0 0 0; widows: 0; orphans: 0; } table td, th { font-weight: normal; text-align: left; padding: 0.3em 0em 0.3em 0em; } a { text-decoration: none; color: inherit; } sup { font-size: 70%; vertical-align: 0.3em; } .copy-space { margin: 0em -1.3em 0em 0em; } .break { page-break-before: always; } .pink { color: #ed1164; }