@charset "utf-8";
/* CSS Document */
h1, h2, h3, h4, h5, h6
{
}

.MainContent_AlignLeft {
	text-align: left;
}
.MainContent_AlignCenter {
	text-align: center;
}
.MainContent_AlignRight {
	text-align: right;
}
.Image_FloatLeft {
	float: left;
}
.Image_FloatRight {
	float: right;
}
.textjustify
{
	text-align:justify;
}