a {
color:#0099FF;

}
.table-bg-right {
	background-image: url(../images/tb_bg_right.gif);
	background-repeat: repeat-y;
	width: 8px;
	background-position: right;

}
.table-bg-left {

	background-image: url(../images/tb_bg_left.gif);
	background-repeat: repeat-y;
	width: 8px;
}
.table-top-bg {
	background-image: url(../images/tb_top_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.table-bottom-bg {
	background-image: url(../images/tb_bottom_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.gif);
	font-size:14px;
	
}

bd,td {
font:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-style:normal;
color:#FFFFFF
}

