.css_Table_New_Table{
	width:50%;
	border-spacing:0px;
}
.css_Table_First_Cell{
	border-bottom: 3px solid #4f81bd;
	background: #ffffff;
	font-weight: bold;
	color: #000000;
}
.css_Table_First_Row{
	border-bottom: 3px solid #4f81bd;
	background: #ffffff;
	font-weight: bold;
	color: #000000;
}
.css_Table_Last_FirstCell{
	border-top: 1px solid #4f81bd;
	color: #000000;
}
.css_Table_Last_Row{
	border-top: 1px solid #4f81bd;
	color: #000000;
}
.css_Table_Last_LastCell{
	border-top: 1px solid #4f81bd;
	color: #000000;
}
.css_Table_Data_FirstCell{
	border-right: 1px solid #4f81bd;
	font-weight: bold;
	color: #000000;
}
.css_Table_Data_DataCell{
	background: #d3dfee;
	color: #000000;
}
.css_Table_Data_LastCell{
	border-right: 1px solid #4f81bd;
	background: #d3dfee;
	color: #000000;
}
.css_Table_Data_Alt_FirstCell{
	background: #ffffff;
	border-right: 1px solid #4f81bd;
	font-weight: bold;
	color: #000000;
}
.css_Table_Data_Alt_DataCell{
	background: #ffffff;
	color: #000000;
}
.css_Table_Data_Alt_LastCell{
	background: #ffffff;
	border-right: 1px solid #4f81bd;
	color: #000000;
}