/***** TEXT STYLES *****/

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000001;
}

/***** BACKGROUNDS *****/

.whatisbg {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}

.TM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.Background {
	background-attachment: scroll;
	background-image: url(../varieties/varietybg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.JoinBG {
	background-attachment: scroll;
	background-image: url(../join/joinbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body {
	background-attachment: fixed;
	background-image: url(../shared/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.whatisBG {
	background-attachment: scroll;
	background-image: url(../whatis/whatisbg.jpg);
	background-repeat: no-repeat;
}

page_iframe {

	overflow-x:hidden;

	overflow-y:auto;

}
