body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333333;
	background-color: #666666;
	background-image: url(../images/backgd.gif);
}
table {
	background-color: #CCCCCC;
	width: 750px;
}
.copy {
	font-size: x-small;
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.border {
	border: medium groove #333333;
}
td {
	vertical-align: top;
}
.border2 {
	border: thin solid #666666;
}
.center {
	text-align: center;
}
hr {
	background-color: #333333;
	height: 5px;
}

