/**
 * @license
 * MyFonts Webfont Build ID 3156058, 2016-01-19T05:44:53-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: HipsterScriptPro by Sudtipos
 * URL: http://www.myfonts.com/fonts/sudtipos/hipster-script-pro/regular/
 * Copyright: Copyright (c) 2012 by Ale Paul. All rights reserved.
 * 
 * Webfont: EsmeraldaPro by Sudtipos
 * URL: http://www.myfonts.com/fonts/sudtipos/esmeralda-pro/regular/
 * Copyright: Copyright (c) 2013 Designed by Guillermo Vizzari and published by Sudtipos. Production by Ale Paul. All rights reserved.
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3156058
 * Licensed pageviews: 10,000
 * 
 * © 2016 MyFonts Inc
*/

 		@font-face {
          font-family: 'Avenir Black';
          src: url('./theWebFonts/Avenir-Black.eot'); 
		  src: url('./theWebFonts/Avenir-Black.woff') format('woff'),
          url('./theWebFonts/Avenir-Black.svg#Avenir-Black') format('svg');
}


		@font-face {
          font-family: 'Hipster Script Pro';
          src: url('./theWebFonts/HipsterScriptPro.eot'); 
		  src: url('./theWebFonts/HipsterScriptPro.woff') format('woff'),
          	   url('./theWebFonts/HipsterScriptPro.svg#HipsterScriptPro') format('svg');
		  font-weight: normal;
		  font-style: normal;
}
		  
		@font-face {
          font-family: 'Esmeralda Pro';
          src: url('./theWebFonts/EsmeraldaPro.eot');
		  src: url('./theWebFonts/EsmeraldaPro.woff') format('woff'),
               url('./theWebFonts/EsmeraldaPro.svg#EsmeraldaPro') format('svg');        
		  font-weight: normal;
		  font-style: normal;
}

body { 
		font-family: 'Esmeralda Pro', serif;
		color: #000000;
		margin: 0;
		padding: 0;
		background:#ffffff;
		background-color:#ffffff;
		background-image:url(graphics/PaperBkgrnd07.jpg);
}

h1, h2, h3, h4, h5, h6 { font-family: 'Avenir Black', sans-serif; font-weight: normal; text-align: center; }

h1 {
		font-size: 36px;
}

h2 {
		font-size: 30px;
}

h3 {
		font-size: 24px;
}

h4 {
		font-size: 20px;
}

h5 {
		font-size: 16px;
}

h6 {
		font-size: 12px;
}

p {
		font-size: 18px;
}

table {
		margin: auto;
		width: 750px;
		border: 0px;
		padding: 0px;
}

ul {
		font-size: 20px;
}

ol {
		font-size: 18px;
}

.TextNav {
		font-family: 'Avenir Black', sans-serif;
		font-weight: normal;
		text-align: center;
		font-size: 12px;
		line-height: 300%;
}

.TextNavSubmenu {
		font-family: 'Avenir Black', sans-serif;
		font-weight: normal;
		text-align: center;
		font-size: 12px;
		line-height: 150%;
}

.copyrightNotice {
		font-family: 'Avenir Black', sans-serif;
		text-align: center;
		font-size: 12px;
}

.textCell {
		padding: 5px;
}

.videoCaption {
		font-family: 'Avenir Black', sans-serif;
		text-align: center;
		font-size: 18px;
}


.centered600px {
		margin: auto;
		width: 600px;
}

.centered700px {
		margin: auto;
		width: 700px;
}

.centered720px {
		margin: auto;
		width: 720px;
}

.centerImage {
	margin: auto;
	font-size:20px;
	text-align:center;
}

.imageMargins {
	margin-bottom:6px;
}

.Hipster {
		font-family: 'Hipster Script Pro';
}

.Avenir {
		font-family: 'Avenir Black';
}

.Esmeralda {
		font-family: 'Esmeralda Pro';
}

