/*
-----------------------------------------------
Style Sheet
FIAT - Print styles
Author: Walker Designs
----------------------------------------------- */
/*
= BASIC STYLES ---------------------------------- */
* {
	background: #fff; 
	color: #000;	
	float: none;
	position:static	
}
body {
	font-family: Helvetica, Arial, sans-serif;
}
p {
	color: #000;	
	font-size: 10pt;
	line-height: 18pt;
}
h1, h1 a { 
	color: #000;	
	display: inline;
	font-size: 22pt;
	line-height: 22pt;
	text-indent: none;
}
h2, h2 a { 
	color: #000;	
	font-size: 20pt;
	line-height: 20pt;
}
h3, h3 a { 
	color: #000;	
	font-size: 18pt;
	line-height: 18pt;
}
h4, h4 a { 
	color: #000;	
	font-size: 16pt;
	line-height: 16pt;
}
h5, h5 a { 
	color: #000;	
	font-size: 14pt;
	line-height: 14pt;
}
h6, h6 a { 
	color: #000;	
	font-size: 12pt;
	font-weight: bold;
	line-height: 14pt;
}
a, a:link, a:visited, a:hover, a:active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
/*
=PAGE STRUCTURE ----------------------------------- */
#wrap {
	width: 170mm;
}
#bodyWrap {
	width: 170mm;	 
}
/*
=NAVIGATION --------------------- */
#nav {
	display: none;
}
/*
=CONTENT --------------------- */
#contentMain {
	background-color: #fff;
}
#leadStory {
	border: none;
	color: #000;
}
#leadStory p.intro {
	font-weight: bold;	
}
#sideBar {
	display: none;	
}
/*
=SITE INFO --------------------- */
#siteInfo {
	clear: both;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}
ul#navSiteInfo {
	display:none;	
}
#skipNav {
	display: none;	
}