.bck {
	background-attachment: scroll;
	background-image: url(images/bck.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.grey-bdr {
	border: 1px solid #D7D7D7;
}
.header-bck {
	background-attachment: scroll;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu-bck {
	background-attachment: scroll;
	background-image: url(images/menu-bck.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.content-bck {
	background-attachment: scroll;
	background-image: url(images/content-bck.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.heading-tect {
	font-family: Calibri, Arial;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}
.form-button {
	font-family: Calibri, Arial;
	color: #FFF;
	background-color: #412E4C;
}
.form-text {
	font-family: Calibri, Arial;
	color: #412E4C;
}
.bdr-style {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #DDD2E3;
	border-right-color: #DDD2E3;
	border-bottom-color: #DDD2E3;
	border-left-color: #DDD2E3;
}
.ifram {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
