@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(Images/body.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 20px;
	text-align: justify;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
	text-align: right;
	font-weight: bold;
}

.text_products {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}

.home_contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	line-height: 20px;
	text-align: left;
	font-weight: normal;
}
.productlink{
	color: #000;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
a.productlink:link {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	text-align: center;
}
a.productlink:visited {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
}
a.productlink:hover {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: normal;
	text-align: center;
}
.homelink{
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
a.homelink:link {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	text-align: left;
}
a.homelink:visited {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}
a.homelink:hover {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: normal;
	text-align: left;
}
.table_border_line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
.ebusword {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: left;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
}
.copyright_bg {
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(Images/copyright_bg.png);
}
.line_bg {
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(Images/line_32.jpg);
}
.table_bg {
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(Images/bg-content.png);
}

