<!--
.ssmHdr {
color: #440000;
font: bold italic 18px times new roman;
	}

.ssmHdr:link {
color: #440000;
text-decoration: none;
	}

.ssmHdr:visited {
color: #440000;
text-decoration: none;
	}

.ssmHdr:hover {
color: red;
text-decoration: underline;
	}

.ssmHdr:active {
color: #440000;
text-decoration: underline;
	}

.ssmItem {
color: #6B0101;
font: italic 16px times new roman;
	}

.ssmItem:link {
color: #6B0101;
text-decoration: none;
	}

.ssmItem:visited {
color: #6B0101;
text-decoration: none;
	}

.ssmItem:hover {
color: red;
text-decoration: underline;
	}

.ssmItem:active {
color: #6B0101;
text-decoration: underline;
	}

.ssmBar {
color: #440000;
font: bold 14px verdana;
	}




//-->