.EmphasizeText {
	font-weight: bold;
	color: #0000CC;
}
.HighlightYellow {
	background-color: #FFFF00;
}
.SmallText {
	font-size: 85%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
.SmallText2 {
	font-size: 70%;
}
.floatleft {
}
.floatright {
	float: right;
}
.clearfloat {
	line-height: 0px;
	clear: both;
	float: none;
	height: 0px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	font-size: 2px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
