.txtBlue {
	font-family: Arial;
	color: #0E4E9C;
	font-size:12px;
}
.txtBlue1 {
	font-family: Arial;
	color: #0C3F7C;
	font-size:12px;
}

.txt {
	font-family: Arial;
	color: #333333;
	font-size:12px;
}

a.Links {
    font-family: Arial;
	color: #0E4E9C;
	font-size:12px;
	text-decoration: underline;
}
a.Links:hover {
	 font-family: Arial;
	 color: #0E4E9C;
	 font-size:12px;
	 text-decoration: none;
}