body {
	background-image: url(/images/headerbkg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
body, p, a, table, th, td, input, textarea {
	color: #404040;
	font-family: Serif;
	font-size: 19px;
	font-weight: Normal;
}
a {
	color: #305D7F;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.logo {
	background-image: url(/images/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
td.logoright {
	background-image: url(/images/headerright.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 220px;
	width: 370px;
}