.txt10white {
	font-family: "Times New Roman", "Times", "serif";
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.hline {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: B4D1DA;
}
.txt15blue {
	font-family: "Times New Roman", "Times", "serif";
	font-size: 15px;
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
}
.txt15black {
	font-family: "Arial", "Times", "serif";
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	line-height: 19px;
}
.txt15black:hover {
	font-family: "Arial", "Times", "serif";
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 19px;
}
.txt15lightblue {
	font-family: "Arial", "Times", "serif";
	font-size: 15px;
	color: #3399CC;
	text-decoration: none;
	line-height: 19px;
}
.txt15lightblue:hover {
	font-family: "Arial", "Times", "serif";
	font-size: 15px;
	color: #ff9900;
	text-decoration: none;
	line-height: 19px;
}
.txtarialblack {
	font-family: "Arial", "Times", "serif";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	line-height: 19px;
}
.txtarialblue {
	font-family: "Arial", "Times", "serif";
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
}