	
/**
 * CMC Markets Print Styles CSS

 */
 
body {
	background-image: none; background-color: transparent;
} 
 
/*
 *
 * ----------------------- TEMPLATE MODULES -----------------------------------
 *
 */
/**
 * T2: Template 2
 */
/** Main elements **/
div#t2 div#headerContent {
	float: none; width: 607px;
}

/**
 * T3: Template 3b
 */
div#t3b h1 {
	float: none;
}
div#t3b div#mainContent {
	float: none;
}
div#t3b div#footer {
	float: none;
}


/*
 * ---------------------- CONTENT MODULES -------------------------------------
 *
 * C1: Page Title for T3-5
 */
div#t3a h2, div#t3b h2, 
div#t4 h2, div#t5 h2 {
	text-indent: 0; color: #17617b;
	background-image: none !important;
}
/**
 * C2: Graphical Page Titles for T1 and T2
 */
div#t1 h2 {
	height:auto;		
	text-indent: 0; color: #011545;
	background-image: none !important;
}
div#t2 h2 {
	height:auto;		
	text-indent: 0; color: #011545;
	background-image: none !important;	
}
div#t2 h2 a, div#t1 h2 a {
	position: static; 
	display: inline;
}
/**
 * C3: Tag Line for T3-5
 */ 
div#t3a h3, div#t3b h3, 
div#t4 h3, div#t5 h3 {
	height:auto;		
	text-indent: 0;
	background-image: none !important;	
}
/**
 * C8: Hardrule
 */
div.hardrule {
	height: 0; border-top: 1px dotted #666666;
}

/*
 * --------------------------------------------- FORM MODULES --------------------------------------------
/
/** 
 * F8: Form Butttons
 */
input.submit
{
	text-indent: 0; font-size: 1em;
	background-image: none;	
}


/*
 * ------------------------------------------ HIGHLIGHT MODULES ------------------------------
 */


/**
 * H3: 
 */
div.promo3 {
	border: 1px solid #666666;
}
div.promo3 h3 {
	text-indent: 0; color: #011545; font-size: 1em;
	background-image: none !important;
}


/*
 * -------------------------------------- NAVIGATION MODULES -----------------------------------------------
 */

/**
 * N1: Primary Navigation
 * Core primay nav styles
 */
#primaryNav {
	display: none;
}

/**
 * N2: Secondary and Tertiary Navigation 
 */
#secondaryNav {
	display: none;
}

/* 
 * N3: Large Utility Nav
 */
#utilityNav {
	position:absolute; top: 16px; right: 20px; z-index: 1;
	width: 560px;
}
#utilityNav p#division {
	float: right; 
	margin: 0 1em 0 0;
	font-weight: bold; color: #000000;
}
#utilityNav ol {
	display: none;
}
#utilityNav p#language {
	display: none;
}


/**
 * N4: Small Utility Nav / Home page nav
 */
a#smallUtilityNav {
	display: none;
}

/* 
 * N5: Footer Nav
 */
#footerNav {
	display: none;
}

/**
 * N6: In-page Navigation
 */
ol#inPageNavItems  { 
	margin: 0; padding: 0;
	list-style: none;
}
* html ol#inPageNavItems li { 
	margin: 0 0 -1em 0;
}
ol#inPageNavItems  a { 
	display: block; padding: 0 0 6px 21px;
	text-decoration: underline; color: #4B8CA4;
	background: url(/repository/images/bullets/inpagenav_bullet.png) no-repeat 0 0;
}
ol#inPageNavItems  a.selected { 
	text-decoration: none; font-weight: bold;
	background: url(/repository/images/bullets/inpagenav_bullet_selected.png) no-repeat 0 0;
}
ol#inPageNavItems a:hover { 
	color: #17617b;
}
ol#inPageNavItems  a.selected:hover { 
	color: #4B8CA4;
}

/**
 * N7: Breadcrumb
 */
div#breadcrumb {
	display: none;
}