

/*===========================================
   =STRUCTURE
============================================= */

body {
	background: white;
	color: black;
	text-align: left;
	font-size: 11pt !important;
	line-height: 125%;
	margin:0;
	padding:0;
	font-family: Georgia, serif;
	width: 95%;
}

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }



/* Things To Hide on the printed page eg. navigation menu
----------------------------------------------------------------------------- */
#nav, #skip, #search, #sidebar, #footer, hr, div.section ul, #nav-secondary, #register, .content-hf, h4.printhide, ul#bookmark, #nav-secondary, #headlineHome  { display: none; }

/*===========================================
   =TYPE
============================================= */
h1, h2, h3, h4, h5, h6	{
	font-family:"gill sans", helvetica, arial;
	font-weight:bold;
	margin:1em 0 .5em;
	letter-spacing:1pt;
	line-height: 1.2em;
	clear:both;
}
h1 { font-size: 14pt; }

h2 { font-size: 11pt; }

h3 { font-size: 11pt; }

/* Links
----------------------------------------------- */
a { color:black; text-decoration:none;}

a img {border-width:0;}

/* Display link urls */
#content-primary a:link:after, 
#content-primary a:visited:after {
   content: " (" attr(href) ") ";
}


#content-holder img, p img.imgclear ,#headerstrip, #sidebarcontent img, #sidebarHCP img, #sidebar img, #boxteaser img,p.img img, #flash , .imgLinkLogin img{
	display:none;
}



.content #contentmain {
	padding-top:0px;
}

