body {
	margin: 0px;
	background-color: #333333;
	height: 100%;
	width: 100%;
}

img {
	margin: 0px;
	border: 0px;
}

table {
	border-spacing: 0px;
   	margin: 0x;
   	border: 0px;
   	border-collapse: collapse;
}


.home {
	position: absolute;
	top: 120px;
	left: 10px;
}


.navbar {
	position: absolute;
	top: 49px;
	left: 600px;
	height: 84px;
}

.navitem {
	width: 109px;
	text-align: center;
//	background-image: url(img/navitem.png);
//	background-color: #555555;
	color: #777777;
	cursor: pointer;
}

.icon_lo {
	opacity:0.7;
	filter:alpha(opacity=70);
}

.icon_hi {
	opacity:1.0;
	filter:alpha(opacity=100);
}

#f35mm {
	margin: 0px;
	border: 0px;
	height: 100%;
	overflow-y: auto;
}

.thumbbar {
	margin: 0px;
	border: 0px;
	background:url(img/film.png) repeat-y left top;
}
		
.legal {
	margin: 0px;
	border: 0px;
	background-color: #555555;
	color: #777777;
	font-family: Arial;
	font-style:italic;
	font-size: 12px; 
}
		
.title {
	margin: 0px;
	border: 0px;
	background-color: #222222;
	background-repeat: no-repeat;
}

.imageview {
	width: 500px;
	color: a0a0a0;
	text-align: right;
}

.navbuttons {
	float: right;
}


td.language {
	text-align: center;
	width: 160px;
	background-color: #505050;
	font: italic small-caps normal 25px Times;
}

td.language:hover {
	text-align: center;
	width: 160px;
	cursor: pointer;
	cursor: hand;
	background-color: #707070;
	font: italic small-caps normal 25px Times;
}

table.mainTable {
	position: absolute;
	top: 5px;
	margin: 0px;
/*	width: 862px;
	height: 588px; */
	width: 100%;
	border-collapse: collapse;
}

td.left {
	background-image: url("img/sp_left.jpg");
	background-repeat: no-repeat;
	width: 473px;
	height: 588px;
	vertical-align: top;
}

td.right {
	background-image: url("img/sp_right.jpg");
	background-repeat: no-repeat;
	width: 387px;
	vertical-align: top;
/*	font: italic small-caps 800 13px helvetica; */
	font-size: 14px;
	color: #676767;
}


div.signature {
	text-align: right;
	width: 100%;
	font-style: italic;
}


