﻿.black-heading-txt {
	font-family: 文鼎中粗隸;
	font-size: 30px;
}
.black-slogan-txt {
	font-size: 16px;
	font: normal normal 100% "Arial Rounded MT Bold";
}
.black-normal-txt {
	font-family: 文鼎中仿;
	font-size: 11px;
	color: #333333;
}
.navigation_text {
	font-size: 18px;
	color: #FFFFFF;
	font-family: 文鼎中粗隸;
}
.very_light_gray {
	color: #CCCCCC;
	font-size: 12px;
	font-family: Tahoma;
}
.orange_bold_text {
	font-family: 標楷體;
	font-weight: bold;
	color: #DD3C05;
	font-size: 18px;
}
.gray_bold_text {
	font-family: 標楷體;
	font-size: 18px;
	font-weight: bold;
	color: #44444E;
}
.black_bold_tixt {
	font-family: 微軟正黑體;
	font-size: 16px;
	font-weight: bold;
	color: #000080;
}
.light_gray_text {
	font-family: 文鼎細圓;
	font-size: 16px;
	color: #000080;
	line-height: 16px;
}
.light_black_text {
	font-family: 文鼎細圓;
	font-size: 16px;
	color: #000000;
	line-height: 16px;
}

.small_bold_orange_text {
	font-family: 文鼎中楷;
	font-size: 12px;
	color: #DD3C05;
	font-weight: bold;
}
.bold_sky_text {
	font-family: 文鼎中圓;
	font-size: 16px;
	font-weight: bold;
	color: #FF3300;
	text-decoration: blink;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.gray_link:link {
	color: #cccccc;
	text-decoration: none;
}
.gray_link:visited {
	text-decoration: none;
	color: #cccccc;
}
.gray_link:hover {
	text-decoration: none;
	color: #FFFF00;
}
.gray_link:active {
	text-decoration: none;
	color: #000000;
}
.light_gray_link:link {
	color: #404040;
	text-decoration: none;
}
.light_gray_link:visited {
	text-decoration: none;
	color: #404040;
}
.light_gray_link:hover {
	text-decoration: none;
	color: #DC3C02;
}
.light_gray_link:active {
	text-decoration: none;
	color: #000000;
}
body {
	background-color: #44444E;
}