div.TableCondition {
	width: 1000px;
	border: 3px;
	border-color: black;
	border-style: none;
}


div.TableCondition td.tdcol1{
	font-family: Arial;
  	font-size: 18px;
	font-weight: bold;
	color: white;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: right;
	width: 300px;	
}

div.TableCondition td.tdcol2{
	font-family: Arial;
  	font-size: 18px;
	font-weight: normal;
	color: white;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 50px;
	text-align: left;	
}