@charset "utf-8";
/* CSS Document */
a.top_link {
text-decoration:none;
color: #551900;
}
a:hover.top_link {
text-decoration:none;
color: #008c99;
}

.style4 {
	color: #008c99
}
.dark_brown {
	color: #551900;
	text-decoration: none;
}
.top_link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
}

hr {
height:1px;border-width:0;color:#008c99;background-color:#008c99;
}