body {
	background-color : #ffffff;
	background-image : url(img/bg2.gif);
	background-repeat : repeat-y;
	background-position : left;
}

.to {
	background-image : url(img/bg1.gif);
	background-repeat : repeat-x;
}

.fo{
	background-image: url(img/bg3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 60px;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.test{
	topmargin: 0;
 
	}

.ma{
	padding-left: 20px;
	padding-right: 10px;
}

.input{
	font-size: 6px;
	border-style: solid;
	border-color: #6F6F6F;
	border-width: 1px;
	background-color: #E2E2E2;
}