body{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom:0px;
	background-color:#000000;
}

a{
	color:#FF0000;
	text-decoration: none;
}
	
a:visited {
	color:#990000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#content {
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#homeContent{
	background-color:#FFFFFF;
	margin-top:-2px;
	margin-bottom:50px;
}
/*
#content table {
	margin-bottom: 30px;
}*/

.language {
	float: right;
	margin-top: 0px;
	margin-right: 10px;
}

.chapter {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	vertical-align: bottom;
	padding-bottom: 30px;
}

#businesscontent {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 50px;
}

.businessText {
	vertical-align:top;
	padding-top: 3px;
	padding-bottom: 5px;	
}

.businessndevide {
	background-image: url(images/Hdevide.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.product {
	background-color: #FFFFFF;
	background-image: url(images/Vdevide.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#contact {
	width: auto;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
}

.contentline {
	padding:5px 5px 30px;
	vertical-align:top;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;	
}

.productName {
	font-size: 12px;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 10px;
}

#companyTimeline table{
	margin-top: 8px;
}

#companyTimeline td{
	/*padding:5px 10px 0px 10px;*/
	vertical-align:top;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-align: left;
}

#footer {
	background-color: #000000;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 73px;
}
#footer td{
	text-align:center;
	font-size: 12px;
	color: #666666;
}


