.main {
	display: table;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;

}
.lineDown {
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;

}
.lineRight {

	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.lineRightDown {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;

}
