/* 
 * filename:	v4.css
 *
 * desc:		main stylesheet for version 4 browsers
 * author:		David Alpert
 * email:		david@spinthemoose.com
 * date:		07/07/2003 
 *
 */

/* =================================================================== */
/*                              generic                                */
/* =================================================================== */
.ahem			{	display:none;		}	/* hide in v4+             */
.basic			{						}	/* show in v4, hide in v5+ */
.elite,										/* hide in v4, show in v5+ */
.eliteInline	{	display:none;		}
.first,
.last			{						}
.hide			{	display:none;		}	/* hide in v4+             */

/* =================================================================== */
/*                              global                                 */
/* =================================================================== */

/* hide table captions ------------------- */
table caption {display:none;}

/* =================================================================== */
/*                               links                                 */
/* =================================================================== */
a.linkPDF,
a.linkHTML,
a.linkRAM 		{	font-size: 10px;	}

/* ================================================================= */
/*                              headings                             */
/* ================================================================= */
h1,h2,h3,h4,h5,h6 {	
}

/* ================================================================= */
/*                           aligned images                          */
/* ================================================================= */
p img {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}
p img[align=right] {
	margin-right:0px;
}
p img[align=left] {
	margin-left:0px;
}

/* ================================================================= */
/*                               text                                */
/* ================================================================= */

/* acronym letters & definitions (eg. basics/index.html) */
span.acronym,
span.acronymWrd		{	font-weight:bold;	} 

