@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(back.gif);
	background-repeat: repeat-x;
}

table {
	width: 800px;
	margin: 0 0 20px 0;
}

td {
	border: #999 1px dotted;
	padding: 5px;
	text-align: left;
	background-color: #F5F2EE;
}