/*LINKS
-------------------------------------------*/
a {
	text-decoration: none;
	color: #89A9B8;
}
a:hover {
	color: #3E6C86;
	text-decoration: none;
}

.class2 a {COLOR: #333333;}
.class2 a:hover {COLOR: #FF6600;}
.class3 a {
	COLOR: #ffffff;
	text-decoration: underline;
}
.class3 a:hover {
	COLOR: #FF6600;
	text-decoration: underline;
}
.class4 a {
	COLOR: #5F6FAA;
}
.class4 a:hover {
	COLOR: #5AAA91;
}

/*MAIN TEXT
---------------------------------------------*/

.h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #5AAA91;
	text-decoration: none;
	line-height: 17px;
	font-weight: bold;
}
.h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #FF9900;
	text-decoration: none;
	line-height: 13px;
}
.h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
	font-style: normal;
	font-weight: bold;
	line-height: 13px;
	text-decoration: none;
}
.h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #84C5B1;
	text-decoration: none;
	line-height: 18px;
}
.h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
	line-height: 18px;
}
.h4copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #89A9B8;
	text-decoration: none;
}

.paragraph {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #5F6FAA;
	line-height: 17px;
	text-decoration: none;
	text-align: justify;
}
.paragraph1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #5F6FAA;
	line-height: 15px;
	text-decoration: none;
	text-align: justify;
}
.paragraph2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #5F6FAA;
	line-height: 17px;
	text-decoration: none;
}
.paragraph1white {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #ffffff;
	line-height: 15px;
	text-decoration: none;
	text-align: justify;
}

/*BODY
-------------------------------------------*/

body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	SCROLLBAR-FACE-COLOR: #EEEBE6;
	SCROLLBAR-HIGHLIGHT-COLOR: #F2F2F2;
	SCROLLBAR-SHADOW-COLOR: #E0E0E0;
	SCROLLBAR-3DLIGHT-COLOR: #F2F2F2;
	SCROLLBAR-ARROW-COLOR: #38575C;
	SCROLLBAR-TRACK-COLOR: #E0E0E0;
	SCROLLBAR-DARKSHADOW-COLOR: #999999;
	background-position: center top;
	background-color: #ffffff;
	background-attachment: scroll;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;

}

/*TOP BACKGROUND IMAGES
-------------------------------------------*/

.topbg {
	background-attachment: scroll;
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	height: 91px;
}
.topenquirybg {
	background-attachment: scroll;
	background-image: url(../images/enquiry_form_bg.jpg);
	background-repeat: no-repeat;
	height: 127px;
	width: 168px;
}
.topcallbackbg {
	background-attachment: scroll;
	background-image: url(../images/call_back_bg.jpg);
	background-repeat: no-repeat;
	height: 127px;
	width: 167px;
}
.topwelcomebg {
	background-attachment: scroll;
	background-image: url(../images/our_services_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.btbg {
	background-attachment: scroll;
	background-image: url(../images/bt_bg.jpg);
	background-repeat: repeat-x;
	height: 9px;
}

/*FORM ELEMENTS
------------------------------------*/

.txtbox {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	clear: none;
	float: none;
	background-color: #FFFFFF;
	height: 18px;
	font-size: 11px;
}
.txtbox1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	clear: none;
	float: none;
	font-size: 10px;
}
.input.but {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	background-attachment: scroll;
	background-image: url(images/sub_bu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 75px;
	text-decoration: none;
	text-align: center;
	margin: 1px;
	border: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
.input-form{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: normal;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.submitbu {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px #999999;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../images/sub_bu.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	width: 70px;
	cursor: hand;
}
