.RepeatYBKG {
	background-repeat: repeat-y;
}

.NoRepeatBKG {
	background-repeat: no-repeat;
}

.NoRepeatBKGwithDarkText {
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
}

.MarginTEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1c21b3;
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
}

.MarginQUOTETEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1c21b3;
	padding-left: 55px;
	padding-right: 16px;
	padding-bottom: 16px;
}

html {overflow-y: scroll;}
