body {
	padding: 0px;
	margin: 0px auto 0px auto;
	font-family: tahoma, sans-serif;
	color: #444444;
	font-size: 10pt;
	text-decoration: none;
	
	/*background-image: url('../Icons/bg.jpg');*/
	background: #b1b0b0 url('../Icons/bg.gif') repeat-x top left;
}
a, a:visited {
	color: #444444;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
.fotertable {
	background-repeat: repeat-x;
	background-image: url('../Icons/all-bordr.jpg');

}
.AllBorder {
	overflow: hidden;
	background-repeat: repeat-x;
	background-image: url('../Icons/all-bordr.jpg');
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #407DA9;
	border-bottom-color: #407DA9;
	border-left-color: #407DA9;
}
.Empty_Input {
	background: url(../Icons/empty_input.gif) repeat-x bottom;
	background-repeat: no-repeat;
	background-position: left center;
}
.OK_Value_Input {
	background-image: url('../Icons/add_input.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
.Demand {
	overflow: hidden;
	background-repeat: repeat-x;
	background-image: url('../Icons/all-bordr.jpg');
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #407DA9;
	border-left-color: #407DA9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #407DA9;
}
#TEmployed td{
	white-space: nowrap;
}


