a:link {
	color: blue;
	text-decoration: underline;
}
a:visited {
	color: blue;
	text-decoration: underline;

}
a:hover {
	text-decoration: underline;
	color: blue;
}
a:active {
	text-decoration: underline;
	color: blue;

}

.blueText {

	font-family: Tahoma, Arial, sans-serif;
	color: 2A315B;
	font-size: 0.70em;
	font-weight:bold;
}

.redText {

	font-family: Tahoma, Arial, sans-serif;
	color: AA0000;
	font-size: 0.70em;
	font-weight:bold;
}

.privacyText {

	font-family: Tahoma, Arial, sans-serif;
	color: 2A315B;
	font-size: 0.55em;
}

.privacyText1 {

	font-family: Tahoma, Arial, sans-serif;
	color: CCCCCC;
	font-size: 0.55em;
}