body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
}

body.InnerFrame {
	background-image: none;
	background-color: transparent;
	border: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

a.Go {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.Go {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
}


img {
	border: none;
}

img.thumb {
	border: #FFFFFF 2px solid;
}

td.WhiteCell {
	background-color: #FFFFFF;
}

td.BioHome {
	background-attachment: scroll;
	background-image: url(../images/b17.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

td.EscHome {
	background-attachment: scroll;
	background-image: url(../images/b18.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

td.RightInterior {
	background-attachment: scroll;
	background-image: url(../images/i18.gif);
	background-repeat: no-repeat;
	background-position: 0px 395px;
}