.text_color {
	color: #CCCCCC;
}
.dashed_border_topandbottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.build_table_header {
	color: #FFFF00;
	background-color: #330000;
	text-align: center;
}
.table_border {
	border: thin none #666666;
}
.td_dashed_border {
	border: 1px dashed #333333;
}
.topborder {
	border-top: 1px dashed #666666;
	border-right: 1px none #666666;
	border-bottom: 1px none #666666;
	border-left: 1px none #666666;
}
.form_text {
	color: #E0DC1B;
}
.type_heading {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
}
