#Caption, #SubCaption, #Text, #TextCenter, #EmphText {
	font-family: arial, verdana;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

#SubCaption {
	font-family: arial, verdana;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

#Text {
	font-size: 16px;
	font-weight: normal;
	text-align: justify;
}

#TextCenter {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	width: 100%;
}

#EmphText {
	font-size: 16px;
	font-weight: bold;
	text-align: justify;
	width: auto;
}
