@charset "utf-8";
table.col2{
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.col2 img {
	vertical-align: top;
}
table.col2 td{
	background-color: #333333;
	color: #000;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AA9664;
	border-right-color: #AA9664;
	border-bottom-color: #AA9664;
	border-left-color: #AA9664;
	vertical-align: top;
}

table.col2 td.hed{
	background-color: #333333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #AA9664;
}

.col2 ul {
	list-style-image: url(/css/ul.jpg);
	margin-left: 14px;
}

