/* **** Border **** */

table.borderTable
{
    width:220px;
    margin:2px;
    margin-top:5px;
}

td.borderCornerTL
{
	margin:0px;
	height:0px;
	width:5px;
	height:5px;
	line-height:5px;
	background:url("../images/border/tl.gif") no-repeat;
}
td.borderTop
{
	margin:0px;
	margin-top:1px;
	height:0px;
	height:5px;
	line-height:5px;
	background:url("../images/border/t.jpg");
}

td.borderCornerTR
{
	margin:0px;
	height:0px;
	width:5px;
	height:5px;
	line-height:5px;
	background:url("../images/border/tr.gif") no-repeat;
}


td.borderLeft
{
	margin:0px;
	margin-left:1px;
	height:0px;
	width:5px;
	line-height:5px;
	background:url("../images/border/l.jpg");
}

td.borderCenter
{
	margin:0px;
	height:0px;
	border:solid 1px #000000;
	background:#ffffff;
	padding:2px;
	text-align:left;
}

td.borderRight
{
	margin:0px;
	height:0px;
	margin-right:1px;
	width:5px;
	line-height:5px;
	background:url("../images/border/r.jpg");
}


td.borderCornerBL
{
	margin:0px;
	height:0px;
	width:5px;
	height:5px;
	line-height:5px;
	background:url("../images/border/bl.gif") no-repeat;
}

td.borderBottom
{
	margin:0px;
	margin-bottom:1px;
	height:0px;
	height:5px;
	line-height:5px;
	background:url("../images/border/b.jpg");
}

td.borderCornerBR
{
	margin:0px;
	height:0px;
	width:5px;
	height:5px;
	line-height:5px;
	background:url("../images/border/br.gif") no-repeat;
}