.txt {
	font-family: Arial;
	font-size: 11px;
	color: white;
	text-decoration: none;
}

a.txt:link {
	font-family: Arial;
	font-size: 11px;
	color: white;
	text-decoration: none;
}

a.txt:visited {
	font-family: Arial;
	font-size: 11px;
	color: white;
	text-decoration: none;
}

a.txt:hover {
	font-family: Arial;
	font-size: 11px;
	color: black;
	text-decoration: underline;
}

.txt1 {
	font-family: Arial;
	font-size: 11px;
	color: black;
	text-decoration: none;
}

a.txt1:link {
	font-family: Arial;
	font-size: 11px;
	color: black;
	text-decoration: none;
}

a.txt1:visited {
	font-family: Arial;
	font-size: 11px;
	color: black;
	text-decoration: none;
}

a.txt1:hover {
	font-family: Arial;
	font-size: 11px;
	color: white;
	text-decoration: underline;
}


.brdr {
	border: 1px solid #BE2D2D;
}
a.atop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.atop:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.atop:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #dddddd;
	text-decoration: none;
}