/* CSS Document */
body,td,th {
	font-size: 13px;
	color: #772b00;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #a43b00;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #a43b00;
}
a:hover {
	text-decoration: underline;
	color: #0000ff;
}
a:active {
	text-decoration: underline;
	color: #a43b00;
}