@charset "UTF-8";
/* CSS Document */

/* this class is what is called up with the enlarge text function */

.FeatureRightPage {visibility:hidden;}

.RightArrow .LeftArrow {display:none;}

.FeatureLeftPage .AllText {display:inline;
		float:left;
		color:#666666;
		width:930px;
		height:470px;
		text-align:left;
		font-size:16px;
		font-family:Verdana, Helvetica, Arial, sans-serif;
		line-height:22px;
		background:white;
		position:absolute;
		margin:0px;
		left:50%;
		padding:30px;
		margin-left:-495px;
		z-index:10;
		overflow:auto;}
		
.AllText .FeatureTextColumn {font-size:16px;
		font-family:Verdana, Helvetica, Arial, sans-serif;
		width:auto;
		line-height:22px;}
		
		.FeatureLeftPage .AllText p {font-size:16px;
		font-family:Verdana, Helvetica, Arial, sans-serif;
		width:auto;
		line-height:22px;}
		
		.FeatureLeftPage .AllText .FeatureTextColumn {width:auto;}
		
		.FeatureLeftPage .AllText #TextWidth {width:auto;}
		
#IEroot .FeatureLeftPage .AllText {width:990px;
				height:530px;}

#IEroot .FeatureLeftPage {overflow:visible;}
				
		.InsetImg, .ImageTitleLeft, .ImageTitleRight {display:none;}