.Bold {
	font-weight: bold;
}
.Italic {
	font-style:italic;
}
.Underlined {
	text-decoration:underline;
}
.Centered {
	text-align:center;
}
.Clear {
	clear:both;
}
.ClearLeft {
	clear:left;
}
.ClearRight {
	clear:both;
}
.Left {
	float:left;
}
.Right {
	float:right;
}
.BodyPictureLeft {
	float:left;
	margin-right:15px;
}
.BodyPictureRight {
	float:right;
	margin-left:15px;
}
.TextLeft {
	text-align:left;
}
.TextRight {
	text-align:right;
}
.TextCenter {
	text-align:center;
}
.First {
	margin-top:0;
}
.NoWrap {
	white-space:nowrap;
}
