body {
	margin : 0px;
}

a:link {
	color:#6c6c6c;
	text-decoration:none;
	background-color:transparent;
}
a:visited {
	color:#6c6c6c;
	text-decoration:none;
	background-color:transparent;
}
a:hover {
	color:#f99d27;
	text-decoration: none;
	background-color:transparent;
}
.Orange:link {
	color:#f99d27;
	text-decoration:none;
	background-color:transparent;
}
.Orange:visited {
	color:#f99d27;
	text-decoration:none;
	background-color:transparent;
}
.Orange:hover {
	color:#6c6c6c;
	text-decoration:none;
	background-color:transparent;
}
.Gray:link {
	color:#BBBBBB;
	background-color:transparent;
	text-decoration: none;
}
.Gray:visited {
	color:#BBBBBB;
	background-color:transparent;
    text-decoration:none;
}
.Gray:hover {
	color:#6c6c6c;
	background-color:#transparent;
	text-decoration: none;
}


.normal_txt {
	color:#6c6c6c;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 17px;
	text-align:justify;
}
.small_txt {
	color:#DBDBDB;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
.heading_txt {
	color:#f99d27;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
		
.header_pic_home {
	background:url(../images/home_header.jpg);
	height:	187px;
	width:690px;
	background-repeat:no-repeat;
}
.header_pic_company {
	background:url(../images/company_headerimg.jpg);
	height:	187px;
	width:690px;
	background-repeat:no-repeat;
}
.header_pic_works {
	background:url(../images/work_header.jpg);
	height:	187px;
	width:690px;
	background-repeat:no-repeat;
}
.header_pic_experience {
	background:url(../images/epertise_header.jpg);
	height:	187px;
	width:690px;
	background-repeat:no-repeat;
}
.header_pic_news {
	background:url(../images/news_header.jpg);
	height:	187px;
	width:690px;
	background-repeat:no-repeat;
}
.header_pic_contact {
	background:url(../images/contact_header.jpg);
	height:	187px;
	width:690px;
	background-repeat:no-repeat;
}
.header_pic_career {
	background:url(../images/career_header.jpg);
	height:	187px;
	width:690px;
	background-repeat:no-repeat;
}


.txtbox {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#6c6c6c;
	border:1px #6c6c6c solid;
}
.pushbut {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#000000;;
	background-color:#f99d27;
	border:1px #f99d27 solid;
	width:100px;
	}
.pushbutsmall 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color:#000000;;
	border:1px #f99d27 solid;
	background-color:#f99d27;
	width:20px;
	}
