html {
	overflow:			-moz-scrollbars-vertical;
}


body {
	background-color:	#887d70;
	font-family:			verdana, arial;
	color:						#000000;
	font-size:				8px;
	text-align:				center;
}


table.bgtable {
	width:						958px;
	height:						722px;
	border-width:			0px;
}

table.bgtablelr {
	width:						33px;
	height:						100%;
	border-width:			0px;
}

table.twopage {
	width:						100%;
	height:						100%;
	padding-top:			25px;
	padding-left:			30px;
	padding-right:		30px;
}

table.onepage {
	width:						100%;
	height:						100%;
	padding-top:			25px;
	padding-left:			20px;
	padding-right:		20px;
}

table.avatarframe {
	width:						128px;
	height:						103px;
	background-image:	url('images/book_frame.jpg');
	margin-top:				8px;
}

table.sigframe {
	width:						470px;
	height:						121px;
	background-image:	url('images/book_frame_single.jpg');
	margin-top:				3px;
	margin-bottom:		10px;
}
table.sigframe_new {
	width:						470px;
	height:						121px;
	background-image:	url('images/book_frame_single_new.jpg');
	margin-top:				3px;
	margin-bottom:		10px;
}


td {
	color:							#000000;
	font-family:				verdana, arial;
	font-size:					10px;
}

td.book {
	padding-top:				9px;
}

td.pageleft {
	color:							#000000;
	font-family:				verdana, arial;
	font-size:					11px;
	vertical-align:			top;
	padding-right:			0px;
	font-size:					10px;
}

td.pageright {
	color:							#000000;
	font-family:				verdana, arial;
	font-size:					11px;
	vertical-align:			top;
	padding-left:				0px;
	font-size:					10px;
}

td.pagesleft {
	padding-top:				0px;
	padding-bottom:			17px;
	vertical-align:			bottom;
	padding-right:			0px;
}

td.pagesright {
	padding-top:				0px;
	padding-bottom:			17px;
	vertical-align:			bottom;
	padding-left:				0px;

}

td.pagesmiddle {
	padding-top:				0px;
	padding-bottom:			17px;
	vertical-align:			bottom;
	padding-left:				0px;

}


font.pagetitle {
	font-size:					15px;
	font-weight:				bold;
}

a {
	color:							#444444;
}

a.menu {
	color:							#000000;
	font-weight:				bold;
	text-decoration:		none;
}

a.menu:hover {
	color:							#444444;
	text-decoration:		underline;
}


input, select {
	color:							#000000;
	font-family:				verdana, arial;
	font-size:					11px;
	
	background-color:		#7b654d;
	border-color:				#3f3532;
}

.input_radio {
	background-color: transparent;
}

.input_submit {
	background-color:		#aa9073;
	border-color:				#74675e;
	font-weight:				bold;
}