/****************************************************************************************
*****************************************************************************************
***** 																				*****
*****   The first section of this CSS file defines the default properties for the   *****
*****   various html tags used on the FEBT website. In addition, general classes    *****
*****   for implementation of modifications to the behaviour and appearance of      *****
*****   multiple default tags appear in this section.                               *****
*****																				*****
*****************************************************************************************
****************************************************************************************/

body					{	width: 100%;
							min-width: 60em;
							max-width: 95em;
						  	margin: 0 auto;
						  	padding: 0;
						  	color: #222; 
						  	background: #fff none;
						  	font: normal normal normal .8em arial, 'lucinda sans',helvetica,  sans-serif;
						 	text-align: center; }

																/***** Default hyperlink "<a>" tag  properties.		*****/

a						{	background: inherit;
							font-weight: bold; }
a:link					{	color: #006000; }
a:visited				{	color: #003760; }
a:hover					{	color: #ed3500; } 
																/***** Modifications to the default hyperlink "<a>"	*****/
																/***** html tag used to implement main mennu 		*****/
																/***** appearance and behavour for the site's Main	*****/
																/***** Menu bar at the top of the window.			*****/
																/***** Modifications are implemented in the			*****/
																/***** "menuitem" class.							*****/
.menuitem	a			{	height: 1.55em;
																/* IE only hack - used because of the non-standard
							_height: 1.6em;						   implementation of the padding property in IE. */						
							padding-top: .3em;
							_padding-bottom: .3em;
							display: block;
							color: #ed3500;
							background: #e0e0e0 none; }
.menuitem	a:visited	{	color: #ed3500;
							background: #e0e0e0 none; }
.menuitem	a:hover		{	color: #fff;
							background: #202020 none; }
																/***** Default html header tags properties.			*****/

.nochange	a			{	color: #222; }
.nochange	a:visited	{	color: #222; }
.nochange	a:hover		{	color: #222; } 

h1, h2, h3				{	margin: .25em auto .5em auto;
							color: #871919;
							background: transparent none;
							text-align: center; 
							font-family: 'times new roman', times, serif;
							font-weight: bold;
							font-variant: small-caps; }
																/***** Classes used to implement modifications to	*****/
																/***** the default header tag properties			*****/

h1						{	font-weight: 900;
							font-size: 200%; }
h2						{	font-weight: 800;
							font-size: 150%; }
h3						{	font-weight: 700;
							font-size: 115%; }
.subtitle				{	font-size: 60%;
							text-align: left; }		  			/* Second line subtitle is 60% size of main title */		
																
																/***** Default horizontal line "<hr>" html tag		*****/
																/*****properties.									*****/
hr						{	width: 80%;
							margin: 1.5em auto .5em auto;
							height: .25em;
							_height: .15em;						/* IE only hack */
							color: #006000;
							background: #006000 none; }								
hr.bottommargin			{	margin: .75em auto 1.5em auto; }
																/***** Default image "<img>" html tag properties.	*****/
img						{	border: 0; }

																/***** These classes format html div "<div>" 		*****/
																/***** containers for caption and photographer		*****/
																/***** credit information for images.				*****/																										   
.imglink				{	border: .15em solid #0000ff; }
.imagecaption			{	margin: 0;
							font-size: .85em;
							font-style: italic;
							text-align: left; }
.imagecredit			{	margin: 0;
							font-size: .85em;
							font-style: italic;
					  		text-align: right; }
.uponeline				{	position: relative;
							top: -1.3em; }
.lastchance				{	margin: 0;
							font-size: .75em;
					  		text-align: left; }

																/***** Default html list tag properties.			*****/
ol						{	margin: 0 0 0 2em;
					  		padding: 0 0 .25em 0;
					  		text-align: left; }
ul						{	margin: 0 0 0 2em;
					  		padding: 0 0 .25em 0;
					  		text-align: left; }
li						{	margin: 0 0 .5em 0;	}				  		
																/***** Classes to implement modifications to html	*****/
																/***** list appearance and behaviour.				*****/ 

.nodot					{ list-style-type: none; }				/* nodot implements a non-bulleted list.			*****/
																
																/***** Default html paragraph "<p>" tag properties.	*****/
p						{	margin: 0;
						  	padding: 0 0 .75em 0;
						  	text-align: left; }
																/***** classes to implement modifications to the	*****/
																/*****	default paragraph "<p>" tag properties.		*****/

																/* bulletlist is used to "fake" a bulleted list
																   using the "p" tag where using a "ul" tag
																   would result in wrapping problemss around
																   objects floated to the left side of the page.
																   The wrapping problems are due to the implementation
																   of the list tag in CSS and are common to all
																   browsers. There is no known hack. */
sup						{	font-size: .6em; }
.bulletlist				{	margin: 0 0 0 0;
							padding: 0 0 .5em 0
							text-indent: -2.5em; }
																/* contact is used to provide a centered paragraph that is 
																   bolded */
.contact				{ 	font-weight: bold;
						  	text-align: center; }
table					{	font-size: inherit; 
							border: 0; }
.w10					{	width: 15%; }
.w50					{	width: 50%; }											  	
.w90					{	width: 90%; }
.w100					{	width: 100%; }
.padleft1				{	padding-left: 1em; }
.padleft2				{	padding-left: 2em; }
.padrighth				{	padding-right: .5em; }
.nopad					{	padding: 0; }
td						{	vertical-align: top;
							text-align: left;
							padding: .5em; }
td.mid					{	vertical-align: middle; }
td.bot					{	vertical-align: bottom; }
table.orange			{	border: 2px solid #006000;
							border-spacing: 0px;
							border-collapse: collapse;
							color: inherit; }
table.orange th 		{	border: 2px solid #006000;
							padding: .25em; }
table.orange td 		{	border: 2px solid #006000;
							padding: .25em; }
							

/***** General tag modifications applicable to multiple html tags.
																/* defunct is used to grey out data that is no longer
																   valid, such as an email address in an older 
																   newsletter that is no longer in use or has been
																   changed. */
.defunct				{	color: gray;
							font-weight: normal;
							text-decoration: underline;}							
																/* two classes used with the "<span>" tag to provide
																   different types of emphasis to text. */
.divider				{	clear: both;
							width: 100%;
							height: .1em; }
.emphasis				{	font-weight: bold; }
.emphasis2				{	font-size: .9em;
							font-style: italic; }
																/* These classes are used to modify default text
																   justification. */
.left					{	text-align: left; }
.right					{	text-align: right; }
.center					{	text-align: center; }
																/* These classes are used to implement right and left
																   floats without overlap of similar floats on the 
																   page. ie. floated objects will follow each other
																   down the page aligned to the appropriate side, rather
																   than aligning to the opposite side of the
																   provious float if they are overlapped. */
.floatleft				{	float: left;
							clear: left;
							margin: 1em 1em .5em 0; }
.leftthumbland			{	float: left;
							clear: left;
							width: 11.8em;
							margin: .5em 1.5em .5em 0; }
.leftthumbport			{	float: left;
							clear: left;
							width: 8.8em;
							margin: .5em 1.5em .5em 0; }
.leftthumbport2			{	float: left;
							clear: left;
							width: 7.8em;
							margin: .5em 1.5em .5em 0; }
.floatleftnc			{	float: left;
							margin: .5em 1em .5em 0; }
.leftthumblandnc		{	float: left;
							width: 11.8em;
							margin: .5em 1.5em .5em 0; }
.leftthumbportnc		{	float: left;
							width: 8.8em;
							margin: .5em 1.5em .5em 0; }
.leftthumbport2nc		{	float: left;
							width: 7.8em;
							margin: .5em 1.5em .5em 0; }
.floatright				{	float: right;
							clear: right;
							margin: 1em 0 .5em 1em; }
.floatrightnc			{	float: right;
							margin: .5em 1em .5em 0; }
																/* nodecoration is used to modify the "a" tag to
																   eliminate the default underline behavour. */	
.nodecoration			{	text-decoration: none; }

																/* notopmargin class removes the top margin of a tag.
																   Typically it is to remove the top margin of an
																   image or div so that it sits level with the top
																   of the accompanying text. */ 
.notopmargin			{	margin-top: 0; }
																/* green class implements a dark green text color. */
.green					{	color: #871919; 					
							background: transparent none; }							

.red					{	color: #006000; 					
							background: transparent none; }							

.orange					{	color: #ff8800; 					
							background: transparent none; }
.twolineheader			{	margin: 0 auto; 
							oveflow: auto; }
.noleftmargin			{	margin-left: 40%; }
							
/****************************************************************************************
*****************************************************************************************
***** 																				*****		
*****   The second section of this CSS file sets up specific classes used across	*****
*****	the FEBT web site.															*****
*****																				*****
*****************************************************************************************
****************************************************************************************/
																/***** page class sets up the default margins for 	*****/
																/***** each site page and also sets the minimum 	*****/
																/***** and maximum page widths for browsetr			*****/
																/***** readability. Note that minimum and maximum	*****/
																/***** pagewidths are implemented for IE using the	*****/
																/***** javascript file "minmax.js" since IE does	*****/
																/***** not recognize the "min-width" and			*****/
																/***** properties "max-width".		 				*****/
.page					{	position: relative;
							width: 96%;
						  	height: 100%;
						  	margin: 0 auto;
						  	padding: 0;
						  	text-align: left; }
																/***** The following classes implement the FEBT		*****/
																/***** page header.									*****/
.header					{	position: absolute;
							top: 0;
							left: 0;
							height: 13.4em;
						  	width: 100%;
						  	background: #fff none;
						  	text-align: center; }
.headernophotos			{	height: 6.7em; }
.headertop				{	position: relative;
							height: 6.7em;
							width: 100%;
							margin: 0;
							overflow: hidden;
						  	color: inherit;
							background: #fbfffb  none;
							text-align: center;
							white-space: nowrap;
							z-index: 1; }
.headerlogo				{	position: absolute;
							top: 0;
							left: 0; }
.logoleft				{	position: absolute;
							top: 0;
							left: 0;
							width: 12.5em;
							height: 6.3em; }
.logoright				{	position: absolute;
							top: 0;
							left: 56.5em;
							width: 12.5em;
							height: 6.3em; }

.headerphoto			{	position: absolute;
							top: 0; 
							left: 12.5em;
							width: 44em;
							z-index: 3; }
																/* headertext writes the header text imformation	*****/
																/* overtop of the headerphoto div. It is done this	*****/
																/* to eliminate legibility problems when attempting	*****/
																/* to scale images containing text.					*****/
.headertitle			{ 	position: absolute;
							top: 1.2em; 
							left: 6.8em;
							width: 44em;
							padding: 0;
							color: #fff;
							background: transparent none;
							font: normal small-caps 900 225% 'Copperplate Gothic Bold', 'times new roman', times, serif;
							text-align: left;
							z-index: 4; 
							text-align: left; }
.headersub1				{	position: absolute;
							top: 4.8em; 
							left: 13em;
							width: 44em;
							padding: 0;
							color: #fff;
							background:  transparent none;
							font: normal small-caps 900 100% 'Copperplate Gothic Light', 'times new roman', times, serif;							z-index: 7; }					
.headersub2				{	position: absolute;
							top: 5.6em; 
							left: 13em;
							width: 44em;
							padding: 0;
							color: #fff;
							background: transparent none;
							font: normal small-caps 900 100% 'Copperplate Gothic Light', 'times new roman', times, serif;							z-index: 6; }					
.headerbottom			{	position: absolute;
							top: 6.7em;
							left: 0px;
							width: 100%;
							height: 6.7em;
							margin: 0;
							text-align: center;
							overflow: hidden;
							z-index: 1; }
																/***** The following classes implement the main		*****/
																/***** menu horizontally across the top of the 	 	*****/
																/* page.											*****/
.mainmenu				{	position: absolute;
						 	top: 13.39em;
						 	left: 0px;
						 	width: 100%;
						 	height: 4.06em;
							_height: 4.4em;						/* IE only hack */
						 	border-top: 	.15em solid #222;
						 	border-bottom:	.15em solid #222;
						 	color: #006300;
						 	background: #fbfffb none;
						  	z-index: 2; }
.mainmenunophoto		{	top: 6.69em; }					
.menuitem				{	position: absolute;
						  	width: 14%;
						  	height: 1.7em;
						  	_height: 1.6em;
						  	margin: 0;
						  	border: 0;						  	
						  	display: table-cell;
						  	color: #871919;
							background: #e0e0e0 none;
						  	font: normal normal normal 105% arial, 'lucinda sans', helvetica, sans-serif;
							text-align: center; }
																/***** content class defines the division inside	*****/
																/***** of which the page's content is placed		*****/
.content				{	position: absolute;
							top: 17.48em;
							_top: 17.85em;						/* IE only hack */
							width: 100%;
							padding-top: 1em; 
						 	text-align: center;
						 	z-index: 1; }
.contentnophoto			{	top: 10.78em;
							_top: 11.15em; } 					/* IE only hack */
																/***** contentsbox class defines the division		*****/
																/***** inside of which the page's table of contents	*****/
																/***** is placed. Note that it has a default width	*****/
																/***** of 35em which may be modified as required 	*****/
																/***** for individual contents boxes using a the 	*****/
																/***** "style" property for the "<div>" tag. Note	*****/
																/***** also that the modified width should be in	*****/
																/***** "em" units to preserve scalability.			*****/
.contentsbox			{	float: left;
							width: 35%;
							margin: 0 1em .25em 0;
							border: .15em solid #ed3500;
							padding: .5em 1em .5em 0em;
							color: #006000;
							background: #fbfffb none; 
							text-align: left;
							z-index: 5; }
																/***** bottom class defines the bottom div which	*****/
																/***** contains copyright and return to home and	*****/
																/***** section index pages as appropriate.			*****/	
.bottom					{	position: relative;
							width: 100%;
							height: 10.5em;
							text-align: center;
							margin: -1em .5em; 
							padding-top: 0em; }
.bottom2				{	position: relative;
							width: 100%;
							height: 7.0em;
							text-align: center;
							margin: -.25em .5em; }
																/***** contentsline class defines default "<div>"	*****/
																/***** properties for the horizontal menus			*****/
																/***** allowing the user to link to different		*****/
																/***** subpages of a section, ie the menu on the	*****/
																/***** newsletter page allowing the user to select	*****/
																/***** different archived newsletters. The "<div>"	*****/
																/***** will be modified as appropriate for length,	*****/
																/***** etc. by CSS for the appropriate index page.	*****/ 	 
.contentsline			{	position: relative;
							margin-bottom: .25em; }
																/***** the following classes define appropriate		*****/
																/***** properties for the horizontal menus			*****/
																/***** allowing the user to link to different		*****/
																/***** subpages of a section, ie the menu on the	*****/
																/***** newsletter page allowing the user to select	*****/
																/***** different archived newsletters.				*****/
.cyear					{	position: absolute;
							top: 0;
							left: 0;
							width: 6em !important;
							border-left: solid 1px #871919 !important;
							font-weight: bold; }
.cbox					{	border: solid 1px #871919;
							_border-left: solid 1px transparent;
							text-align: center; }
.cblankbox				{	border: solid 1px transparent;
							background: transparent none; }
.cafterblank			{	_border-left: solid 1px #871919; }
.csoon					{	font-weight: bold;
							color: #888 ; }
							
.box					{ 	margin: 0;
					  		padding: 0 0 0 2%; }
					  		
.boxright				{	float: right;
					  		clear: right;
					  		margin: .5em 0em .5em 1em;
							border-top: .3em solid #006000;
							border-bottom: .3em solid #006000;
							padding: .5em 1em .5em 1em;
							color: #006000;
							background: transparent none;
					  		text-align: left; }
					  		
.boxhalf				{	float: right;
					  		padding-left: 2%;
					 		width: 48%;
							margin-bottom: .5em; }

.notforsale				{	padding: 0em 0 0em 0em;
							color: #fff;
							background: #000;
							text-align: center; }
.nfsphoto				{	float: left;
							border: 0;
							padding-right: 3em; }
.nsfblurb				{	float: left;
							text-align: right;
							display: table-cell; }
.recontest				{	width: 95%;
							margin: 0 auto;
							border: .15em solid #006000;
							padding: 0 1em; } 
					  
.pad16ie0				{	padding-right: 16em; }
.wide33iepad2			{	width: 33em;
							margin: 0 auto;
							padding-left: 19em; 
							text-align: center; }	  
.wide46ie31				{	width: 46em;
							margin: 0 auto;
							text-align: center; }	  
.wide49ie32				{	width: 49em;
							margin: 0 auto;
							text-align: center; }	  
.wide51ie36				{	width: 51em;
							margin: 0 auto;
							text-align: center; }	  
.wide53ie40				{	width: 53em;
							margin: 0 auto;
							text-align: center; }	  
.wide53ie44				{	width: 26em;
							margin: 0 auto;
							text-align: center; }	  
.wide62ie40				{	width: 62em;
							margin: 0 auto;
							text-align: center; }	  
														
.youtube				{	float: right;
							clear: right;"							
							width: 33.3;
							height: 26.95;
							margin: .5em 0 .5em 1em; }
														
/****************************************************************************************
*****************************************************************************************
***** 																				*****		
*****   The third section of this CSS file defines classes for height and width 	*****
*****	for each image on the site. Using "em" units amd CSS classes makes the 		*****
*****	images scalable when browser text sizes are changed (In Firefox <Ctrl++>,	*****
*****	<Ctrl+-> and <Ctrl+0> ) Defining the height and width in "em" units 		*****
*****	directly in the html "<img>" tag results in incorrect size rendering of 	*****
*****	the image. Note that scaling of the images results in better preservation	*****
*****	of page layout when text sizes are changed.									*****
***** 																				*****		
*****************************************************************************************
*****************************************************************************************/

iframe.museummap	{	width: 40.5em;
						height: 31.8em; }
img.p0003			{	width: 106.2em;
						height: 6.7em; }
img.p012016			{	width: 1em;
						height: 1.3em; }
img.p029013			{	width: 2.31em;				/* For Motels list only "New */
						height: 1.05em; }
img.p049013			{	width: 3.9em;				/* For Motels list only "Revised */
						height: 1.05em; }
img.p075044			{	width: 5.9em;
						height: 3.4em; }
img.p100044			{	width: 7.85em;
						height: 3.4em; }
img.p100059			{	width: 7.85em;
						height: 4.63em; }
img.p100150			{	width: 7.85em;
						height: 11.8em; }
img.p100475			{	width: 7.85em;
						height: 37.2em; }
img.p112150			{	width: 8.8em;
						height: 11.8em; }
img.p150075			{	width: 11.85em;
						height: 5.9em; }
img.p150100			{	width: 11.8em;
						height: 7.85em; }
img.p150112			{	width: 11.8em;
						height: 8.8em; }
img.p150150	 		{	width:  11.8em;
						height: 11.8em; }
img.p150200			{	width: 11.8em;
						height: 15.7em; }
img.p175125			{	width: 13.8em;
						height: 9.9em; }
img.p175425			{	width: 13.8em;
						height: 33.25em; }
img.p200200			{	width: 15.7em;
						height: 15.7em; }
img.p200650			{	width: 15.7em;
						height: 50.86em; }
img.p225150			{	width: 17.7em;
						height: 11.7em; }
img.p250045			{	width: 19.6em;
						height: 3.6em; }
img.p250075			{	width: 19.6em;
						height: 5.8em; }
img.p250250			{	width: 19.6em;
						height: 19.6em; }
img.p250275			{	width: 19.6em;
						height: 21.6em; }
img.p250325			{	width: 19.6em;
						height: 25.4em; }
img.p250350			{	width: 19.6em;
						height: 27.45em; }
img.p250375			{	width: 19.6em;
						height: 29.4em; }
img.p250425			{	width: 19.6em;
						height: 33.3em; }
img.p250625			{	width: 19.6em;
						height: 48.9em; }
img.p255330			{	width: 20.05;				/* Timber Tranfer Covers */
						height: 25.8em }
img.p275175			{	width: 21.6em;
						height: 13.8em; }
img.p275200			{	width: 21.6em;
						height: 15.7em; }
img.p300125			{	width: 23.5em;
						height: 9.8em; }
img.p300200			{	width: 23.5em;
						height: 15.7em; }
img.p300225			{	width: 23.5em;
						height: 17.7em; }
img.p300250			{	width: 23.5em;
						height: 19.6em; }
img.p300275			{	width: 23.5em;
						height: 21.6em; }
img.p300300			{	width: 23.5em;
						height: 23.5em; }
img.p300350			{	width: 23.5em;
						height: 27.45em; }
img.p300375			{	width: 23.5em;
						height: 29.4em; }
img.p300400			{	width: 23.5em;
						height: 31.35em; }
img.p300425			{	width: 23.5em;
						height: 33.25em; }
img.p300450			{	width: 23.5em;
						height: 35.2em; }
img.p325250			{	width: 25.4em;
						height: 19.6em; }
img.p335290			{	width: 26.2em;
						height: 22.8em; }
img.p350125			{	width: 27.45em;
						height: 9.9em; }
img.p350200			{	width: 27.45em;
						height: 15.7em; }
img.p350225			{	width: 27.45em;
						height: 17.7em; }
img.p350250			{	width: 27.45em;
						height: 19.3em; }
img.p350275			{	width: 27.45em;
						height: 21.6em; }
img.p350300			{	width: 27.45em;
						height: 23.5em; }
img.p350325			{	width: 27.45em;
						height: 25.4em; }
img.p350350			{	width: 27.45em;
						height: 27.45em; }
img.p350400			{	width: 27.45em;
						height: 31.35em; }
img.p350425			{	width: 27.45em;
						height: 33.3em; }
img.p350450			{	width: 27.45em;
						height: 35.2em; }
img.p350475			{	width: 27.45em;
						height: 37.15em; }
img.p350500			{	width: 27.45em;
						height: 39.1em; }
img.p350525			{	width: 27.45em;
						height: 41.05em; }
img.p375250			{	width: 29.4em;
						height: 19.6em; }
img.p375275			{	width: 29.4em;
						height: 21.6em; }
img.p375500			{	width: 29.4em;
						height: 39.1em; }
img.p400100			{	width: 31.35em;
						height: 7.9em; }
img.p400075			{	width: 31.35em;
						height: 5.9em; }
img.p400175			{	width: 31.35em;
						height: 13.8em; }
img.p400200			{	width: 31.35em;
						height: 15.7em; }
img.p400225			{	width: 31.35em;
						height: 17.7em; }
img.p400250			{	width: 31.35em;
						height: 19.6em; }
img.p400275			{	width: 31.35em;
						height: 21.6em; }
img.p400300			{	width: 31.35em;
						height: 23.5em; }
img.p400325			{	width: 31.35em;
						height: 25.4em; }
img.p400350			{	width: 31.35em;
						height: 27.45em; }
img.p400450			{	width: 31.35em;
						height: 35.2em; }
img.p400500			{	width: 31.35em;
						height: 39.1em; }
img.p400525			{	width: 31.35em;
						height: 41.05em; }
img.p400550			{	width: 31.35em;
						height: 43em; }
img.p400575			{	width: 31.35em;
						height: 45.05em; }
img.p400600			{	width: 31.35em;
						height: 46.95em; }
img.p425225			{	width: 33.3em;
						height: 17.7em; }
img.p450100			{	width: 35.2em;
						height: 7.9em; }
img.p450150			{	width: 35.2em;
						height: 11.8em; }
img.p450175			{	width: 35.2em;
						height: 13.8em; }
img.p450225			{	width: 35.2em;
						height: 17.7em; }
img.p450250			{	width: 35.2em;
						height: 19.6em; }
img.p450275			{	width: 35.2em;
						height: 21.6em; }
img.p450300			{	width: 35.2em;
						height: 23.5em; }
img.p450350			{	width: 35.2em;
						height: 27.45em; }
img.p450375			{	width: 35.2em;
						height: 29.4em; }
img.p450850			{	width: 35.2em;
						height: 66.45em; }
img.p475300			{	width: 37.15em;
						height: 23.5em; }
img.p475400			{	width: 37.15em;
						height: 31.35em; }
img.p500125			{	width: 39.1em;
						height: 9.9em; }
img.p500150			{	width: 39.1em;
						height: 11.8em; }
img.p500200			{	width: 39.1em;
						height: 15.7em; }
img.p500225			{	width: 39.1em;
						height: 17.7em; }
img.p500250			{	width: 39.1em;
						height: 19.6em; }
img.p500275			{	width: 39.1em;
						height: 21.6em; }
img.p500300			{	width: 39.1em;
						height: 23.5em; }
img.p500325			{	width: 39.1em;
						height: 25.4em; }
img.p500350			{	width: 39.1em;
						height: 27.45em; }
img.p500375			{	width: 39.1em;
						height: 29.4em; }
img.p500400			{	width: 39.1em;
						height: 31.35em; }
img.p500425			{	width: 39.1em;
						height: 33.3em; }
img.p500450			{	width: 39.1em;
						height: 35.2em; }
img.p500475			{	width: 39.1em;
						height: 37.15em; }
img.p500625			{	width: 39.1em;
						height: 48.9em; }
img.p525375			{	width: 41.05em;
						height: 29.4em; }
img.p550100			{	width: 43.00em;
						height: 7.85em; }
img.p575100			{	width: 45.05em;
						height: 7.85em; }
img.p575375			{	width: 45.05em;
						height: 29.4em; }
img.p600175			{	width: 46.95em;
						height: 13.8em; }
img.p600225			{	width: 46.95em;
						height: 17.7em; }
img.p600250			{	width: 46.95em;
						height: 19.6em; }
img.p600275			{	width: 46.95em;
						height: 21.6em; }
img.p600300			{	width: 46.95em;
						height: 23.5em; }
img.p600325			{	width: 46.95em;
						height: 25.4em; }
img.p600350			{	width: 46.95em;
						height: 27.45em; }
img.p600375			{	width: 46.95em;
						height: 29.4em; }
img.p600400			{	width: 46.95em;
						height: 31.35em; }
img.p600450			{	width: 46.95em;
						height: 35.2em; }
img.p600475			{	width: 46.95em;
						height: 37.15em; }
img.p600500			{	width: 46.95em;
						height: 39.1em; }
img.p700400			{	width: 54.65em;
						height: 31.35em; }
img.p700500			{	width: 54.65em;
						height: 39.1em; }
img.p700550			{	width: 54.65em;
						height: 43em; }
img.p800225			{	width: 62.5em;
						height: 17.7em; }
img.p800250			{	width: 62.5em;
						height: 19.6em; }
img.p800325			{	width: 62.5em;
						height: 25.4em; }
img.p800400			{	width: 62.5em;
						height: 31.35em; }
img.p800425			{	width: 62.5em;
						height: 33.3em; }
img.p800550			{	width: 62.5em;
						height: 43em; }
img.p900300			{	width: 70.35em;
						height: 23.5em; }
img.p900600			{	width: 70.35em;
						height: 31.35em; }