/* CSS Document */

.dottedbox {
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	background-color: #ffffff;
}
.dottedVERT {
	border-left-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: dotted;
	background-color: #ffffff;
}
.box {
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-left-width: 1px;
	background-color: #ECF0F2;
}
td.dottedline {
	border-left-color: #CCCCCC;
	border-left-style: dotted;
	border-left-width: 1px;
}
td.leftbox {
	width: 1px
	background-image:url(/phase2/box.gif);
	background-position:left;
	}
	td.rightbox {
	width: 1px
	background-image:url(/phase2/box.gif);
	background-position:right;
	}
	