<!--
body { 

} 

.ssmHdr {
color: black;
font: 10px tahoma;
font-weight: normal;
}

.ssmHdr:link {
color: black;
text-decoration: none;
font-weight: normal;
	}

.ssmHdr:visited {
color: black;
text-decoration: none;
font-weight: normal;
	}

.ssmHdr:hover {
color: #205FF1;
text-decoration: none;
font-weight: normal;
	}

.ssmHdr:active {
color: black;
text-decoration: underline;
font-weight: normal;
	}

.ssmItem {
color: black;
font: 10px tahoma;
text-align: right;
font-weight: normal;
}

.ssmItem:link {
color: black;
text-decoration: none;
font-weight: normal;
	}

.ssmItem:visited {
color: black;
text-decoration: none;
font-weight: normal;
	}

.ssmItem:hover {
color: #205FF1;
text-decoration: none;
font-weight: normal;
	}

.ssmItem:active {
color: black;
text-decoration: none;
font-weight: normal;
	}

.ssmBar {
color: black;
font: bold 13px tahoma;
}
//-->
