<!--
body {
	background-color: #ffffff;
	font-family: Arial;
	color: #c3a571;
	font-size: 14px;
	margin: 0pt;
}
table.main {
	/*border-collapse: collapse;*/
}
td.menu {
	vertical-align: top;
}
td.leftBanner {
	width: 324px;
	text-align: center;
	vertical-align: top;
}
td.container {
	text-align: left;
	vertical-align: top;
}
h2.build {
	font-size: 14pt;
	color: #c3a571;
	text-align: center;
}

span.title {
	color: #c3a571;
	font-size: 16pt;
	font-weight: bold;
	white-space: nowrap;
	padding: 10pt;
}
span.date {
	color: #c3a571;
	font-size: 14pt;
	white-space: nowrap;
	font-weight: bold;
	padding: 10pt;
}
div.comment {
	color: #c3a571;
	font-size: 12pt;
	font-weight: normal;
	text-align: center;
	padding: 10pt;
	}

table.distrib {
	border-collapse: collapse;
	width:75%
}
th.distrib {
	border-bottom: 1px solid #c3a571;
	font-size: 14pt;
	font-weight: bold;
	color: #c3a571;
	white-space: wrap;
	width: 1%;
	padding: 10pt;
}
td.distrib {
	border-bottom: 1px solid #c3a571;
	font-size: 12px;
	color: #c3a571;
	padding: 10pt;
	white-space: wrap;
}
td.imgDistrib {
	border-bottom: 1px solid #c3a571;
	text-align: center;
}

a{
	color: #c3a571;
	font-size: 12px;
	text-decoration: underline;
}
a:visited {

	color: #c3a571;
	font-size: 12px;
	text-decoration: underline;

}

a:hover {
	color: #c3a571;
	font-size: 12px;
	text-decoration: underline overline;
}

a.lnkImg, a.lnkImg:visited {
	font-size: 12pt;
	color: #c3a571;
	text-decoration: none;
}
a.lnkImg:hover {
	font-size: 12pt;
	color: #c3a571;
	text-decoration: underline overline;
}

hr.separator {
	color: #c3a571;
	background-color: #c3a571;
	height: 1px;
	border: none;
}
-->