@charset "utf-8";
a:link {
	text-decoration: none;
	color: #999;
}
a:hover {
	color: #369;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}


.Text_Lg_Dk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
	text-decoration: none;
	text-align: center;
}
.Text_Lg_Lt {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
}
.Text_Mid_Dk {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}
.Text_Sm_Dk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	text-align: center;
}
.Text_Sml_Dk_Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	text-align: center;
}
.Text_Sml_Lt_Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #999;
	text-decoration: none;
}
.Text_Sml_Dk_Italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666;
	text-decoration: none;
	text-align: center;
}
.Text_Sml_Lt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999;
	text-decoration: none;
	text-align: center;
}
.Text_Footer_Lt_Italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #999;
	text-align: center;
}


.Text_Mid_Dk_Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
