/* Blue Text */

.blue12boldtop {
	font-size: 12px;
	color: #294C75;
	font-weight: bold;
	vertical-align: top;
}





/* White Text */

.white10 {
	font-size: 10px;
	color: #DEE9F3;
}

.white12 {
	font-size: 12px;
	color: #DEE9F3;
}

.white10bold {
	font-size: 10px;
	color: #DEE9F3;
	font-weight: bold;
}

.white12bold {
	font-size: 12px;
	color: #DEE9F3;
	font-weight: bold;
}

.white18bold {
	font-size: 18px;
	color: #DEE9F3;
	font-weight: bold;
}

.white20bold {
	font-size: 20px;
	color: #DEE9F3;
	font-weight: bold;
}





/* Black Text */

.black12bold {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.black16bold {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}





/* Site Specific Text */

.more {
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
	margin-left: 30pt;
	margin-bottom: 10pt;
}

.content {
	font-size: 12px;
	color: #000000;
	margin-top: 10pt;
	margin-right: 10pt;
	margin-left: 10pt;
}

.terms {
	font-size: 10px;
	margin-top: 10pt;
	margin-right: 10pt;
	margin-left: 10pt;
}
