.img {image-rendering: auto;
	image-rendering: -ms-interpolation-mode: bicubic;
	}

.giftimage{
    width: 955px;
    height: 675px;
    position: relative;
    box-shadow: 1px 1px 1px 1px #000000;
}
.xmasimage{
    width: 955px;
    height: 675px;
    position: relative;
    box-shadow: 1px 1px 1px 1px #000000;
}
.xmasfooterBar {
	border-width:
	border-color:
	border-style:
    box-shadow: 1px 1px 1px #000000;
    position: absolute;
    left:25px;
    top: 25px;
	right: 25px;
    overflow: none;
    display: block;
}
.footballfield{
    width: 955px;
    height: 425px;
    position: relative;
    box-shadow: 1px 1px 1px 1px #000000;
}
.image{
    width: 955px;
    height: 480px;
    position: relative;
    box-shadow: 1px 1px 1px 1px #000000;
}
.footerBar {
	border-width:
	border-color:
	border-style:
    box-shadow: 1px 1px 1px #000000;
    position: absolute;
    left:25px;
    top: 25px;
	right: 25px;

    overflow: none;
    display: block;
}

@font-face {
    font-family:'numbers';
    src: url('fonts/PtUtahCondensed-Bold.eot');
    src: url('fonts/PtUtahCondensed-Bold.eot') format('embedded-opentype'),
         url('fonts/PtUtahCondensed-Bold.woff') format('woff'),
         url('fonts/PtUtahCondensed-Bold.ttf') format('truetype'),
         url('fonts/PtUtahCondensed-Bold.svg#PtUtahCondensed-Bold') format('svg');
}

@font-face {
    font-family: 'MICREncoding';
    src: url('fonts/MICREncoding.eot');
    src: url('fonts/MICREncoding.eot?#iefix') format('embedded-opentype'),
        url('fonts/MICREncoding.woff2') format('woff2'),
        url('fonts/MICREncoding.woff') format('woff'),
        url('fonts/MICREncoding.ttf') format('truetype'),
        url('fonts/MICREncoding.svg#MICREncoding') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'usps';
    src: url('fonts/USPSIMBStandard.eot');
    src: url('fonts/USPSIMBStandard.eot') format('embedded-opentype'),
         url('fonts/USPSIMBStandard.woff') format('woff'),
         url('fonts/USPSIMBStandard.ttf') format('truetype'),
         url('fonts/USPSIMBStandard.svg#USPSIMBStandard') format('svg');
}

@font-face {
        font-family: 'gasmeter';
        src: url('fonts/782226563-digital-7-i.eot');
        src: url('fonts/782226563-digital-7-i.eot?#iefix') format('embedded-opentype'),
        url('fonts/782226563-digital-7-i.svg#Digital-7') format('svg'),
        url('fonts/782226563-digital-7-i.woff') format('woff'),
        url('fonts/782226563-digital-7-i.ttf') format('truetype');
    }

a.toolmenu
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
background-color:red;
}
a.toolmenu:link,a.toolmenu:visited
{
display:block;
width:100;
font-weight:bold;
font-family:numbers,arial;
font-size:9pt;
border-radius:5px;
color:#FFFFFF;
background-color:red;
border-width:1px;
border-style:solid;
border-color:red;
text-align:left;
padding:5px;
margin:2px;
text-decoration:none;
}

a.toolmenu:hover,a.toolmenu:active
{
border-color:white;
border-width:1px;
border-style:solid;
text-shadow:1px 1px black;
}

a.toolmenu:hover,a.toolmenu:active
{
border-color:white;
border-width:1px;
border-style:solid;
text-shadow:1px 1px black;
}

.arrow_box {
	position: relative;
	background: red;
	border: 1px solid white;
	text-align:center;
	padding:5px;
	font-family:numbers,arial;
	font-size:24pt;
	color:white;
	border-radius:5px;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(213, 0, 0, 0);
	border-top-color: red;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_box:before {
	border-color: rgba(213, 0, 0, 0);
	border-top-color: red;
	border-width: 11px;
	margin-left: -11px;
}

a.toolmenu2
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
background-color:red;
}
a.toolmenu2:link,a.toolmenu2:visited
{
display:inline;
width:100;
font-weight:bold;
font-family:numbers,arial;
border-radius:5px;
color:#FFFFFF;
background-color:red;
border-width:1px;
border-style:solid;
border-color:red;
text-align:left;
padding:5px;
margin:2px;
text-decoration:none;
}

a.toolmenu2:hover,a.toolmenu2:active
{
border-color:white;
border-width:1px;
border-style:solid;
}

#show-pdf-button {
	width: 150px;
	display: block;
	margin: 20px auto;
}

#file-to-upload {
	display: none;
}

#pdf-main-container {
	width: auto;
	margin: 20px auto;
}

#pdf-loader {
	display: none;
	text-align: center;
	color: #999999;
	font-size: 13px;
	line-height: 100px;
	height: 100px;
}

#pdf-contents {
	display: none;
}

#pdf-meta {
	overflow: hidden;
	margin: 0 0 20px 0;
}

#pdf-buttons {
	float: left;
}

#page-count-container {
	width: 500px
	font-family: numbers;
	font-size:8pt;
}

#pdf-current-page {
	font-family: numbers;
}

#pdf-total-pages {
	font-family: numbers;
}

#pdf-canvas {
	border: 1px solid rgba(0,0,0,0.2);
	box-sizing: border-box;
}

#page-loader {
	height: 100px;
	line-height: 100px;
	text-align: center;
	display: none;
	color: #999999;
	font-size: 13px;
}

a:link {text-decoration:none;background-color:transparent;border-width:0px;}
a:visited {text-decoration:none;background-color:transparent;border-width:0px;}
a:active {text-decoration:none;background-color:transparent;border-width:0px;}
a:hover {text-decoration:underline;color:white;background-color:transparent;border-width:0px;}