body {
	background: white;
	color: black;
	text-align: left;
	font-size: 11pt !important;
	line-height: 125%;
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	width: 95%;
}

/* Things To Hide on the printed page eg. navigation menu
----------------------------------------------------------------------------- */

#generic_header,
#header,
#topnav,
#above_content,
#leftmenu,
#footer,
.quicklinks,
#sidebar,
#left,
#right,

hr
 {
	display: none;
}

#right.events {display:inline;}
#right.events .eventsBackLink, #right.events .dynamicInfoBox, #right.events .eventsWhenPromo a {display:none;}

/*===========================================
   =TYPE
============================================= */
h1, h2, h3, h4, h5, h6	{
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
	margin:1em 0 .5em;
	letter-spacing:1pt;
	line-height: 1.2em;
	clear:both;
}
h1 {font-size: 14pt;}
h2 {font-size: 12pt;}

h3, h4,h5,h6 {font-size: 11pt; font-weight:bold}

fieldset {border:none;padding:0;margin:0;}

/* Links
----------------------------------------------- */
a {
  color:black;
  text-decoration:none;
}

a img {border-width:0;}