@charset "utf-8";
body {
	/*background-image: url(../images/bg_white.jpg);*/
	margin: 0px;
	padding: 0px;
}
.bg {
	background-image: url(../images/bg_blue.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.f {
	float: inherit;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.credit {
	font-family: tahoma, "microsoft Sans Serif";
	font-size: 10px;
	color: #FFFFFF;
}
.credit_5tream {
	font-family: tahoma, "microsoft Sans Serif";
	font-size: 10px;
	color: #666666;
}
.text_blue_12 {
	font-family: Tahoma, "Microsoft Sans Serif";
	font-size: 12px;
	color: #3366cc;
}
.text_red_12 {
	font-family: Tahoma, "Microsoft Sans Serif";
	font-size: 12px;
	color: #cc0000;
}
.text_gray_12 {
	font-family: Tahoma, "Microsoft Sans Serif";
	font-size: 12px;
	color: #666666;
}
.text_red_14 {
	font-family: Tahoma, "Microsoft Sans Serif";
	font-size: 14px;
	color: #cc0000;
}
.img_border {
	border: 1px solid #dedede;
	padding: 5px;
}
h1 {
	font-family: Georgia, Times, serif;
	font-size: 9px;
	font-weight: bold;
	color: #000;
	text-indent: -99999px;
	visibility: hidden;
	display: none;
}
