/* import shared stylesheets */
@import url('https://secure.cmax.americanexpress.com/Internet/International/sharedDotCom/CSS/global2008/screen-headers.css');
@import url('https://secure.cmax.americanexpress.com/Internet/International/sharedDotCom/CSS/global2008/screen-layouts.css');
@import url('https://secure.cmax.americanexpress.com/Internet/International/sharedDotCom/CSS/global2008/button_styles.css');

/* import LOCAL shared stylesheets
@import url(screen-headers.css);
@import url(screen-layouts.css);
@import url(screen-footers.css);*/

/* TYPOGRAPHY
--------------------------------------------------------------------------------------------*/
body, td {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
}
#wrapper {
	width:1004px;
	
}

strong {
	font-weight:bold;
}

/* COMMON STYLES
--------------------------------------------------------------------------------------------*/
ul.inline li {
	float:left;
}

#skip-to-content {
	display:none;
}

.floatL {float: left;}
.floatR {float: right}

/* CLEARFIX (http://www.positioniseverything.net/easyclearing.html)
--------------------------------------------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#iNav_header_container{
  width:1004px;
}
#iNav_footer_container{
  width:1004px;
  clear:both;
}

#amexLogo {
	display:none;
}

.pageTopLink {
	display:none;
}

/* Code for super script */
sup { vertical-align: 0.8ex;
      FONT-SIZE: 75%;
      FONT-WEIGHT: bold;
      line-height: 110%;
      _line-height: 190%;
} 
/* Code for super script end */

.APR {
	font-size:18px;
	font-weight:bolder;
}
