@charset "utf-8";
/* CSS Document */

body { 
	font:normal 12pt Georgia, "Times New Roman", Times, serif;
	color:#000000;
	margin:0;
	padding:0;
	background-color:#ffffff;
}

#wrapper {
	width: auto; 
	margin: 0 2%;
	padding-left: 2%; 
	border: 0;
	float: none;
	color: black; 
	background: transparent;
	}

#content {
	width: auto; 
	margin: 0;
	padding: 0; 
	border: 0;
	float: none;
	color: black; 
	background: transparent;
	}
	
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

#content a[href^="/"]:after {
  content: " (http://www.mastercardadvisors.com" attr(href) ") ";
   }

.printlogo {display:block;}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
	
#header {
	background:#fff url(../images/header-bg.jpg) no-repeat;
	vertical-align: bottom;
	height:86px;
	border-bottom: 1px #000000 solid;
   }

#utilities {display:none;}

#main-nav {display:none;}
	
#left-column {display:none;}

#right-column {border-top: 1px #000000 solid;}

.breadcrumbs {display:none;}

#breadcrumbs-right: {display:none;}

#center-column {
	float:none;
	margin:0;
	width:auto;
	border:0;
	padding:0;
	}
#smtable {display:inline;}
	
.footer-nav {display:none;}
	
#footer {
float: none;
	width:auto;
	border:0;
	}
	
#footer-left {
float:none;
width:auto;
padding:0;
margin:0;}

/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
color:#000000;
background-color:white;}
	
/* COLORS TURN BLACK */

.brown {
	color:#000000;
	}
.teal {
	color:#000000;
	}
.red {
	color:#000000;
	}
.yellow {
	color:#000000;
	}
.blue {
	color:#000000;
	}