.copyright_txt {
	color: #CCCCCC;
	font-size: 10px;
	font-family: Tahoma;
}
.black_bold_txt {
	color: #000000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.black_normal_txt {
	color: #000000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.maroon_header_txt {
	color: #84002B;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
.fortune_header_txt {
	color: #CCCC00;
	font-size: 17px;
	font-family: Century Gothic, Helvetica, sans-serif;
}
.green_header_txt {
	color: #006600;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
.small_normal_txt {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.smaller_normal_txt {
	color: #000000;
	font-size: 11.5px;
	font-family: Arial, Helvetica, sans-serif;
}
.menu_top_txt {
	color: #000000;
	font-size: 10px;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.link:link {
	color: #0000FF;
	text-decoration: underline;
}
.link:visited {
	text-decoration: underline;
	color: #0000FF;
}
.link:active {
	text-decoration: underline;
	color: #000000;
	}
.link:hover {
	text-decoration: bold;
	color: #000099;
}
.menu_link:link {
	color: #003300;
	text-decoration: underline;
}
.menu_link:visited {
	text-decoration: underline;
	color: #003300;
}
.menu_link:active {
	text-decoration: underline;
	color: #000000;
	}
.menu_link:hover {
	text-decoration: bold;
	color: #008080;
}
.blue_link:link {
	color: #0000FF;
	text-decoration: underline;
}
.blue_link:visited {
	text-decoration: underline;
	color: #0000FF;
}
.blue_link:active {
	text-decoration: underline;
	color: #000000;
	}
.blue_link:hover {
	text-decoration: bold;
	color: #000099;
}
}