.line
{
	background-image: url(../images/design/line.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
.copyright_text
{
	text-align: center;
	text-decoration: none;
	font-family: Arial;
	font-size: 0.75rem;
	font-weight: normal;
	padding-bottom: 0.7rem;
	padding-top: 0.6rem;
}
.hw-copyright-footer
{
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
}
.hw-copyright-footer td
{
	box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
	.hw-copyright-footer,
	.hw-copyright-footer tbody,
	.hw-copyright-footer tr,
	.hw-copyright-footer td
	{
		display: block;
		max-width: 100%;
		width: 100% !important;
	}
	.hw-copyright-footer td:nth-child(1),
	.hw-copyright-footer td:nth-child(2),
	.hw-copyright-footer td:nth-child(6),
	.hw-copyright-footer td:nth-child(7)
	{
		display: none;
	}
	.hw-copyright-footer td
	{
		padding: 0.25rem 0.5rem;
		text-align: center;
	}
}
a:link 
{
	color: black;
}
a:active
{
	color: black;
}
a:hover
{
	color: gold;
}
a:visited  
{
	color: black;
}
.trade_title
{
    font-size: 0.75rem;
    color: black;
}
.trade_text
{
    color: black;
}
