/*..... main style .....................*/
body {
	margin:0px;
	text-align:center;
}

td{
   font-family:arial;font-size:12px;
}
a {
	text-decoration:none;color:#000086;
}

a:Hover {
	text-decoration:none;color:#FF6600;
}

table {
	text-align:left;
	border-collapse:collapse;
}
td{
   vertical-align:top;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#menuDiv{
   padding-top:6px;
}


/******************************************/
/** box layout ****************************/
td.box_tl{
   width:7px;
   height:7px;
   padding:0px;
   background-image:url(/style/images/box_tl.jpg);
   background-repeat:no-repeat;
   background-position:bottom right;
}
td.box_tr{
   width:7px;
   height:7px;
   padding:0px;
   background-image:url(/style/images/box_tr.jpg);
   background-repeat:no-repeat;
   background-position:bottom left;
}
td.box_bl{
   width:7px;
   height:7px;
   padding:0px;
   background-image:url(/style/images/box_bl.jpg);
   background-repeat:no-repeat;
   background-position:top right;
}
td.box_br{
   width:7px;
   height:7px;
   padding:0px;
   background-image:url(/style/images/box_br.jpg);
   background-repeat:no-repeat;
   background-position:top left;
}
td.box_t{
   height:7px;
   padding:0px;   
   background-image:url(/style/images/box_t.jpg);
   background-repeat:repeat-x;
   background-position:bottom;
}
td.box_l{
   width:7px;
   padding:0px;   
   background-image:url(/style/images/box_l.jpg);
   background-repeat:repeat-y;
   background-position:right;
}
td.box_r{
   width:7px;
   padding:0px;   
   background-image:url(/style/images/box_r.jpg);
   background-repeat:repeat-y;
   background-position:left;
}
td.box_b{
   height:7px;
   padding:0px;   
   background-image:url(/style/images/box_b.jpg);
   background-repeat:repeat-x;
   background-position:top;
}
   
