
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/30e37e");

  
@font-face {
	font-family: 'Neva-Regular';
	src: url('../fonts/30E37E_0_0.eot');
	src: url('../fonts/30E37E_0_0.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/30E37E_0_0.woff2') format('woff2'),
		 url('../fonts/30E37E_0_0.woff') format('woff'),
		 url('../fonts/30E37E_0_0.ttf') format('truetype');
}


@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff'),
         url('../fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff'),
         url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html { -webkit-text-size-adjust:100%; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing: grayscale;}
#PageDiv { padding-bottom:1px }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:1em; margin:0; }
ol { margin:0 0 0 1.5em; list-style:decimal; padding-left:0px }
ul { margin:0 0 0 1.5em; list-style:disc; padding-left:0px }
ul ul { list-style:circle; margin-top:8px; }
ul ul ul { list-style:square; }
sup { vertical-align:baseline; font-size:0.5em; position:relative; top:-0.6em }
th { text-align:left; font-weight:normal; }
li, dd { margin-bottom:8px; }
input, select { margin-left:0; margin-right:0; }
input[type='text'], input[type='password'], input[type='email'], input[type='url'], input[type='tel'], textarea { -webkit-border-radius: 0; vertical-align:top; font-size:inherit; font-family: inherit; color:inherit; }
input[type='submit'], input[type='button'] { -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-border-radius: 0; cursor:pointer; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width:auto; overflow:visible; font-size:inherit; font-family: inherit; color:inherit; border:none; }
img { vertical-align:top; }
a { word-wrap:break-word; }
.clearDiv { clear:both; }
.blockLink { color:inherit; text-decoration:none; }

.flexibleTable { width:100%; }
.flexibleTable td, .flexibleTable th { width:auto !important; }

strong { font-family:montserratbold,Verdana,Arial,Helvetica,sans-serif; font-weight:normal !important; }


