a:link {color: #333333;text-decoration: none;}     /* unvisited link */
a:visited {color: #CC99CC;text-decoration: none;}  /* visited link */
a:hover {color: #FF9900;text-decoration: none;}   /* mouse over link */
a:active {color: #333333;text-decoration: none;}   /* selected link */


.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}
.norepeatx {
	background-repeat: repeat-x;
}
.lnk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #669966;
}
.ttl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #661D30;
	font-weight: bold;
}
.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99CCFF;
}
.sub2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}

