body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
td {
	font-family: "Gill Sans Light", "Gill Sans MT", "Gill Sans", "Helvetica Neue", Helvetica;
	font-size: 15px;
	line-height: 20px;
}
h1 {
	font-size: 20px;
	margin: 0px 10px 10px;
}
h2 {
	font-size: 18px;
	margin: 0px 10px 10px;
}
p {
	margin: 0px 10px 10px;
}
td#footer {
	line-height: 13px;
	font-size: 13px;
	text-align: right;
}
a {
	font-style: italic;
	text-decoration: none;
	color: #333333;
}

