body {margin:0px}
.Logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 66px;
	width: 116px;
}
.topbg{
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
}
.bottombg{
	background-image: url(images/bottom_bg.jpg);
	background-repeat: repeat-x;
}
.banner {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 252px;
	width: 967px;
}
.profile {
	background-image: url(images/profile.jpg);
	background-repeat: no-repeat;
	height: 58px;
	width: 291px;
}
.services {
	background-image: url(images/services.jpg);
	background-repeat: no-repeat;
	height: 58px;
	width: 291px;
}
.references {
	background-image: url(images/references.jpg);
	background-repeat: no-repeat;
	height: 58px;
	width: 291px;
}

.Whitetxt{
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
.content{
	font-family:Verdana;
	font-size: 11px;
	color: #000000;
}
.content1{
	font-family:Verdana; font-weight:bold;
	font-size: 11px;
	color: #000000;
}
.more{
	font-family: Verdana;
	font-size: 11px;
	color: #ff6c00;
}
a.menu:link {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
}
a.menu:active {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
}
a.menu:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:underline;
}
a.menu:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	}
.address {
	FONT-SIZE: 11px; 
	COLOR: #600046; 
	font-family:Verdana;
}
.button {
  font-family:Verdana;
  FONT-SIZE: 11px; 
  width:100px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  background:  url(images/button.gif) no-repeat  center;
  font-weight:bold;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
.remove {
  font-family:Verdana;
  FONT-SIZE: 11px; 
  width:79px;
  height: 38px;
  margin: 0;
  padding: 0;
  border: 0;
  background:  url(images/remove.gif) no-repeat  center;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
.add {
  font-family:Verdana;
  FONT-SIZE: 11px; 
  width:56px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  background:  url(images/add.gif) no-repeat  center;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}