td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
}

a {
  color : #245098;
}

.bold {
  font-weight : bold;
}

.italic {
  font-style : italic;
}

.underline {
  text-decoration : underline;
}

.blue {
  color : #245098;
}

.Norm11 {
  font-size : 11px;
}

.BlueBold11 {
  font-size : 11px;
  font-weight : bold;
  color : #245098;
}

.Norm12 {
  font-size : 12px;
}

.Spaced12 {
  font-size : 12px;
  line-height : 20px;
}

.Bold12 {
  font-size : 12px;
  font-weight : bold;
}

.Italic12 {
  font-size : 12px;
  font-style : italic;
}

.BlueBold12 {
  font-size : 12px;
  font-weight : bold;
  color : #245098;
}

.Norm14 {
  font-size : 14px;
}

.Spaced14 {
  font-size : 14px;
  line-height : 20px;
}

.Bold14 {
  font-size : 14px;
  font-weight : bold;
}

.NormBlueBold14 {
  font-size : 14px;
  font-weight : bold;
  color : #245098;
}

.BlueBold14 {
  font-size : 14px;
  font-weight : bold;
  color : #245098;
  line-height : 22px;
}

.Norm16 {
  font-size : 16px;
}

.Bold16 {
  font-size : 16px;
  font-weight : bold;
}

.BlueBold16 {
  font-size : 16px;
  font-weight : bold;
  color : #245098;
}

.Norm18 {
  font-size : 18px;
}

.Bold18 {
  font-size : 18px;
  font-weight : bold;
}

.BlueBold18 {
  font-size : 18px;
  font-weight : bold;
  color : #000099;
}

.Norm20 {
  font-size : 20px;
}

.Bold20 {
  font-size : 20px;
  font-weight : bold;
}

.BlueBold20 {
  font-size : 20px;
  font-weight : bold;
  color : #000099;
}

.BoldError11 {
  font-size : 11px;
  color : #9f0d06;
}

.BoldError12 {
  font-size : 12px;
  font-weight : bold;
  color : #9f0d06;
}

.RegError {
  font-size : 12px;
  font-weight : bold;
  color : #ff0000;
}

.ConfirmDisplay {
  font-size : 12px;
  font-weight : bold;
  background-color : #fafad1;
  line-height : 20px;
}

.TransactionData {
  font-size : 11px;
  line-height : 20px;
}

.SummaryData {
  font-size : 12px;
  font-weight : bold;
  color : #1a3282;
}