/**
 * Print
 *
 * Print version related styling.
 *
 */

body {
	background-color: #fff;
	color: #000;
	font: normal 12px/17px Arial, Helvetica, sans-serif;
}

#wrapper {	
	float: none;
	display: block;
	width: 100%;
}	

#header { 
	margin-bottom: 30px;
}
	#header #toolbar,
	#header #primary {
		display: none;
	}

	#header .logo {
		display: block;
		margin: 0 0 15px 0;
	}
		#header .logo a,
		#header .logo img {
			border: 0;
			display: block;
			text-decoration: none;
		}



/* ----------------------------------------------------------------------------
	GLOBAL CONTENT RULES
---------------------------------------------------------------------------- */
#content {	
	float: none;
	display: block;
	width: 100%;
}	
	#content a:link,
	#content a:visited,
	#content a:hover,
	#content a:active { 
		color: #008f83;
		font-weight: bold;
		text-decoration: underline;
	}

	#content acronym { }

	#content address { 
		font-style: normal;
	}

	#content big { 
		font-size: 13px;
	}

	#content blockquote { }
		#content blockquote p { }

	#content em {
		font-style: italic;
	}

	#content form { }
		#content form button { }

		#content form fieldset { }
			#content form fieldset legend { }

		#content form input { }

		#content form label { }

		#content form select {
			min-width: 1.5em;
		}
			#content form select option { }

		#content form textarea { }

	#content h1 { }

	#content h2 { 
		color: #9a9a09;
		font-size: 15px;
		font-weight: bold;
		margin: 0 0 14px 0;
		padding: 0;
	}

	#content h3 { 
		color: #008f83;
		font-size: 13px;
		font-weight: bold;
		margin: 0 0 14px 0;
		padding: 0;
	}

	#content h4 { 
		color: #000;
		font-size: 11px;
		font-weight: bold;
		margin: 0;
		padding: 0;
	}

	#content h5 { }

	#content h6 { }

	#content hr { }

	#content img { }
		#content img.align-left {
			display: inline;
			float: left;
			margin: 5px 11px 5px 0;
		}
		#content img.align-right {
			display: inline;
			float: right;
			margin: 5px 0 5px 11px;
		}

	#content ol { 
		list-style-type: decimal;
		margin: 0 0 17px 30px;
		padding: 0;
	}
		#content ol li { 
			margin: 0 0 5px 0;
			padding: 0;
		}

	#content p { 
		margin: 0 0 14px 0;
		padding: 0;
	}

	#content small { 
		font-size: 11px;
	}

	#content strong {
		font-weight: bold;
	}

	#content sub {
		line-height: 0;
	}

	#content sup {
		line-height: 0;
	}

	#content table.simple {
		border: 1px solid #bfe3e0;
		empty-cells: show;
		margin: 0 0 17px 0;
		table-layout: auto;
		width: 100%;
	}
		#content table thead {
			display: table-header-group;
		}

		#content table tbody { }

		#content table tfoot {
			display: table-footer-group;
		}

		#content table tr { }
			#content table.simple tr th { 
				border: 1px solid #bfe3e0;
				color: #008f83;
				font-weight: bold;
				padding: 6px 10px;
				text-align: left;
				text-transform: uppercase;
			}
			#content table.simple tr td { 
				border: 1px solid #bfe3e0;
				padding: 6px 10px;
			}

	#content ul { 
		list-style-type: disc;
		margin: 0 0 17px 30px;
		padding: 0;
	}
		#content ul li { 
			margin: 0 0 5px 0;
		}



/* ----------------------------------------------------------------------------
	BODY COLUMN-SPECIFIC RULES
---------------------------------------------------------------------------- */

#content-body {
	
}



/* ----------------------------------------------------------------------------
	NAVIGATION COLUMN-SPECIFIC RULES
---------------------------------------------------------------------------- */

#content-navigation {
	display: none;
}



/* ----------------------------------------------------------------------------
	SIDEBAR COLUMN-SPECIFIC RULES
---------------------------------------------------------------------------- */

#content-sidebar {
	display: none;
}



/* ----------------------------------------------------------------------------
	FOOTER CONTENT RULES
---------------------------------------------------------------------------- */

#footer {
	border-top: 2px solid #008f83;
	margin-top: 30px;
	padding-top: 15px;	
}
	#footer #vale-inco-com {
		display: none;
	}
	
	/*
	Print-friendly links
	*/
	ol.pf { 
		margin: 17px 0 17px 30px;
		padding: 0;
	}
		ol.pf li { 
			margin: 0 0 5px 0;
			padding: 0;
		}



/* ----------------------------------------------------------------------------
	MISCELLANEOUS
---------------------------------------------------------------------------- */

#skipper { 
	display: none; 
}

/*
Attention Box - show content inside a bordered box
*/
div.attention {
	border: 1px solid #7fc7c1;
	margin: 17px 0;
	padding: 17px 22px 0 22px;
	width: auto;
}

/*
Image Portraits
*/
img.portrait {
	border: 1px solid #cccc84;
	display: inline;
	float: left;
	margin: 0 23px 17px 0;
	padding: 5px;
}

/*
Clear floats so content beneath will flow
normally. This class must be attached to any
parent that has a floated child.
*/
.clearfix:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */
