.title {
	font-size: 28px;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7F7F7F;
	padding-bottom: 5px;
}

.subTitle  {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.subTitleLarge {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.smallText {
	font-size: 12px;
}


.floatLeft {
	float: left;
}
.floatLeftPadding {
	float: left;
	padding: 15px;
}

.floatRight {
	float: right;
}
.floatRightPadding {
	float: right;
	padding: 15px;
}
.imageSidePadding {
	padding-left: 40px;
	padding-right: 40px;

}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


.right {
	text-align: right;
}


.ulNoBullets {
	list-style: none;
}

.infoPane {
	padding: 10px;
	background-image: url(../images/common/other/infoPane.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}



.infoPaneCentered {
	text-align: center;
	padding: 10px;
	background-image: url(../images/common/other/infoPane.png);
	background-position: left bottom;
	background-repeat: repeat-x;

}

.indent {
	margin-left: 100px;
}
.allFields {
	color: #000;
	font-size: 18px;
}
.goodFields {
	color: #00CC00;
	font-weight: bold;
	font-size: 18px;
}
.badFields {
	color: #CC0000;
	font-weight: bold;
	font-size: 18px;
}






.hide {
	display: none;
}


.clearFloat {
	clear: both;
}


