@charset "utf-8";
.txt {
	font-size: 12px;
	color: #000000;
}
.blue12 {
	font-size: 12px;
	color: #336699;
}
.black12 {
	font-size: 12px;
	color: #000000;
}
.black15 {
	font-size: 15px;
	color: #000000;
}
.red12 {
	font-size: 12px;
	color: #FF0000;
}
.white12 {
	font-size: 12px;
	color: #FFFFFF;
}

.whiteink {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}


a.whiteink:link {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a.whiteink:visited {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a.whiteink:hover {
	font-size: 12px;
	font-weight: normal;
	color: #FFFF66;
	text-decoration: none;
}

.bluelink {
	font-size: 12px;
	font-weight: normal;
	color: #0033FF;
	text-decoration: underline;
}


a.bluelink:link {
	font-size: 12px;
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;
}
a.bluelink:visited {
	font-size: 12px;
	font-weight: normal;
	color: #660099;
	text-decoration: underline;
}
a.bluelink:hover {
	font-size: 12px;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}
