html, body
{
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-size: 11px;
	color: #656565;
	font-family: "Verdana";
	text-align: justify;
}
table td
{
	font-size: 11px;
	font-family: "Verdana";
}
.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;
	font-size: 11px;
}

