
td img {display: block;}.black {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
.style1 {
    font-family: Arial, Helvetica, sans-serif;
	color: #02517A;
	font: bold;
    font-size: 14px;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style3 {
	font: bold 12px Arial, Helvetica, sans-serif;
}
a:link {
	color: #034B72;
}
a:visited {
	color: #034B72;
}
a:active {
	color: #ECE9D8;
}
.floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
}

.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
}


