/* print style sheet */
body{
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size: 10pt;
}

.print-tagline{
	display: block;
}

#container{
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

#banner h1 img{
	border: none;
	font-size: 100%;
}

.content_title h2, body.print h2{
   font-family: "Times New Roman", Times, Georgia, serif;
	font-weight: normal;
	font-size: 2.0em;
	line-height: 1.5em;
}

/* drop caps */
#content .wrap p span.fancy {
	font: normal 2.0em Georgia, Times New Roman, serif;
	color: #999999;
	float: left;
	margin: 0 .2em -.2em 0;
}

#copyright{
	margin: 50px 0 0 0;
	font-size: 8pt;
}

/* hide these  */
#edit_button_container, #edit_button, #validate, #validate img,
#nav, #supernav, h1 a span, #search, #subnav, #footer .nav, #flashcontent, #sidebar, #tabnav, #tabwrap, #tabs, #hbs100, .wrap h1 img,#col1 ul,#pager-top{
	display: none;
}
/* open details on the international page */
li.accordion ul{
	display: block;
}

#content h1.title img{
	display: none;
}

h1, h2{
	font-weight: normal;
}

#content h1{
	margin: 0 0 2em 0;
	line-height: 1.3em;
}

h1.title em.print, h1 em.print{
	font-style: normal;
	font-weight: normal;
}

#content h1 a{
   text-decoration: none;
	color: #000;
}

#content h1.title span{
  display: block;
  font-size: 0.5em; /* 1/2 size of regular */
  margin: 1em 0 1em 0;
}

