
<!--
body {  font-family: Arial, Helvetica, sans-serif;
    margin-left: 10px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.indent10 {  text-indent: 10px}

.menuA:hover {
	COLOR: #2E3E50;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
	text-align: center;
	background-color: #B3C2D5;
}
.menuA {	COLOR: white; FONT-WEIGHT: bold; TEXT-DECORATION: none ; text-align: center}

.menuB:hover {	COLOR: #F3F5F8; FONT-WEIGHT: bold ; TEXT-DECORATION: underline }
.menuB {
	COLOR: #2E3E50;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	text-indent: 10pt;
	}

.boldbblue {  font-weight: bold; color: #1E2735}
.boldlightblue {  font-weight: bold; color: #0000CC}
.boldbblueunder {  font-weight: bold; color: #1E2735; text-decoration: underline}
.monobold {  font-weight: bold}
.underline1 {  text-decoration: underline}
.linkclass1 {  color: #000099; text-decoration: none}
.linkclass1:hover {
	color: #FFA500;
	text-decoration: underline;
}
.linkclass_2white {	color: White;	text-decoration: none;}
.linkclass_2white:hover {	color: White;	text-decoration: underline;}
.linkclass_3reverse {
	color: White;
	text-decoration: none;
	font-weight: bold;
}
.linkclass_3reverse:hover {
	color: #587CA0;
	text-decoration: none;
	background-color: White;
	font-weight: bold;
}
.dred1 {
	color: #B61F1F;
	text-decoration: none;
	font-weight: bold;
}
.dred1:hover {
	color: #B61F1F;
	text-decoration: underline;
	font-weight: bold;
}
.bold_coloremail:hover {  color: WHITE; text-decoration: underline}
.bold_coloremail {   color: WHITE; text-decoration: NONE}
.mycursor{cursor:url("Hand.blue.window.cur");

-->