/*
==============================================
TABLE OF CONTENTS
==============================================
1. HOMEPAGE
2. COMMON STYLES
3. TOP NAV
4. SUB NAV
5. LEFT NAV
6. HEADERS (H1, H2, H3, ETC.)
7. LAYOUTS (COLUMNS)
8. HR FORMATTING (splitting content w/ HR)
9. ARTICLES FORMATTING
*/

/*
==============================================
1. HOMEPAGE
==============================================
*/
@import url('/en/includes/css/goCssSearch.css');
@import url('/en/includes/css/goCssFooter.css');

.navHome {
	background-color: #f5f5f5;
}
li {
	color: #666;
	font-family: arial;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 6px;
}
	
li.tier3 {
	list-style-image: url('/images/chevron_box.gif');
	font-size: 11px;
	line-height: 15px;
	vertical-align: top;
}
.tier3_ul {
	font-size: 11px;
	padding: 0px;
	margin-left: 21px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-top: 0px;
	vertical-align: top;
}	
	
/* homepage navigation */
.homepageNav {
	font-size: 10px;
	margin: 5px 0px 0px 0px;
	line-height: 16px;
}

a.homeNav:link {
	font-family: arial;
	color: #666;
	text-decoration: none;
	line-height: 15px;
/*    background: url('/en/images/chevron_grey.gif') no-repeat 0; */
}
a.homeNav:visited {
	font-family: arial;
	color: #666;
	text-decoration: none;
	line-height: 15px;
/*    background: url('/en/images/chevron_grey.gif') no-repeat 0; */
}
a.homeNav:hover {
	font-family: arial;
	color: #ffa000;
	text-decoration: none;
	line-height: 15px;
/*    background: url('/en/images/chevron_yellow.gif') no-repeat 0; */
}

a.homeTextNav:link {
	font-family: arial;
	color: #666;
	text-decoration: none;
}
a.homeTextNav:visited {
	font-family: arial;
	color: #666;
	text-decoration: none;
}
a.homeTextNav:hover {
	font-family: arial;
	color: #ffa000;
	text-decoration: none;
}

	
a.navFooter:link {
	font-family: arial;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
a.navFooter:visited {
	font-family: arial;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
a.navFooter:hover {
	font-family: arial;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

/*
==============================================
2. COMMON STYLES
==============================================
*/
body {
	margin: 0px;
}

td {
	color: #666;
	font-size: 11px;
	font-family: arial;
}

#pagetitle {
	padding: 0 10px 0px 10px;
}

#pagecopy {
	padding: 0 10px 35px 10px;
}
#pagecopy h2 {
	padding: 15px 0 5px 0; margin: 0px;
}
#pagecopy a.find-out-more:link {
	background-image: url('/en/images/common/chevron_yellow.gif');
	background-repeat: no-repeat; background-position: 0 4px;
	padding-left: 8px;
	text-decoration: none;
}
#pagecopy a.find-out-more:visited {
	background-image: url('/en/images/common/chevron_yellow.gif');
	background-repeat: no-repeat; background-position: 0 4px;
	padding-left: 8px;
	text-decoration: none;
}
#pagecopy a.find-out-more:hover {
	background-image: url('/en/images/common/chevron_yellow.gif');
	background-repeat: no-repeat; background-position: 0 4px;
	padding-left: 8px;
	text-decoration: none;
}



hr {
	border: 1px solid #ccd3ec;
	margin-bottom: 0px;
}

h2 {
	font-family: arial;
	font-size: 12px;
	color: #0023a0;
	font-weight: normal;
	margin: 20px 0px 5px 0px;
}

p.h2_start {
	font-family: arial;
	font-size: 12px;
	color: #0023a0;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}


p {
	font-family: arial;
	font-size: 11px;
	color: #666;
	line-height: 17px;
	margin: 0px 0px 10px 0px;
}


/*padding for main content area only, exluding main heading*/

.padding_content {
	padding: 0px 10px 65px 20px;
}

.padding_body {
	padding: 0px 0px 65px 0px;
}

/*padding for heading only in main content area*/

.padding_heading {
	padding: 0px 0px 0px 15px;
}

/*link for back to top anchors*/

a.linkBacktoTop:link {
	font-family: arial;
	color: #0023a0;
	text-decoration: none;
}
a.linkBacktoTop:visited {
	font-family: arial;
	color: #0023a0;
	text-decoration: none;
}
a.linkBacktoTop:hover {
	font-family: arial;
	color: #ffa000;
	text-decoration: none;
}

a.backtotop:link {
	width: 7px;
	height: 10px;
	background: url("/images/backtotop-arrow.gif") 0 0 no-repeat;
	padding-left: 10px;
	text-decoration: none;
	background-position: 0 2.5px;
}
a.backtotop:visited {
	width: 7px;
	height: 10px;
	background: url("/images/backtotop-arrow.gif") 0 0 no-repeat;
	padding-left: 10px;
	text-decoration: none;
	background-position: 0 2.5px;
}
a.backtotop:hover {
	background-position: 0 -10.5px;
}


.tablecolor {
	background:#b8c0e0;	
}

.tableheading{	
	background-color:#ffffff;	
	font-family: arial;
	font-size: 12px;	
	font-weight: bold;
	color: #0023a0;
	line-height: 17px;
	margin: 0px 0px 0px 6px;
	padding:4px 4px;
}

.tablecell_title {
	background-color:#f1f4ff;
	font-family: arial;
	font-size: 11px;
	color: #666;
	line-height: 17px;
	margin: 0px 0px 0px 6px;	
	padding:4px 4px;
	
}

.tablecell_data {
	background-color:#ffffff;
	font-family: arial;
	font-size: 11px;
	color: #666;
	line-height: 17px;
	margin: 0px 0px 0px 6px;
	padding:4px 4px;
}

/*small copy style added*/

.copy_small {
	font-family: arial;
	font-size: 10px;
	color: #999;
	line-height: 17px;
	margin: 0px 0px 10px 0px;
}


/*style for glossary panels*/


.indexPanelBox {
	border-top:1px solid #b8c0e0;
}

.indexPanel_largetxt {
	font-family: arial;
	font-size: 14px;
	font-weight:bold;
	color: #0023a0;
	background-color: #f1f4ff;
	line-height: 14px;
	padding: 8px 8px 8px 8px;
}

.indexPanel_regtxt {
	font-family: arial;
	font-size: 11px;
	color: #0023a0;
	background-color: #f1f4ff;
	line-height: 14px;
	padding: 8px 8px 8px 8px;
}

/*Box styles for indexes*/

#indexBox a {
	color: #0023a0;
	font-size:10px; font-family: arial; text-decoration: none; text-align:center;
	border:1px solid #0023a0;
	background-color:#ffffff;
	display: block;
	width: 13px;
	padding: 2px 2px; margin: 1px;
}

#indexBox a:hover {
	font-size:10px; font-family: arial; text-decoration: none; text-align:center;
	background-color: #ffffff;
	color:#ffa000;
	border:1px solid #ffa000;
	display: block;
	width: 13px;
	padding: 2px 2px; margin: 1px;
}


#indexBoxSelected a {
	color: #ffffff; font-size:10px; font-family: arial; font-weight:bold; text-decoration: none; text-align:center;
	border:1px solid #0023a0;
	background-color:#0023a0;
	display: block;
	width: 13px;
	padding: 2px 2px; margin: 1px;
} 


/*Superscript */

sup {
	line-height: 6px;
}

.superscript {
	font-size:9px; 
	position:relative; 
	top:-0.6em;
	left:0;
	line-height: 11px;
	margin: 0px 0px 0px 0px;
}

.superscript_small {
	font-size:6.5px; 
	position:relative; 
	top:-0.6em; 
	left:0;
}


blockquote {
	margin: 0px 25px 10px 25px;
}

span.pdfSize {
	font-size: 9px;
	color: #999;
}

#imgList {
	margin-left: 0; padding-left: 0;
	list-style: none;
}

#imgList li {
	padding-left: 16px;
	background: url(../../images/common/chevron_yellow2.jpg) no-repeat top left;
}


ul {
	margin: 0px 0px 10px 25px;
	padding: 0px;
}

ul.rightColumnList {
	margin: 0px 15px 0px 15px;
	padding-bottom: 10px;
}

li.yellowBoxChevron {
	list-style-image: url('/images/chevron_box.gif');
	font-size: 11px;
	line-height: 15px;
	margin: 0px 0px 4px 0px;
	vertical-align: top;
	padding: 0px;
	text-decoration: none;
}

.chevronList {
	list-style-image: url('/en/images/common/chevron_yellowList.gif');
	margin: 0px 0px 10px 25px;
	padding: 0px;
}

.chevronNewsList {
	list-style-image: url('/en/images/common/chevron_yellowList.gif');
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

a {color: #0023a0; text-decoration: underline;}
a:visited {color: #0023a0; text-decoration: underline;}
a:hover {color: #ffa000; text-decoration: none;}

a.rightColBlLink {
	font-size: 10px;
	color: #0023a0;
	text-decoration: none;
}

a.rightColBlLink:visited {
	font-size: 10px;
	color: #0023a0;
	text-decoration: none;
}

a.rightColBlLink:hover {
	font-size: 10px;
	color: #ffa000;
	text-decoration: none;
}

.footer {
	background-color: #0023a0;
	width: 740px;
}

a.linkTxt {
	color: #0023a0;
	text-decoration: none;
}

a.linkTxt:visited {
	color: #0023a0;
	text-decoration: none;
}

a.linkTxt:hover {
	color: #ffa000;
	text-decoration: underline;
}

div.faq_answers {
	margin-left: 12px;
	margin-bottom: 10px;
}



/*
==============================================
2. TOP NAV
==============================================
*/

.headerNav {
	font-family: Arial, Sans-serif;
	font-size: 9px;
	color: #adadad;
/*	background-color: #f5f5f5; */
	padding: 8px 0 0 0;
	float:right;
}
	#headerLinks {
	float: left;
	width: 580px;
}
	#headerLinks2 {
	margin:0px;
}
a.topNav:link {
	color: #6A6A6A;
	text-decoration: none;
	padding: 3px;
}
a.topNav:visited {
	color: #6A6A6A;
	text-decoration: none;
	padding: 3px;
}
a.topNav:hover {
	/*background-color: #eee;*/
	color: #000;
	text-decoration: none;
	padding: 3px;
}
a.topNavOn:link {
	color: #000;
	text-decoration: none;
	padding: 3px;
	font-size:12px;
}
a.topNavOn:visited {
	color: #000;
	text-decoration: none;
	padding: 3px;
		font-size:12px;
}
a.topNavOn:hover {
	/*background-color: #eee;*/
	color: #000;
	text-decoration: none;
	padding: 3px;
		font-size:12px;
}


/*
==============================================
3. SUB NAV
==============================================
*/

.subNavbar {
	font-family: Arial, Sans-serif;
	font-size: 9px;
	color: #999;
	width: 740px;
	height: 30px;
	margin: 5px 0px 0px 0px;
	vertical-align: top;
}
	#subnavLinks {
	float: left;
	width: 553px;
	margin-top: 5px;
}
	#searchBar {
	font-size: 10px;
	color: #ffa000;
	margin: 0px;
	padding: 0px;
}
.searchField {
	font-size: 9px;
	margin-right: 5px;
}
a.subNav:link {
	color: #999999;
	text-decoration: none;
}
a.subNav:visited {
	color: #999999;
	text-decoration: none;
}
a.subNav:hover {
	color: #ffa000;
	text-decoration: none;
}
a.searchLink:link {
	color: #ffa000;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #ffffff;
}
a.searchLink:visited {
	color: #ffa000;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #ffffff;
}
a.searchLink:hover {
	background-color: #f5f5f5;
	color: #0023a0;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #cccccc;
}



/*
==============================================
4. LEFT NAV
==============================================
*/

#leftnav_container {
	background-color: #f5f5f5;
	font-family: Arial, Sans-serif;
	font-size: 10px;
	color: #666;
	width: 185px;
	padding-bottom: 35px;
}

#leftnav_container sup {
	font-family: Arial, Sans-serif;
	font-size: 6px;
	text-decoration: none;
}
#leftnav_container a {
	font-family: Arial, Sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#leftnav_list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#leftnav_list li {
	font-size: 11px;
	padding: 9px 9px 9px 15px; margin: 0px;
	background-image: url('/en/images/common/chevron_yellow.gif');
	background-repeat: no-repeat;
	background-position: 7px 13px;
	border-bottom: 1px #d8dff5 solid;
}
#leftnav_list li.current {
	font-weight: bold; font-size: 11px; color: #0023a0;
}

#leftnav_list ul { list-style: none; }

#subnav {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#subnav li {
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
	padding: 0 5px 2px 8px; margin: 0px;
	background-image: none;
	border-bottom: 0px;
}
#subnav li.current {
	font-size: 10px; color: #0023a0; font-weight: normal;
}

#subnav ul { list-style: none; }
#subnav a:link { color: #666; text-decoration: none; }
#subnav a:visited { color: #666; text-decoration: none; }
#subnav a:hover { color: #ffa000; text-decoration: none; }

a.leftnavlink:link { color: #0023a0; text-decoration: none;}
a.leftnavlink:visited { color: #0023a0; text-decoration: none;}
a.leftnavlink:hover { color: #ffa000; text-decoration: none;}



#leftnavlink a:link { color: #0023a0; text-decoration: none;}




blockquote.leftNavigation {
	margin: 0px 15px 0px 15px;
}

div.leftSubNavigation {
	color: #999;
	margin: 0px 5px 0px 5px;
	padding: 0px;
}


.leftNavcolumn {
	background-color: #f5f5f5;
	font-family: Arial, Sans-serif;
	font-size: 10px;
	color: #666;
	width: 185px;
	padding-bottom: 35px;
}

/*
NAV ROLLOVER W/ CHEVRON

a.leftNav:link {
    padding: 0 0 0 5px;
}
a.leftNav:visited {
    padding: 0 0 0 5px;
}
a.leftNav:hover {
    padding: 0 0 0 5px;
    background: url('/en/images/common/chevron_yellow.gif') no-repeat 0;
}
*/

.leftNavOn {
	color: #0023a0;
	text-decoration: none;
}
a.leftNav:link {
	color: #7a7a7a;
	text-decoration: none;
}
a.leftNav:visited {
	color: #7a7a7a;
	text-decoration: none;
}
a.leftNav:hover {
	color: #ffa000;
	text-decoration: none;
}

a.leftSubNav:link {
	color: #999;
	text-decoration: none;
}
a.leftSubNav:visited {
	color: #999;
	text-decoration: none;
}
a.leftSubNav:hover {
	color: #ffa000;
	text-decoration: none;
}

.navTitleOn {
	font-size: 11px;
	color: #0023a0;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	text-decoration: none;
}

a.navTitleOn:link {
	font-size: 11px;
	color: #0023a0;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	text-decoration: none;
}
a.navTitleOn:visited {
	font-size: 11px;
	color: #0023a0;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	text-decoration: none;
}
a.navTitleOn:hover {
	font-size: 11px;
	color: #ffa000;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	text-decoration: none;
}

a.navTitle:link {
	font-size: 11px;
	color: #0023a0;
	margin: 0px 0px 5px 0px;
	text-decoration: none;
}
a.navTitle:visited {
	font-size: 11px;
	color: #0023a0;
	margin: 0px 0px 5px 0px;
	text-decoration: none;
}
a.navTitle:hover {
	font-size: 11px;
	color: #ffa000;
	margin: 0px 0px 5px 0px;
	text-decoration: none;
}

.navBoxOn {
	width: 185px;
	background-color: #f1f4ff;
	line-height: 14px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #e3e3e3;
}
.navBox {
	width: 185px;
	background-color: #f5f5f5;
	line-height: 14px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #e3e3e3;
}


#leftnav-t2 {
	margin-top: 0px; padding-top: 0px;
	font-size: 10px;
	line-height: 16px;
}
#leftnav-t2 span{
	font-size: 10px;
	color: #000;
}
#leftnav-t2 a{
	font-size: 10px;
	color: #666;
}
#leftnav-t2 a:visited{
	font-size: 10px;
	color: #666;
}
#leftnav-t2 a:hover{
	font-size: 10px;
	color: #ffa000;
}

a.leftnav-t2-hdr:link {
	color: #0023a0;
	font-size: 11px;
	padding-top: 10px;
}
a.leftnav-t2-hdr:visited {
	color: #0023a0;
	font-size: 11px;
	padding-top: 10px;
}
a.leftnav-t2-hdr:hover {
	color: #ffa000;
	font-size: 11px;
	padding-top: 10px;
}


#leftnav-t3 {
	margin-left: 10px;
}






/*
==============================================
5. HEADERS (H1, H2, H3, ETC.)
==============================================
*/

.pageTitle {
	margin: 0px 0px 0px 10px;
}
.contentTitle {
	margin: 0px 0px 12px 0px;
}
.yellowbar {
	background-color: #ffe2b2;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 0px 2px 5px;
	margin: 0px 0px 10px 0px;
}
h3 {
	color: #666; font-size: 11px; font-weight: bold;
	line-height: 15px;
	padding: 10px 0 5px 0; margin: 0px;
}


/*
==============================================
6. LAYOUTS (COLUMNS)
==============================================
*/

/*old right col styles*/

.thirdcolumn {
	padding: 0px 0px 0px 0px;
	background-color:ffffff;
}

.rightColumnBlue {
	background-color: #f1f4ff;
	font-size: 10px;
	line-height: 14px;
	padding: 0px 10px 30px 10px;
}

/*new right col styles */

.rightCol
{
	background-color: #f1f4ff;
}

.rightColText
{
	font-size: 10px;
	line-height: 14px;
}


#main {
	float: left;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 16px;
	width: 350px;
	padding: 0px 0px 50px 10px;
	margin: 0px 10px 30px 0px;
}

#sidebar {
/*	background:#f5f5f5; */
	float: right;
	width:185px;
	font-family: arial, sans-serif;
	font-size: 11px;
	vertical-align: top;
	padding: 15px 0px 15px 0px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}


#sidebarGraphic {
	float:right;
	width:185px;
	vertical-align: top;
	font-family: arial, sans-serif;
	font-size: 11px;
}

/*
==============================================
7. HR FORMATTING
==============================================
*/

.hrHolder {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e3e3e3;
}
a.newsrelease:link {
	color: #0023a0;
	text-decoration: none;
}

a.newsrelease:visited {
	color: #0023a0;
	text-decoration: none;
}

a.newsrelease:hover {
	color: #ffa000;
	text-decoration: underline;
}

.sponsorSplashbox {
	padding-left: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e3e3e3;
}

.sponsorSplashbox2 {
	padding-left: 10px;
	margin-bottom: 15px;
}

/*
==============================================
8. ARTICLES FORMATTING
==============================================
*/

#articleHeader {
	line-height: 17px;
	padding: 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e3e3e3;
}
.articlesHeader {
	font-family: arial;
	font-size: 14px;
	color: #0023a0;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

.articleIntro {
	font-family: arial;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	margin: 10px 0px 5px 0px;
}

.articleDate {
	font-family: arial;
	font-size: 10px;
	color: #ffa000;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}


#chevron_arrowlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#chevron_arrowlist li {
	font-size: 11px;
	padding: 0 0 0 12px; margin-bottom: 5px;
	background-image: url('/en/images/common/chevron_yellow.gif');
	background-repeat: no-repeat;
	background-position: 4px 4px;
}
#chevron_arrowlist ul { list-style: none; }
#chevron_arrowlist a {text-decoration: none;}

.chevron_boxlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	padding-bottom: 6px;
}

.chevron_boxlist li {
	font-size: 11px;
	padding: 1px 0 0 12px; margin-bottom: 5px;
	background-image: url('/en/images/chevron_box.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.chevron_boxlist ul { list-style: none; }
.chevron_boxlist a { text-decoration: none;}



#footnotes {
	border-top: 1px #cccccc solid;
	color: #999999; font-size: 8px; line-height: 14px;
	padding-top: 3px; margin-top: 15px;
}

#footnoteslg {
	border-top: 1px #cccccc solid;
	color: #999999; font-size: 9px; line-height: 14px;
	padding-top: 3px; margin-top: 15px;
}



/*
==============================================
9. OLYMPICS
==============================================
*/

.thumbnail:link {
	border: 1px solid #0023a0;
}
.thumbnail:visited {
	padding: 1px;
}
.thumbnail:hover {
	border: 1px solid #ffa000;
}

.col1 {
margin: 22px 0 0 0;
width: 268px;
float:left;
}

.col2 {
margin: 22px 0 0 0;
width: 277px;
float:left;
}

.col1 img {
padding: 0px 0px 17px 0px;
}

.col2 img {
padding: 0px 0px 17px 0px;
}


/*
==============================================
RIGHT BLUE COLUMN
==============================================
*/

#rightcolumn {
	background-color: #f1f4ff;
	padding: 10px;
	border-bottom: 1px #d8dff5 solid;
	font-size: 10px;
	color: #666;
	line-height: 16px;
}

#rightcolumn h1 {
	font-size: 11px;
	color: #333;
	font-weight: normal;
	line-height: 16px;
	padding: 0px; margin-bottom: 2px;
}

#rightcolumn p {
	font-size: 10px;
	color: #666;
	line-height: 16px;
}

#rightcolumn ul {
	margin: 0; padding: 0px;
}
#rightcolumn li {
	font-size: 10px;
	color: #666;
	line-height: 13px;
}
#rightcolumn hr {
	border-bottom: 0px #dfdfdf solid;
	margin-bottom: 15px;
}

#rightlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#rightlist li {
	font-size: 10px;
	padding: 0 0 0 10px; margin-bottom: 4px;
	line-height: 13px;
	background-image: url('/en/business/images/right/chevron.gif');
	background-repeat: no-repeat;
	background-position: 0 4px;
}

#rightlist ul { list-style: none; }
#rightlist strong { font-weight: normal; color: #0023a0; }

a.rightlink:link { color: #333; text-decoration: none;}
a.rightlink:visited { color: #666; text-decoration: none;}
a.rightlink:hover { color: #ffa000; text-decoration: none;}

a.linkright:link {
	color: #333; text-decoration: none;
	font-size: 10px;
	padding: 0 0 0 10px; margin-bottom: 4px;
	line-height: 13px;
	background-image: url('/en/business/images/right/chevron.gif');
	background-repeat: no-repeat;
	background-position: 0 3px;
}
a.linkright:visited {
	color: #666; text-decoration: none;
	font-size: 10px;
	padding: 0 0 0 10px; margin-bottom: 4px;
	line-height: 13px;
	background-image: url('/en/business/images/right/chevron.gif');
	background-repeat: no-repeat;
	background-position: 0 3px;
}
a.linkright:hover {
	color: #ffa000; text-decoration: none;
	font-size: 10px;
	padding: 0 0 0 10px; margin-bottom: 4px;
	line-height: 13px;
	background-image: url('/en/business/images/right/chevron.gif');
	background-repeat: no-repeat;
	background-position: 0 3px;
}

.red {
color:#CC0000;
}



/* visa perks button */

#featuredClick
{
  display: block;
  width: 130px;
  height: 37px;
  background: url("/visaperks/media/feature/featured_click.gif") no-repeat 0 0;

}

#featuredClick:hover
{ 
  background-position: 0 -37px;
}

#featuredClick span
{
  display: none;
}

#featuredClickfr
{
  display: block;
  width: 183px;
  height: 37px;
  background: url("/avantagesvisa/media/feature/featured_click.gif") no-repeat 0 0;

}

#featuredClickfr:hover
{ 
  background-position: 0 -37px;
}

#featuredClickfr span
{
  display: none;
}

#footer {
clear:both;
margin:0;
width: 721px;
z-index:100;
font-family:Arial, Helvetica, sans-serif;
}


#navFooter {
float: left;
padding-top:8px;
color: #6a6a6a;
width: 464px;
}

#go-shopinUS {
	width: 545px;
	height: 175px;
	background: url(/visaperks/media/feature/go_shopinUS.jpg) left top no-repeat;
	position: relative;
}

#go-aircanada {
	width: 545px;
	height: 105px;
	margin-top:15px
}

#go-shopinUS-imgLink {
	display: block;
	width: 545px;
	height: 175px;
}

#go-shopinUS-btn {
	display: block;
	width: 120px;
	height: 25px;
	background: url(/visaperks/media/feature/go-shopinUS-btn.gif) left top no-repeat;
	position: absolute;
	bottom: 10px;
	left: 15px;
}

#go-shopinborderlinx-btn {
	display: block;
	width: 120px;
	height: 25px;
	background: url(/visaperks/media/feature/go-shopinborderlinx-btn.gif) left top no-repeat;
	position: absolute;
	bottom: 44px;
	left: 15px;
}

#go-shopinUS-btn:hover {
	background: url(/visaperks/media/feature/go-shopinUS-btnON.gif) left top no-repeat;
}