@charset "iso-8859-1";
body {
	background-color : #FfFfff;
	background-repeat : repeat-y;
	background-position : left;
}

.to {
	background-image : url(images/bg1.jpg);
	background-repeat : repeat-x;
}

.fo{
	background-image: url(images/bg3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 33px;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}