/* -------------- link ---------------- */

a:link {
	color : #ecda89;
	text-decoration: underline;
}
a:visited {
	color : #ecda89;
	text-decoration: underline;
}
a:hover {
	color : #ffffff;
	text-decoration: underline;
}

a.link2:link {
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	color : #000077;
	text-decoration: underline;
}
a.link2:visited {
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	color : #000077;
	text-decoration: underline;
}
a.link2:hover {
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	color : #cc0000;
	text-decoration: underline;
}

a.link3:link {
	font-size:10px;
	color : #000077;
	text-decoration: underline;
}
a.link3:visited {
	font-size:10px;
	color : #000077;
	text-decoration: underline;
}
a.link3:hover {
	font-size:10px;
	color : #cc0000;
	text-decoration: underline;
}

/* -------------- font ---------------- */

.text10-14 {
	font-size:10px;
	line-height: 14px;
	color : #777777;
}

.text12-16 {
	font-size:12px;
	line-height: 16px;
	color : #777777;
}

.text12-18 {
	font-size:12px;
	line-height: 18px;
	color : #777777;
}

.text12-18black {
	font-size:12px;
	line-height: 18px;
	color : #000000;
}

.text10-16black {
	font-size:10px;
	line-height: 16px;
	color : #000000;
}

.text12-12black {
	font-size:12px;
	line-height: 12px;
	color : #000000;
}

.text10-10black {
	font-size:10px;
	line-height: 10px;
	color : #000000;
}

.text12-12red {
	font-size:12px;
	line-height: 12px;
	color : #d11d20;
}

.text12-12 {
	font-size:12px;
	line-height: 12px;
	color : #777777;
}

.text12-12blue {
	font-size:12px;
	line-height: 12px;
	color : #0000aa;
}
.text10-14gold {
	font-size:10px;
	line-height: 14px;
	color : #705c1a;
}

.text10-10gold {
	font-size:10px;
	line-height: 10px;
	color : #ecda89;
}

.text10-14black {
	font-size:10px;
	line-height: 14px;
	color : #000000;
}

.text16-16blue {
	font-size:16px;
	line-height: 18px;
	color : #0042ff;
}

.text16-16green {
	font-size:16px;
	line-height: 18px;
	color : #81ce76;
}
