@charset "UTF-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	
	background:#fff;
	color:#333;
	font:normal normal normal 12px/1.1 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.doNotPrint {
	display:none;
}

.printOnly {
	display:block;
}

h1 {
color:#000;	
}

#headerPrint {
border-bottom:thick #000 solid;	
 background-color: transparent;/*
  background-image: url("images/sprite_base.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right -74px;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
*/  height:60px;

	
}

#headerPrint h2 {
color:#666;
padding-top:15px;

}
#headerContent {
	  vertical-align:bottom;
}

#addressbar
{
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #cccccc;
  color: #333333;
  padding-bottom: 1em;
  line-height: 1.5em;
}


#addressbarContent
{
	display:block;
	position:relative;
	top:0px;
	max-width:800px;
	background-color: transparent;
  	background-image: none;

}

 #copyright p.printonly {
	 display:block;
 }
 
span#sharethis{
	display:none; 
 }