@charset "utf-8";
/* CSS Document */

.PageTitle {
	font-size: xx-large;
	line-height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
}
.PageText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	word-spacing: normal;
}
.SmallInfoText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	letter-spacing: normal;
	word-spacing: normal;
}
.VerticalCenter {
	vertical-align: middle;
}

