@charset "utf-8";
/* CSS Document */

/*Don't Forget To Reset*/
* {
	border:0pt none;
	font-family:inherit;
	font-size: 100%;
	font-style:inherit;
	font-weight:inherit; 
	margin:0pt;
	padding:0pt;
	vertical-align:baseline;
}



a,a:link,a:visited,a:active{
	font-weight:bold;
	text-decoration:none;
	color:#d1cbc0;
}
.bstip {
	color:#158eff;
	z-index:8887;
	background-color:#d1cbc0;
	display:none;
	padding:5px 10px 5px 10px;
	font:15px "Adobe Garamond",Times,Georgia,"Times New Roman",serif;
	font-style: italic;
	text-align:left;
	line-height: 130%;
	color:#000000;
	border:2px solid #666666;
	width:600px;
}
.bstip2 {
	color:#666;
	z-index:8887;
	background-color:#FFF;
	display:none;
	padding:5px 10px 5px 10px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	border:3px solid #003;
}
.bstip3 {
	color:#666;
	z-index:8887;
	background-color:#FF0000;
	display:none;
	padding:5px 10px 5px 10px;
	font-size:14px;
	font-family:Arial, sans-serif;
	border:3px solid #003;
}

.bswrap {
	position: absolute; /*leave this and next 3 values alone*/
	z-index: 1000;
	left: -1000px;
	top: -1000px;
}



table{
	padding:0px;
	margin:0px;
}

td{padding:0px;margin:0px;}

td.ul{
	width:18px;
	height:18px;
	background:url(imgs/tip/ul.png);
}
td.ur{
	width:18px;
	height:18px;
	background:url(imgs/tip/ur.png);
}
td.bl{
	width:18px;
	height:18px;
	background:url(imgs/tip/bl.png);
}
td.br{
	width:18px;
	height:18px;
	background:url(imgs/tip/br.png);
}
td.u{
	height:18px;
	background:url(imgs/tip/u.jpg);
}
td.r{
	width:18px;
	background:url(imgs/tip/r.jpg);
}
td.b{
	height:18px;
	background:url(imgs/tip/b.jpg);
}
td.l{
	width:18px;
	background:url(imgs/tip/l.jpg);
}
td.c{
	background:#e8e8e8;
	font-size:13px;
	color:#666;
}
.tabr{
	padding-left:10px;	
}
