/* primary parts */
body { 
	background: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	margin: 3%;
	}

h1 { 
	text-align: center;
	font-family: "Comic Sans MS", Arial, sans-serif;
	clear: both;
	}

h2 { 
	text-align: left;
	font-family: "Comic Sans MS", Arial, sans-serif;
	clear: both;
	}

h3 { 
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	}

h3.next { 
	text-align: left;
	background: transparent;
	color: teal;
	font-family: Arial, Helvetica, sans-serif;
	}

h4 { 
	text-align: left;
	background: transparent;
	color: teal;
	font-family: Arial, Helvetica, sans-serif;
	}

table { 
	margin-left: auto;
	margin-right: auto;
	}

caption { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

th { 
	padding: 0.25em;
	font-family: Arial, Helvetica, sans-serif;
	}

td { 
	padding: 0.25em;
	font-family: Arial, Helvetica, sans-serif;
	}

dt { 
	font-weight: bold;
	}

p { 
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	}

p.intro:first-letter { 
	font-family: sans-serif;
	font-size: 250%;
	padding-left: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0;
	line-height: 100%;
	float: left;
	color: #cc0000;
	background: transparent;
	}

/* define links */
a:link { 
	background: transparent;
	color: navy;
	}

a:visited { 
	background: transparent;
	color: #777777;
	}

a:hover { 
	background: transparent;
	color: red;
	}

a:active { 
	background: yellow;
	color: red;
	}

sup, sub { 
	font-size: 75%;
	}

.bullet { 
	float: left;
	}

.companyid { 
	font-weight: bold;
	font-style: italic;
	}

.courtesy { 
	font-size: 75%;
	}

.email { 
	background: transparent;
	color: teal;
	font-style: italic;
	}

/* the different parts of a box containing a figure */
div.figurebox { 
	float: right;
	margin: 0.5em;
	width: 40%;
	clear: both;
	}

div.figure { 
	text-align: center;
	}

div.legend { 
	font-size: small;
	}

.figurename { 
	font-weight: bold;
	}

/* end of figure stuff */

.logo { 
	text-align: center;
	white-space: nowrap;
	}

.next { 
	clear: both;
	}

/* make images that have longdesc set look different */
img[longdesc] { 
	padding-bottom: 2px;
	border-bottom: dashed thin blue;
	cursor: help;
	}

