/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.swbottombg{
	background-image:url(images/sw-bottom-bg.gif);
	background-repeat:repeat-x;
	height:9px;
}
.separetor{
	background-image:url(images/separetor-v.gif);
	background-repeat:repeat-y;
}
.bodytext{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#4c4848;
	line-height:16px;
	text-decoration:none;
}
.greentextnormal{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#84b800;
	text-decoration:none;
}
.bluetextnormal{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#15a5b3;
	text-decoration:none;
}
.bluetextbig{
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#15a5b3;
	text-decoration:none;
}

.greentextbig{
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#84b800;
	text-decoration:none;
}

.greentext{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#84b800;
	text-decoration:none;
}
.greentext:hover{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#84b800;
	text-decoration:none;
}

.bluetext{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#15a5b3;
	text-decoration:none;
}
.bluetext:hover{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#15a5b3;
	text-decoration:none;
}
/*---------form1-----------*/
form{
	margin:0px;
	padding:0px;
}
.orderform{
	height:16px;
	margin-bottom:3px;
	margin-top:3px;
	padding-left:3px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #575757;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #84b800;
}
/*---------form2-----------*/
.orderform2{
	height:16px;
	margin-bottom:3px;
	margin-top:3px;
	padding-left:3px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #575757;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #15a5b3;
}
.orderformtextarea{
	height:75px;
	width:195px;
	margin-bottom:3px;
	margin-top:3px;
	padding-left:3px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #575757;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #15a5b3;

}


.footerbg{
	background-image:url(images/footer-bg.gif);
	background-repeat:repeat-x;
	height:40px;
}
.footerlink{
	font-family:Tahoma;
	font-size:10px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}
.footerlink:hover{
	font-family:Tahoma;
	font-size:10px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:underline;
}



