/* CSS Document */

<style type="text/css">
<!--
.styleA {	font-size: 13px;
	color: #6D5733;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
}
.styleB {	font-size: 13px;
	color: #6D5733;
	font-family: Times New Roman, Times, serif;
	font-weight: normal;
}
.styleC {	font-size: 12px;
	color: #6D5733;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	font-style: italic;
}
a:link {
	color: #6D5733;
	text-decoration: underline;
}
a {
	font-size: 13px;
	font-family:  Times, Times New Roman, serif;
	font-weight: bold;
}
a:visited {
	color: #6D5733;
	text-decoration: underline;
}
a:hover {
	color: #4D3E24;
	text-decoration: none;
}
a:active {
	color: #AF8E56;
	text-decoration: underline;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D5733;
}
-->
</style>