@charset "UTF-8";
/* CSS Document */

html,body {
	background-color: #fff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: lighter;
	letter-spacing: 0.095em;
}

.td {
	background-color: #656562;
}
.tdWhite {
	background-color: #fff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #656562;
	border-left-color: #656562;
}

.tdlineLeft {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}

