/* CSS Document */
<style type="text/css">
<!--
body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #3d3c3c;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a.white:link {
	color: #ffffff;
	text-decoration: none;
}
a.white:visited {
	text-decoration: none;
	color: #ffffff;
}
a.white:hover {
	text-decoration: underline;
	color: #e1e0e0;
}






a.black:link {
	color: #000000;
	text-decoration: none;
}
a.black:visited {
	text-decoration: none;
	color: #000000;
}
a.black:hover {
	text-decoration: none;
	color: #f51200;
}






a.brown:link {
	color: #6e4c48;
	text-decoration: none;
}
a.brown:visited {
	text-decoration: none;
	color: #6e4c48;
}
a.brown:hover {
	text-decoration: none;
	color: #f51200;
}





a.underline:link {
	color: #000000;
	text-decoration: none;
}
a.underline:visited {
	text-decoration: none;
	color: #000000;
}
a.underline:hover {
	text-decoration: underline;
	color: #000000;
}






a.underline_w:link {
	color: #ffffff;
	text-decoration: none;
}
a.underline_w:visited {
	text-decoration: none;
	color: #ffffff;
}
a.underline_w:hover {
	text-decoration: underline;
	color: #ffffff;
}





a.pink:link {
	color: #ed145a;
	text-decoration: none;
}
a.pink:visited {
	text-decoration: none;
	color: #ed145a;
}
a.pink:hover {
	text-decoration: underline;
	color: #ed145a;
}





a.red:link {
	color: #c4220c;
	text-decoration: none;
}
a.red:visited {
	text-decoration: none;
	color: #c4220c;
}
a.red:hover {
	text-decoration: none;
	color: #000000;
}



-->
</style></head>