body {
	background-color: #000066;
	margin: 0px auto;
	padding: 0px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	width: 770px;
	text-align: left;
}
.heading {
	background-image: url(../images/BCL-logo.jpg);
}
h1 {
	font-size: 1.5em;
	background-image: url(../images/BCL-logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.left {
	float: left;
	margin-right: 7px;
}
.right {
	float: right;
	margin-left: 7px;
}
a:link {
	color: #CCCCCC;
}
a:hover {
	color: #FFFF66;
}
a:active {
	color: #FFCC66;
}
h2 {
	font-size:1.3em;
	text-align: center;
}
h3 {
	font-size:1.1em;
	text-align: center;
}
td {
	text-align: justify;
}
.clear {
	clear:both;
}