body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #A6B8CB;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	color: #001c6c;
}
.style1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #31424b;
}
.style2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #001c6c;
}
.style3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #001c6c;
}
a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: firebrick;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: firebrick;
}
a:hover {
	text-decoration: underline;
	color: firebrick;
}
a.link1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B36512;
	font-weight: bold;
}
a.link1:link {
	text-decoration: none;
}
a.link1:visited {
	text-decoration: none;
	color: #B36512;
}
a.link1:hover {
	text-decoration: underline;
	color: #B36512;
}
#homebut {
  width: 110px;
	height: 30px;
	border: 0;
	background-image: url(images/button_home_page.gif);
	}
#homebut:hover {
  width: 110px;
	height: 30px;
	border: 0;
	background-image: url(images/button_home_page2.gif);
}
#servicebut {
  width: 111px;
	height: 30px;
	border: 0;
	background-image: url(images/button_services.gif);
	}
#servicebut:hover {
  width: 111px;
	height: 30px;
	border: 0;
	background-image: url(images/button_services2.gif);
}
#aboutbut {
  width: 111px;
	height: 30px;
	border: 0;
	background-image: url(images/button_about_us.gif);
	}
#aboutbut:hover {
  width: 111px;
	height: 30px;
	border: 0;
	background-image: url(images/button_about_us2.gif);
}
#contactbut {
  width: 110px;
	height: 30px;
	border: 0;
	background-image: url(images/button_contact_us.gif);
	}
#contactbut:hover {
  width: 110px;
	height: 30px;
	border: 0;
	background-image: url(images/button_contact_us2.gif);
}
a.link1:active {
	text-decoration: none;
	color: #B36512;
}
.button1 {
	border:0px;
	background-image:url(images/clear.gif);
	width:64px;
	height:19px;
	cursor:hend;
	cursor:pointer;
}
.button2 {
	border:0px;
	background-image:url(images/submit.gif);
	width:64px;
	height:19px;
	cursor:hend;
	cursor:pointer;
}
.input1 {
	background-color: #D9D9D9;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#001C6C;
	border:1px solid #475D6A;
	width: 221px;
	height: 17px;
	margin:0px;
	margin-bottom: 3px;
	padding-left: 5px;
	padding-top:0px;
}
.input2 {
	background-color: #D9D9D9;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#001C6C;
	border:1px solid #475D6A;
	width: 221px;
	height: 147px;
	margin:0px;
	margin-bottom: 8px;
	padding-left: 5px;
	padding-top:0px;
	overflow:auto;
}