a:link {
  color: #0000FF;
}
a:hover {
  color: #990000;
  text-decoration: none;
}
body {
  font-family: Arial, Helvetica, sans-serif;
}
td {
  font-size: 12px;
}
.bold {
  font-weight: bold;
}
.boldUnderline {
	font-weight: bold;
	text-decoration: underline;
}
.bold14px {
  font-size: 14px;
  font-weight: bold;
}
.bold14pxUnderline {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.bold16px {
  font-size: 16px;
  font-weight: bold;
}
.bold16pxUnderline {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.bold20px {
  font-size: 20px;
  font-weight: normal;
}
.bold20pxUnderline {
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}
.dimGrayBold18px{
  font-size: 18px;
  font-weight: bold;
  color: #666666;
}
.dimGray10px {
  font-size: 10px;
  color: #666666;
}
.paragraph {
	text-indent: 20px;
	padding-top: 5px;
}
.paragraphBold {
	text-indent: 20px;
	padding-top: 5px;
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.whiteBold16px {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
}
