.background {
	background-image: url(../images/bottom-tab.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	height: 100%;
	width: 750px;
	left: 50%;
	top: 0%;
	margin-left: -375px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #000000;
	text-decoration: none;
}
.chemical {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	border-top: medium ridge #999999;
	border-right: medium ridge #333333;
	border-bottom: medium ridge #333333;
	border-left: medium ridge #999999;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	cursor: hand;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.tomtom {
	background-image: url(../tomtom/tomtom-flash.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.facts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #1E562A;
	text-decoration: none;
}
.panel {
	background-repeat: no-repeat;
	height: 125px;
	background-position: center center;
	background-color: #FFFFCC;
}
.notile {
	background-image: url(../images/circles_14.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.notLoggedIn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 4px;
}
.LoggedIn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006633;
	padding: 4px;
}
.bottom {
	background-image: url(../images/bottom-tab.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 250px;
	width: 750px;
	z-index: 1;
	left: 50%;
	bottom: 0%;
	position: absolute;
	margin-left: -375px;
}
