.subHeading2 {
	color : #002664;
	font-size: 80%;
    font-weight: bold;
}

.hideReqdIndicator, .hideRequiredField {
	color: #FFFFFF;
	textcolor: #FFFFFF;
	font-family: Courier;
	font-size: 90%;
}

.forceWordWrap {
	white-space : normal;
	word-wrap : break-word;
	word-break : break-all;
}

.smallPageLink {
	color : #002664;
	text-decoration : underline;
	font-size : 85%;
	font-weight: bold;
}

.smallPageLink:Active {
	color : #002664;
	text-decoration : underline;
	font-size : 85%;
	font-weight: bold;
}

input[disabled], input[disabled='disabled'] {
    background:#CDC9C9;
    cursor:default;
}

.scrollArea {
	width: 750px;
	height: 250px;
	padding-left: 0px;
	padding-right: 2px;
	border-color: #6699CC;
	border-width: 1px;
	border-style: solid;
	float: left;
	overflow-y: scroll;
	overflow-x: auto;
}

#termsText {
    font-family: Verdana, Arial, Helvetica;
    font-size: 0.8em;
}

.warningMsg {
	color : #DE1021;
	font-size: 14px;
	font-weight: bold;
}
