.style1 {color: #333333}
a {
	font-family: Times New Roman, Times, serif;
	color: #FF9900;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF9900;
}
.small-italic-black {
	font-size: small;
	font-style: italic;
	color: #000000;
}
.small-black {

	font-size: small;
	font-style: normal;
	color: #000000;
}
.small-strong-orange {
	font-size: small;
	color: #ff9900;
	font-weight: bold;
}
