html,body{
margin:0px;
padding:0px;
background:#fff;
font-size:12px;
color:#656565;}
table td
{
font-size:12px;
}
.hand
{
	cursor:hand;
	cursor: pointer;
	
	}
.border_left{ border-left:1px #CFCED4 solid;}
.border_top{ border-top:1px #CFCED4 solid;}
.border_right{ border-right:1px #CFCED4 solid;}
.border_bottom{ border-bottom:1px #CFCED4 solid;}
a{ text-decoration:none;color:#656565;}