@charset "utf-8";
.main-BG {
	background-attachment: fixed;
	background-image: image/bg.jpg;
	background-repeat: repeat;
	background-position: 100% 100%;
}
.main-BG {
	background-attachment: fixed;
	background-image: url(../image/bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}
.body-copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	text-decoration: none;
}
.hyperlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
}
.Headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #006666;
}

form{margin:0px; padding:0px}
