@CHARSET "ISO-8859-1";
.file {
	font-family: courier-new, monospace;
	color: blue;
}

.code {
	font-family: courier-new, monospace;
	color: blue;
}

.codeColor {
	color: blue;
}

.keywordColor {
	color: #800056;
	font-weight: bold;
}

.menuLevel1 {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

.menuLevel2 {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0.4em;
	font-size: 10pt;
}

.menuLevel3 {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0.8em;
	font-size: 9pt;
}

/**
 The following elements used by embedded clickable 
 image links.
 */

A IMG {
	border-style: solid;
	border-color: blue;
	border-width: 1pt;
	text-decoration: underline;
}

A:VISITED IMG {
	border-color: blue;
}

TD.imagecol {
	width: 100px;
	text-align: center;
	vertical-align: top;
	padding-left: 1em;
	font-size: 7pt;
}

OL.instr {
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 1.9em;
	padding-left: 0em;
	t3ext-align: justify;
}

LI.steps {
	display: list-item;
	margin-bottom: 1ex;
	vertical-align: text-top;
}

TABLE.blueBorder {
	border-color: #2e6caf; 
	border-style: solid; 
	border-width: thin; 
	border-collapse: collapse;
}

TABLE.blueBorder TR TD {
	border-width: thin; 
	border-style: solid; 
	border-color: #2e6caf;
	padding: 5pt;
}