body {
	background-color : #6A79A5;
	background-image : url(img/bg2.gif);
	background-repeat : repeat-y;
	background-position : right;
}

.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: 57px;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.ma{
	padding-left: 20px;
	padding-right: 10px;
}

.input{
	font-size: 6px;
	border-style: solid;
	border-color: #6F6F6F;
	border-width: 1px;
	background-color: #E2E2E2;
}