body {
  color: #000000;
  font-size: 12px;
  font-family: Verdana, sans-serif;
}

td {
  font-size: 12px;
}

.lighttext {
	color: #1E5189;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-decoration: underlined;
	line-height: 20px;
}
.lighttext:hover {
	color: #EEEEEE;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-decoration: underlined;
	line-height: 20px;
}

.lighttext2 {
	color: #1E5189;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-decoration: underlined;
	line-height: 20px;
}
.lighttext2:hover {
	color: #848484;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-decoration: underlined;
	line-height: 20px;
}

.redtext {
	color: red;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-decoration: underlined;
	line-height: 20px;
}

.boldtext {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.whitetitle {
	color: #FFFFFF;
	font-size: 16px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
}

.whitetitle2 {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
}

.whitetitle3 {
	color: #FFFFFF;
	font-size: 20px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}

.whitetitle3:hover {
	color: #CCCCCC;
	font-size: 20px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}

.blacktitle2 {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
}