@charset "utf-8";

#bg {
	background: #773405 url(../images/bg.jpg) repeat-x;
	display: block;
}

.txx table {
	width: 100%;
}
.txx th {
	padding: 10px;
	border-bottom: 1px dotted #999;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	width: 160px;
	margin: 0px;
	color: #000;
	border-top-color: #999;
	border-left-color: #999;
	border-right: 1px dotted #999;
}
.txx td {
	padding: 10px 10px 10px 20px;
	color: #000;
	border-bottom: 1px dotted #D87C33;
}


.txx > table {
	margin-left: 10px;
	margin-right: 20px;
	width: 630px;
}
.txx table tr td ul li {
	font-size: 12px;
	line-height: 150%;
}
.txx table tr .col-access ul li {
	list-style: disc;
	margin-bottom: 20px;
}
.txx table tr td ul li span {
	font-weight: bold;
}
.txx table tr .col-admissions table {
	width: auto;
	border: 1px solid #999;
	border-collapse: collapse;
	margin-right: 0px;
	margin-left: 0px;
}

.txx table tr .col-admissions table td {
	border: 1px dotted #999;
}
.txx table tr .col-admissions .note li {
	margin-bottom: auto;
	color: #e00;
}
