a:link {   color: blue; text-decoration: none}
a:visited {  color: blue; text-decoration: none}
a:hover {  color: #FF0000; text-decoration: underline}
a:active {  color: blue; text-decoration: none}
.td0 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: crimson;
}
.td1 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #993300;
}
.td2 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
}
.topbg1 {
	background-image: url(../images/topbg.gif);
	background-repeat: no-repeat;
	background-position: right;
}