.centeringTD {
	font-family: Arial, Helvetica, sans-serif;
}
.banner {
	padding: 10px 10px 10px 20px;
	text-align: left;
}
.asterisk {
	color: #000099;
}
.footerTD {
	font-size: 10px;
	color: #999999;
	text-align: center;
}
.contentTD {
	width: 760px;
	background-color: #FFFFFF;
	text-align: left;
}
.text {
	padding: 20px;
}
.border_left {
	background-image: url(images/l.gif);
	background-repeat: repeat-y;
	width: 20px;
}
.border_right {
	background-image: url(images/r.gif);
	background-repeat: repeat-y;
	width: 20px;
}
.guidance {
	font-weight: bold;
	color: #CC0000;
}
.contentTD .guidance img {
	float: right;
}
.bottom {
	background-image: url(images/b.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 24px;
	background-color: #003399;
}
.top {
	background-image: url(images/t.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 24px;
	background-color: #003399;
}

