@charset "UTF-8";
.times_gray_link {
	font-size: 14px;
	color: #666;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #F00;
	text-decoration: underline;
}
.sub:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #666;
	text-decoration: none;
}
.sub:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #666;
	text-decoration: underline;
}
.times_new_roman {
	font-family: "Times New Roman", Times, serif;
	color: #666;
	font-size: 14px;
	text-align: center;
}
.BIG_HEADER {
	font-family: "Times New Roman", Times, serif;
	font-size: 64px;
	color: #900;
	text-decoration: none;
}
.times_white {
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: none;
	font-weight: lighter;
	font-size: 14px;
}

