body {
	background-color:#4c4c4c;
	margin:0px;
	padding:0px;
	background-image:url('images/bg.jpg');
	background-position:center;
	background-repeat:repeat-x;
	position:relative;
}

.thumb {
	border:solid thin #cecece; 
	height:125px;
}

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

.bodybold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

.disclaimer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:7pt;
	color:#FFF;
	width:100%;
	height:45px;
	position:fixed;
	bottom:0px;
	background-color:#4c4c4c;
	padding-bottom:0px;
}

#IEroot .disclaimer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:7pt;
	color:#FFF;
	width:100%;
	height:45px;
	position:fixed;
	bottom:0px;
	padding:0px;
	margin:0px;
	background-color:#4c4c4c;
}

.textlinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:7pt;
	color:#cecece;
	font-weight:bold;
}

.imglink {
	border:none;	
}

#contents { 
	width: 920px;
	height: auto;
	position:relative;
}

#goleft {
	background-image:url('images/prevlabel.png');
	background-position:left;
	background-repeat:no-repeat;
	width: 100%;
	height: 350px;
	float:left;
	z-index:10;
}

#IEroot #goleft {
	background-image:url('images/prevlabel.gif');
	background-position:left;
	background-repeat:no-repeat;
	width: 100%;
	height: 350px;
	float:left;
	z-index:10;
}

#goleft:hover {
	background-image:url('images/prevlabel.gif');
	background-position:left;
	background-repeat:no-repeat;
	width: 100%;
	height: 350px;
	float:left;
	z-index:20;
}


#goright {
	background-image:url('images/nextlabel.png');
	background-position:right;
	background-repeat:no-repeat;
	width: 100%;
	height: 350px;
	float:right;
	z-index:10;
}

#IEroot #goright {
	background-image:url('images/nextlabel.gif');
	background-position:right;
	background-repeat:no-repeat;
	width: 100%;
	height: 350px;
	float:right;
	z-index:10;
}

#goright:hover {
	background-image:url('images/nextlabel.gif');
	background-position:right;
	background-repeat:no-repeat;
	width: 100%;
	height: 350px;
	float:right;
	z-index:10;
}

#goleftblank { 
	width: 100%;
	height: 350px;
	float:left;
	z-index:10;
}

#gorightblank { 
	width: 100%;
	height: 350px;
	float:right;
	z-index:10;
}