td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}
.right_border {
	background-image: url(images/Internal_r3_c14.jpg);
	background-repeat: repeat-y;
}
.left_border {
	background-image: url(images/Internal_r3_c1.jpg);
	background-repeat: repeat-y;
}
.title_text {
	font-family: "Lucida Calligraphy";
	font-size: 16px;
	font-weight: bold;
}
.main_text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	text-align: left;
}
.autoalign {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

