@charset "utf-8";
/* CSS Document */
a {
	font-weight: bold;
	border-bottom: solid 1px #FFFFFF;
}
a:link,
a:visited,
a:href,
a:active
{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

a:hover
{
	color: #666666;
	border-bottom: solid 1px #666666;
}

.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
}
.homepage_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-align: justify;
	line-height: 16px;
}
.homepage_header {
	font-family: Arial, Gadget, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #666;
	text-align: left;
}
.homepage_trade {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666;
	text-align: left;
	line-height: 25px;
}
.homepage_margin {
	padding-top:50px;
	padding-bottom:50px;

	}