/* CSS Document */

.t_normal {
	font-family: "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #999999;
}

.t_normal_black{
	font-family: "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}
.t_bold {
	font-family: "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
.t_bold2 {
	font-family: "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #397B87;
}

.t_black {
	font-family: "Microsoft Sans Serif", sans-serif, Helvetica, Verdana;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
}
.t_bold3 {

	font-family: "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #004473;
}

table {
	font-family: "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	font-style: normal;

	color: #999999;
}
a:link {
	font-family: "Microsoft Sans Serif", sans-serif, Helvetica, Verdana;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
a:visited {
	font-family: "Microsoft Sans Serif", sans-serif, Helvetica, Verdana;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
a:hover {
	font-family: "Microsoft Sans Serif", sans-serif, Helvetica, Verdana;
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
}
a:active {
	font-family: "Microsoft Sans Serif", sans-serif, Helvetica, Verdana;
	font-size: 11px;
	color: #999999;
	text-decoration: none;

}