/* constants.css */
.maxWidth {
	width: 100%;
}

.centered {
	text-align: center;
}

.grayText {
	color: #777777;
}

.normalPadding {
	padding: 05px;
}

.blueBackground {
	background-color: #336699;
}

.redBackground {
	background-color: #910000;
}

.blue {
	color: #336699;
}

.red {
	color: #910000;
}

.textJustify {
	text-align: justify;
}
