@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #753f01;
}
body {
	background-color: #ffffff;
}
a:link {
	color: #c79100;
	text-decoration: none;
}
h1 {
	font-size: 1.3em;
	color: #000000;
}
h2 {
	font-size: 1.25em;
	color: #FF3300;
}
h3 {
	font-size: 1.5em;
	color: #ecb02c;
}
h4 {
	font-size: 1.3em;
	color: #6F6F6F;
}
h5 {
	font-size: 1.3em;
	color: #e02c76;
}
h6 {
	font-size: 1.0em;
	color: #000000;
}
div
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #764824;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #764824;
}
a:visited {
	color: #764824;
}


