.MyLayer1 {
	width : 241px;
	height : 183px;
	z-index : 2;
	position: absolute;
	visibility: hidden;




} 


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
	padding: 6px;


}
.bg {
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right center;
}

BODY {
scrollbar-arrow-color: Black;
scrollbar-base-color: RGB(185,232,251);
scrollbar-face-color: RGB(171,225,250);

}
.input {
	background-color: #E1F4FD;
	padding: 1px;
	height: auto;
	width: auto;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;

}
.input2 {
	background-color: #E1F4FD;
	padding: 1px;
	height: auto;
	width: auto;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}
.smalltext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #D96C00;
	text-decoration: none;
}

.leftTopbg {
	background-attachment: fixed;
	background-image: url(../images/leftTop.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.rightTopbg {
	background-attachment: fixed;
	background-image: url(../images/rightTop.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.rightbottombg {
	background-attachment: fixed;
	background-image: url(../images/rightBottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.horizontalTopbg {
	background-attachment: fixed;
	background-image: url(images/horizontalTopBg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
.horizontalBottombg {
	background-attachment: fixed;
	background-image: url(../images/horizontalBottomBg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
.leftBottombg {
	background-attachment: fixed;
	background-image: url(images/leftBottom.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.link {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
	padding: 6px;
}
