.tl_tile {
	background-image: url(textleft.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.tr_tile {
	background-image: url(textright.jpg);
	background-repeat: repeat-y;
	background-position: right;
	border-bottom-style: none;
	border-bottom-color: #E0DFE3;
}
.text {
	font-family: "Times New Roman";
}
a:link {
	color: #B01213;
	text-decoration: none;
}
a:visited {
	font-style: italic;
	color: #B01213;
}
a:hover {
	font-style: oblique;
	color: #580909;
}
a:active {
	font-style: italic;
	color: #000000;
	text-decoration: none;
}
