
body         { color: #000000; background:#ffffff; margin: 0px; padding: 0px; background-image:url(/template/images/bjkcom_bg.gif); }
img          { border: 0px }
form         { display: inline; }
.normal      { font-family: verdana, arial, sans-serif; font-size: 13px; }
.small      { font-family: verdana, arial, sans-serif; font-size: 11px; }
.smallwhite { font-family: verdana, arial, sans-serif; font-size: 11px; color:#FFFFFF; line-height: 19px; max-width: 750px; }

a:link       { color:#0000FF; text-decoration: none; }
a:visited    { color:#0000FF; text-decoration: none; }
a:hover      { color:#0000FF; text-decoration: underline; }
a:active     { color:#FF0000; text-decoration: none; }

.black		 { font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; color:#000000; white-space:nowrap; }
a.black:link       { color: #000000; text-decoration: none; }
a.black:visited    { color: #000000; text-decoration: none; }
a.black:hover      { color: #0000ff; text-decoration: underline; }
a.black:active     { color: #ff0000; text-decoration: none; }

.footer      { font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; line-height:16px; margin: 0px; padding: 2px; color: #FFFFFF; white-space:nowrap; }
a.footer         { color: #FFFFFF; text-decoration: none; }
a.footer:visited { color: #FFFFFF; text-decoration: none; }
a.footer:hover   { color: #FFFFFF; text-decoration: underline; }
a.footer:active  { color: #FFFFFF; text-decoration: none; }		

a.black		  { color: #000000; text-decoration: none; }
a.black:hover { color: #666666; text-decoration: underline; }

/* BUBBLE */
/***************************************************************/
#bubble_tooltip{
	width:147px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('/images/bubble_top.gif');
	background-repeat:no-repeat;
	height:16px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('/images/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('/images/bubble_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
}
/* END BUBBLE */
/***************************************************************/