.spwMain {
	/*min-height: 200px;*/
	/*background-color: red;*/
	font-size: 14px;
}
.bigBorder {
	border: 2px solid #000;
}
.bigBorderNoBot {
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
}
.spwRow {
	min-height: 24px;
	clear: both;
	border-bottom: 1px solid #000;
	line-height: 24px;
	overflow: auto;
}
.floatRight {
	float: right;
}
.spwCol {
	float: left;
	/*min-height: 24px;*/
	/*height: 100%;*/
}
.spwColWide {
	width: 377px;
	padding: 0 5px;
	/*background-color: #ccc;*/
}
.spwColThin {
	width: 195px;
	/*background-color: #ddd;*/
}
.thinLeftBorder {
	border-left: 1px solid #000;
}
.cenText {
	text-align: center;
}
.rightText {
	text-align: right;
}
.boldText {
	font-weight: bold;
}
.yelBg {
	background-color: #ffffcc;
}
.graBg {
	background-color: #aaa;
}
.blaBg {
	background-color: #000;
}
.whiBG {
	background-color: #fff;
}
.lihtgGrBG {
	background-color: #e6e6e6;
}
.actBg {
	background-color: #CF4040;
	color: #fff;
}
.useHand {
	cursor: pointer;
}
.hoverWhite {
	background-color: #fff;
	-webkit-transition: background-color .5s;
    transition: background-color .5s;
}
.hoverWhite:hover {
	background-color: #ccc;
}
.mainTitle {
	font-size: 24px;
	text-align: center;
	margin-bottom: 12px;
}
.boldTxt {
	font-weight: bold;
}
.mainPara {
	margin-bottom: 12px;
	padding: 0 20px;
}
.dlBox {
	width: 601px;
	margin: 50px auto 10px auto;
	/*background-color: red;*/
}
.dlMain {
	width: 300px;
	float: left;
}
.dlSub {
	font-size: 14px;
	width: 99px;
	float: left;
	text-align: center;
}
.topBorder {
	border-top: 1px solid #c7a977;
}
.rightBorder {
	border-right: 1px solid #c7a977;
}
.bottomBorder {
	border-bottom: 1px solid #c7a977;
}
.dlTitle1 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 2px;
	font-weight: bold;
}
.dlTitle2 {
	font-size: 16px;
	text-align: center;
	/*margin-bottom: 2px;*/
	margin: 8px 0 5px 0;
	font-weight: bold;
}
.active {
	cursor: pointer;
}
.active:hover {
	color: red;
}
.disabled {
	color: #888;
}
.topButs {
	width: 200px;
	margin: 0 auto 14px auto;
}