
Body {
	background-color: white;
}

pre, code { font-family: monospace; } /* navigator 4 requires this */

A.s4:link { 
	color: blue;
	font-family: "Arial", sans-serif;
	font-size: 11pt;
	background-color: white;
	font-weight: bold;
	text-decoration: underline;
}       /* unvisited link */

A.s4:visited { 
	color: black;
	font-family: "Arial", sans-serif;
	font-size: 11pt;
	background-color: white;
	font-weight: bold;
}   /* visited links */

A.s4:active { 
	color: red;
	font-family: "Arial", sans-serif;
	font-size: 11pt;
	background-color: white;
	font-weight: bold;
}    /* active links */

a.docName:link { 
	color: blue;
	font-family: "Arial", sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;;
	font-style: normal
}       /* unvisited link */

a.docName:visited { 
	color: black;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;;
	font-style: normal
}   /* visited links */

a.docName:active { 
	color: red;
	font-family: "Arial", sans-serif;
	font-size: 9pt;
	font-weight: bold;;
	font-style: normal
}    /* active links */

.s1 {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
} /* buttons */

.s1g {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	color: green;
} /* buttons */

.s1gb {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: green;
} /* buttons */

.s1r {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	color: red;
} /* buttons */

.s1rb {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: red;
} /* buttons */

.s1b {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	color: blue;
	} /* buttons */

.s1bb {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: blue;
	} /* buttons */

.s1o	 {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ff8000;
	} /* buttons */

.s2 {
	font-family: Arial, serif;
	color: black; 
	font-size: 10pt;
	background-color: #EAEBCE;
	font-weight: bold;
} /* input fields */

.s2grn {
	color: green;
	font-family: Arial, sans-serif;
	background-color: #EAEBCE;
	font-size: 11pt;
	font-weight: bold;
}
.s2bkyl {
	color: black;
	font-family: Arial, sans-serif;
	background-color: #ffffcc;
	font-size: 11pt;
	font-weight: normal;
}

.s3 {
	font-family: "Arial", sans-serif; 
	font-size: 11pt;
	color: black; 
	background-color: white;
} /* labels */

.s3b {
	font-family: "Arial", sans-serif; 
	font-size: 11pt;
	color: black; 
	background-color: white;
	font-weight: bold;
} /* labels */

.s3g {
	font-family: "Arial", sans-serif; 
	font-size: 11pt;
	color: green; 
	background-color: white;
} /* message normal */

.s3m {
	font-family: "Arial", sans-serif; 
	font-size: 11pt;
	color: maroon; 
	background-color: white;
} /* message warning */

.s3r {
	font-family: "Arial", sans-serif; 
	font-size: 11pt;
	color: red; 
	background-color: white;
} /* message error */

.s3rb {
	font-family: "Arial", sans-serif; 
	font-size: 11pt;
	color: red; 
	background-color: white;
	font-weight: bold;
} /* message error */

.sArial12b {
	font-family: Arial, sans-serif; 
	font-size: 12pt;
	color: black; 
	font-weight: bold;
} /* labels */

.s5 {
	font-family: "Arial", sans-serif; 
	font-size: 10pt;
	color: blue; 
	background-color: white;
}

.s5grn {
	color: green;
	font-family: Arial, sans-serif;
	background-color: white;
	font-size: 10pt;
}

/* data */

.s6 {
	font-family: "Arial", sans-serif; 
	font-size: 12pt;
	color: black; 
	font-weight: bold; 
	background-color: white;
}

/* titles */
.s7 {
	font-family: "Arial", sans-serif; 
	font-size: 10pt;
	color: black; 
} /* list items */

.h {
	font-family: "Arial", sans-serif; 
	font-size: 10pt;
	color: black; 
	background-color: blue;
} /* highlighed list items */

.s10 {
	font-family: "monospace", Courier;
	font-size: 10pt;
	color: blue;
	background-color: white;
} /* fixed length data */

.s12 {
	font-family: "monospace", Courier;
	font-size: 10pt;
	color: black;
	background-color: white;
} /* fixed length titles */

.s13 {
	font-family: "Arial", sans-serif;
	font-weight: bold; 
	color: green;

} /* select buttons */

.s14 {
	font-family: "Arial", sans-serif;
	font-weight: bold; 
	color: red;

} /* logout buttons */

.s15 {
	font-family: serif;
	color: black; 
	font-size: 11pt;
	background-color: lightgray;
}

.s16 {
	font-family: "Arial", sans-serif;
	font-weight: bold; 
	color: blue; 
}

.s17 {
	font-family: "Arial", sans-serif;
	font-size: 13pt;
	font-weight: bold; 
	color: blue; 
	text-decoration: underline; 
}
.blueBox10pt {
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	font-size: 10pt;
	border-left: #333333 1px solid;
	color: #000000;
	border-bottom: #333333 1px solid;
	background-color: #e7edf5;
	size: 10pt;	
}