/* --------------------------------------------
   reset
----------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}a{outline:none;}

*
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: auto;
	height: auto;
	float: none !important;
	overflow: visible !important;
}

body
{
	font-family: verdana, sans-serif;
	font-size: 12px;
}

a
{
	text-decoration: none;
}

/* --------------------------------------------
   Remove navigation, search, logos, sidebars etc
----------------------------------------------- */

div#search
{
	width: 0px;
	height: 0px;
	visibility: hidden;
	position: absolute;
	top: 0px; 
	left: 0px;
}

ul#sidebar
{
	width: 0px;
	height: 0px;
	visibility: hidden;
	position: absolute;
	top: 0px; 
	left: 0px;
}


div#comments 
{
	width: 0px;
	height: 0px;
	visibility: hidden;
	position: absolute;
	top: 0px; 
	left: 0px;
}

div#content ul.printcommentshare,
div#content ul.printshare 
{
	width: 0px;
	height: 0px;
	visibility: hidden;
	position: absolute;
	top: 0px; 
	left: 0px;
}

div.banner
{
	width: 0px;
	height: 0px;
	visibility: hidden;
	position: absolute;
	top: 0px; 
	left: 0px;
}

div#header 
{
	width: 0px;
	height: 0px;
	visibility: hidden;
	position: absolute;
	top: 0px; 
	left: 0px;
}

div#content span.content-nr-sidebar-text
{
	width: 0px;
	height: 0px;
	visibility: hidden;
	position: absolute;
	top: 0px; 
	left: 0px;
}

div#content span.content-nr-footnote
{
	width: 0px;
	height: 0px;
	visibility: hidden;
	position: absolute;
	top: 0px; 
	left: 0px;
}

div#content span.content-nr-sidebar
{
	width: 0px;
	height: 0px;
	visibility: hidden;
	position: absolute;
	top: 0px; 
	left: 0px;
}

div#content span.content-nr-sidebar img
{
	width: 0px;
}

div.comments div#divSubmitResponse
{
	width: 0px;
	height: 0px;
	visibility: hidden;
	position: absolute;
	top: 10px; 
	left: 0px;
}

div.comments dl dt 
{
	border-left: 0px;
}

/* --------------------------------------------
   Keep the content
----------------------------------------------- */
div, dd, dl, body
{
	clear: both;
	float: none;
	width: auto;
	background: #FFFFFF;
}

div#content
{
	margin: 0px;
	padding: 0px;
}

div#content h2
{
	color: #333;
	line-height: 22px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.1em;
}

div#content, 
div#content p
{
	line-height: 28px;
	width: 100%;
	margin-left: 0px;
	background-color: #FFFFFF;
}

div#footer p
{
	width: 100%;
	margin: 0 auto;
	font: 9px/10px arial;
	color: #000;
	text-align: center;
}

div#footer p a
{
	color: #000;
	text-decoration: none;
}