/* CSS Document */

.t_normal {
	font-family: "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	font-style: normal;

	color: #999999;
}

.t_bold {
	font-family: "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.t_bold2 {
	font-family: "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.t_bottom {
	font-family: sans-serif, "Microsoft Sans Serif", Helvetica, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #9D9D9D;
}
.t_orange {
	font-family: sans-serif, "Microsoft Sans Serif", Helvetica, Verdana;
	color: #FF6600;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.t_orangeB {

	font-family: sans-serif, "Microsoft Sans Serif", Helvetica, Verdana;
	color: #FF6600;
	font-size: 18px;
	font-weight: normal;
}
.t_normal2 {
	font-family: "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	line-height: 16px;
}
.t_bold3 {

	font-family: "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

