<!--
.md_main {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}
.md_link,a.md_link:link {
	color: #000000;
	text-decoration: none;
}
a.md_link:hover {
	text-decoration: underline;
}
.md_title {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.md_bg_title {
	background-color: #333399;
	text-align: center;
}
.md_li {
	list-style-image: url(http://www.edwardbekker.com/images/md_puce.gif);
	list-style-type: none;
	text-indent: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.md_ul {
	text-indent: 0px;
	margin-left: 17px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.md_table {
	border: 1px solid #CCCCCC;
}
-->