/* CSS Document */

.bodytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: 1F5080;
}
a.txt:link {
	color: CC9900;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC9900;
	text-decoration: none;
}
a.txt:visited {
	color: CC9900;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC9900;
	text-decoration: none;
}
a.txt:hover {
	color: ff0000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: ff0000;
}
a.txt:active {
	color: CC9900;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC9900;
	text-decoration: none;
}