/* Amends and adds rules needed by IE5 */ 

html
{
	overflow: visible;
}

body
{
	overflow: 	visible;
	height:		auto;
	background-image: none;
	background-color: white;
	color: black;
}

/********************************/
/* Navigation bar				*/
/********************************/

div.nav
{
	display: none;
} 


/*******************************/
/* Content div				   */
/*******************************/

div.content
{
	overflow:		visible;
	font-size:		10pt;
    left:			0;
    margin:			0;
    padding:		0;
    width:			auto;
    height:			auto;
    background-image: none;
    background-color: transparent;
    color:				#000000;
}

div.content p, div.content h2, div.content h3
{
	margin-left:	0;
	margin-right:	1em;
}

/* No point having decorated links on the printed page - you
   can't click on them! */
div.content a		  {color:inherited; text-decoration: none;}
div.content a:link	 {color:inherited; text-decoration: none;}
div.content a:visited  {color:inherited; text-decoration: none;}
div.content a:hover	{color:inherited; text-decoration: none;}
div.content a:active   {color:inherited; text-decoration: none;}

/* Hide the "go to top of page" links...*/
div.content a.toplink
{
	display:	none;
}

/* Hide the bottom nav links... */
div#bottomnav
{
	display:	none;
}


div.content acronym
{
	font-style: normal;
	border-bottom: none;
}

.noprint
{
	display: none;
}

/******************************/
/* Image styles				  */
/******************************/

img.imageright
{
	margin-right: 0px;
}

img.imageleft
{
	margin-left: 0px;
}


/*********************************/
/* Logbook frame				 */
/*********************************/

div#logbookcontainer
{
	display: none;
}


img.imageright,
img.imageleft,
div.imagecenter
{
	page-break-before:	auto;
}

