/* THIS BLOCK OF CSS WILL RESET ALL ELEMENTS SO THAT THEY DO NOT HAVE DEFAULT STYLING */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol, ul{list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
/* END OF CSS RESET BLOCK */

/* AMEXNETWORK STANDARD LAYOUT CLASSES */

body { font: normal 11px Arial, Helvetica, Sans-Serif; }

/* SPAN tag used for image-text replacement;
   default behavior is display: none */
span { display: none; }

/* This class is used to add spacing that can not be integrated into an existing class.
   Use in HTML by adding inline style height value */
div.spacer { display: block; clear: both; font-size: 0px; }

div#bodyContainer {
	width: 100%;
	text-align: center;
}

div#mainContainer_std {
	width: 880px;
	text-align: left;
	margin: auto;
	position: relative;
}

div#header_std {
	margin: 15px 0 0;
	height: 60px;
}

div#contentContainer_std {
	margin: 15px 0 0;
	overflow: hidden;
}

div#contentContainer_std h1#titleImage_std {
	height: 26px;
	margin: 0 0 15px;
}

div#contentContainer_std p#titleCopy_std {
	width: 830px;
	margin: 0 0 30px;
	color: #999;
	line-height: 1.5px;
	font: 12px bold Arial,Helvetica,Sans-Serif;
}

div#contentContainer_std p#botton {
	width: 390px;
	margin: 0 0 30px 12px;
	color: #999;
	line-height: 1.5px;
	font: 12px bold Arial,Helvetica,Sans-Serif;
}

div#contentContainer_std p.content_std {
	width: 830px;
	margin: 0 0 15px;
}

div#contentContainer_std .pagedivider_std {
	display: block;
	height: 8px;
	border-top: 1px solid #A0BED3;
}

div#contentContainer_std h2.subtitleImage_std {
	height: 16px;
	margin: 0 0 25px;
}

div#footer_std {
	margin: 25px 0 15px;
	text-align: left;
}

div#footer_std p {
	font-size: xx-small;
	font: normal 11px Helvetica, Arial, sans-serif;
	color: #999;
	line-height: 1.5;
	text-align: left;
}

/* AMEXNETWORK STANDARD LAYOUT CLASSES */


/* ********************************************************
   PAGE SPECIFIC CLASSES - CREATE SEPARATE SECTION PER PAGE
*********************************************************** */
/* STYLES SPECIFIC TO INDEX.HTML */
#homepage div.footer_container_std {
	border: none;
	margin: 17px 0 0 30px;
}
#homepage div#footer_std {
	margin-top: 17px;
}

#homepage div#footer_std p {
	width: 880px;
	display: block;
	clear: both;
	margin: 10px 0 0 30px;
}

/* STYLES SPECIFIC TO UNSUBSCRIBE */
#unsubscribe {
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 1.4;
	color: #666666;
	background-color: #FFF;
}

#unsubscribe button {
	display: block;
	background-color: #fff;
	border: none;
	margin-top: 5px;
	padding: 0;
}

#unsubscribe fieldset {
	margin: 15px 0;
}

#unsubscribe label {
	margin-left: 4px;
}

#unsubscribe p {
	margin-bottom: 4px;
}

#unsubscribe #contentContainer_std img {
	margin-bottom: 10px;
}

#unsubscribe p.small {
	font-size: 11px;
}

#unsubscribe p#nameLocation {
	margin-top: 10px;
}

/* STYLES SPECIFIC TO CONTACTUS.HTML */
.title_ContactUs {
	width: 125px;
	background: transparent url(/images/titleImage_ContactUs.gif) 0 0 no-repeat;
}

.subtitle_SpecialServices {
	width: 125px;
	background: transparent url(/images/subtitleImage_SpecialServices.gif) 0 0 no-repeat;
}

a.link_contactCardIssuer {
	display: table;
	/*margin: 0 0 20px;*/
	padding: 0 0 0 12px;
	color: #19517B;
	text-decoration: none;
	font: bold 13px Arial, Helvetica;
	background: transparent url(/images/icon_arrow_right_orange.gif) 0 3px no-repeat;
}

a.link_contactStandardArrow {
	display: table;
	margin: 0 0 4px;
	padding: 0 0 0 12px;
	color: #19517B;
	text-decoration: none;
	font: bold 13px Arial, Helvetica;
	background: transparent url(/images/icon_arrow_right_orange.gif) 0 3px no-repeat;
}

p.content_ssLinkCopy {
	width: 830px;
	margin: 0 0 22px 12px;
	color: #999;
	font: normal 12px Arial,Helvetica;
}

#contactus #contentContainer_std li {
	margin-bottom: 20px;
}

#contactus div#special_services { background: transparent url(/images/line.gif) left top repeat-x; padding-top: 7px; }
	#contactus div#special_services dl, #contactus div#special_services dt, #contactus div#special_services dd { margin: 0; padding: 0; }
	#contactus div#special_services dt { margin-bottom: 25px; }
/* END -- STYLES SPECIFIC TO CONTACTUS.HTML */
/* STYLES SPECIFIC TO RULES.HTML COOKIES.HTML CHANGES.HTML TRADEMARKS.HTML & PRIVACY.HTML */

 .heading_common{
  width: 600px;
	font: bold 16px Arial, Helvetica, Sans-Serif;
	color:#666666;
	margin: 0 0 4px;
	display: block;
}

 .subtitle_common{
  width: 600px;
	font: bold 11px Arial, Helvetica, Sans-Serif;
	color:#666666;
	margin: 0 0 10px;
	display: block;
}

	.txt_common{
	width: 600px;
	font: normal 11px Arial, Helvetica, Sans-Serif;
	color:#666666;
	margin: 0 0 20px;
	display: block;
}


	ul#disc{
	list-style: disc;
  margin-left:25px;
}

a:link { color: #0B6392; }
a:hover { color: #0B6392; }
a:active { color: #0B6392; }
a:visited { color: #0B6392; }


/* END -- STYLES SPECIFIC TO RULES.HTML */

/* STYLES SPECIFIC TO PRIVACY.HTML */


.subtitle_Priv{
  width: 600px;
	font: bold 11px Arial, Helvetica, Sans-Serif;
	color:#666666;
	margin: 0 0 3px;
	display: block;

}

	.txt_Priv{
	width: 600px;
	font: normal 11px Arial, Helvetica, Sans-Serif;
	color:#666666;
	margin: 0 0 20px;
	display: block;
}
	.txt_top{
	width: 600px;
	align:right;
	font: normal 11px Arial, Helvetica, Sans-Serif;
	color:#666666;
	margin: 0 0 20px;
	display: block;

}


	ul#circles {
	list-style: circle;
  margin-left:50px;

}
	ol#priv {
	list-style: decimal;
  margin-left:25px;

}

div#line {
	margin:45px 0 8px 0;
	width:700px;
	height:2;
	background: transparent url(/images/line.gif) repeat-y top left;
}

div#title {
	margin-left:15px;
}

/* END -- STYLES SPECIFIC TO PRIVACY.HTML */
/* START -- STYLES SPECIFIC TO


