body,td{
	font-size:12px;
}
body{
	background-image:url('images/main_bg.gif');
	background-color:#F7F7F7;
	background-position:center;
	background-repeat:repeat-y;
}
a{
	color:#000000;
	text-decoration: none;
}
a:hover{
	color:#993300;
}
.title a,.title a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.title_normal{
	background-image:url('');
}
.title_hover{
	background-image:url('images/top_title_bg_on.gif');
}

.white ,.white a,.white a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.input_normal{
	border:1px inset #C0C0C0;
	font-size:12px;
}
.button_type1{
	background-image:url(images/button_bg1.gif);
	background-color:#ffffff;
	padding-left:3px;
	padding-right:3px;
	border:1px solid #666666;
	height:20px;
	letter-spacing:2px;
}
.buttonred {
	background-image:url(images/bbk_red.gif);
	background-color:#ffffff;
	height:22px;
	font-size:12px;
	border:#666666 1px solid;
	text-align:left;
	padding-left:23px;
	width:expression(this.value.length*12+30+"px");
}
.buttongreen {
	background-image:url(images/bbk_green.gif);
	background-color:#ffffff;
	height:22px;
	font-size:12px;
	border:#666666 1px solid;
	text-align:left;
	padding-left:20px;
	width:expression(this.value.length*12+30+"px");
}
.buttonblue {
	background-image:url(images/bbk_blue.gif);
	background-color:#ffffff;
	height:22px;
	font-size:12px;
	border:#666666 1px solid;
	text-align:left;
	padding-left:20px;
	width:expression(this.value.length*12+30+"px");
}
.ellipsis {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.maincontent {
	line-height: 200%;
	padding-top:12px;
	padding-bottom:30px;
}
