body {
	margin: 0px;
	background-image: url(pics/background.gif);
}
.top-bkgrd {
	background-image: url(pics/blc-01.gif);
	background-repeat: repeat-x;
}
.table-bkgrd {
	background-image: url(pics/blc-02.gif);
	background-repeat: repeat-y;
}
td {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
}
.dark-grey {
	background-color: #E9E9E9;
}
.light-grey {
	background-color: #F6F6F6;
}
.dark-grey-link {
	background-color: #E9E9E9;
}
th {
	font-size: 16px;
	font-weight: bold;
	background-color: #E9E9E9;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	color: #222222;
}
a {
	color: #3F5772;
	text-decoration: underline;
}
a:hover {
	color: #1D354D;
	text-decoration: none;
}
.heading, h1 {
	font-size: 16px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	color: #222222;
}
.white-bkgrd {
	background-color: #FFFFFF;
}

