.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
}
.txt a:link {
color:#797979;
text-decoration:underline;
}
.txt a:visited {
color:#797979;
text-decoration:underline;
}
.txt a:hover {
color:#797979;
text-decoration:none;
}
.HL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #004A7A;
}
.lowRight {
	background-image: url(images/lowRight.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.smTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
.boxUL {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #004A7A;
	border-right-color: #004A7A;
	border-bottom-color: #004A7A;
	border-left-color: #004A7A;	
}
.tstrike {
color:#797979;
text-decoration:line-through;
}