.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.nowrap {
	white-space: nowrap;
}
.blue-bkgr {
	background-color: #E6EAF5;
}
.white-bkgr {
	background-color: #FFFFFF;
}
.pink-bkgr {
	background-color: #EEAAAA;
}

hr {
	height: 1px;
	border: 0px; 
	color: #C2BFBF; 
	background-color: #C2BFBF;
}
