a:link,a:visited{
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

td.tt{
	border-bottom: 1px solid rgb(222, 0, 41);
	background-image: url(bg_tt.gif);
	background-repeat: repeat-x;
	font-family: Arial;
	color: rgb(255, 255, 255);
}

td.tt2{
	background-image: url(bg_tt2.gif);
	background-repeat: repeat-x;
	height: 20px;
	font-family: Arial;
	color: rgb(255, 255, 255);
	font-size: 12px;
	width: 475 px;
}

.white{
	color: #FFFFFF;
}

.black{
	color: #000000;
}


