@font-face {
font-family: 'Eras Light ITC';
font-style: normal;
font-weight: normal;
src: local('Eras Light ITC'), url('ERASLGHT.woff') format('woff');
}

@font-face {
    font-family: 'Eras Bold ITC';
    src: url('ErasITC-Bold.woff2') format('woff2'),
        url('ErasITC-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    width: 600px; 
	text-align: center;
}

.apxblue {
	color:0c72c6;
}

body {
	font-family: Tahoma;
}

h2 {
	font-size: 1.3em;
}
