/* Styles for table borders and coners */

.tt {
	background-color: #f3efdf;
	width: 90%;
}

.ttcol {
	background-color: #FBF4E2;
}

.tt1 {
	width: 25px;
	height: 19px;
	background-image:url(/img/tt1.gif);
	background-repeat: no-repeat;
}

.tt2 {
	height: 19px;
	background-image:url(/img/tt2.gif);
	background-repeat: repeat-x;
}

.tt3 {
	width: 26px;
	height: 19px;
	background-image:url(/img/tt3.gif);
	background-repeat: no-repeat;
}

.tt4 {
	width: 25px;
	background-image:url(/img/tt4.gif);
	background-repeat: repeat-y;
}

.tt5 {
	width: 26px;
	background-image:url(/img/tt5.gif);
	background-repeat: repeat-y;
}

.tt6 {
	width: 25px;
	height: 22px;
	background-image:url(/img/tt6.gif);
	background-repeat: no-repeat;
}

.tt7 {
	height: 22px;
	background-image:url(/img/tt7.gif);
	background-repeat: repeat-x;
}

.tt8 {
	width: 26px;
	height: 22px;
	background-image:url(/img/tt8.gif);
	background-repeat: no-repeat;
}

