@charset "utf-8";
/* CSS Document */

body, li, div, p, table, td
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
	background-color:#fff;
	}
a:link, a:visited {
	color:#534944;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}