.text_yellow {
	color: #FFFFCC;
}
.text_gray {
	font-size: 11px;
	color: #666666;
}
.link_default {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}
.link_yellow {
	color: #FFFFCC;
	font-weight: bold;
	text-decoration: underline;
}
.link_gray {
	color: #666666;
	text-decoration: underline;
}
.link_mail {
	color: #990000;
}
