@charset "UTF-8";

.textLarge {
	font-size: large;
	font-family: Sans-Serif;
}

.textXLarge {
	font-size: x-large;
}

.textMedium {
	font-size: medium;
	line-height: 140%;
}

.textSmall {
	font-size: 14px;
	line-height: 130%;
}

.textBold {
	font-weight: bold;
}

.textHeadline {
	font-family: 'Bitter', serif;
	font-weight: 700;
}

.margin10 {
	margin: 10px;
}

.listDecoration {
	/* for list decoration */
	color: #ff614b;
}

.para-align-left {
	text-align: left;
}

.para-align-center {
	text-align: center;
}

.v-align-top {
	vertical-align: top;
}

.makeHidden {
	visibility: hidden;
}

.makeVisible {
	visibility: visible;
}


