body {
	background-color: #101010;
	margin: 0;
	font-family: "Courier New", Courier, mono;
	color: #000000;
}

td {
	 font-family: "Courier New", Courier, mono;
}

a {
	text-decoration: none;
	color=black;
}

.tab {
	margin-left: 30px;
	padding: 0 15px 0 15px;
	font-size: 12px;
	background-image:url(btn_off.gif);
}

.tab1 {
	align: right;
	padding: 0 40px 10px 0;
}

.activetab {
	font-weight: bold;
	background-image:url(btn_on.gif)
}

.tabspace {
	width: 6px;
	height: 18px;
}

.tabmargin {
	width: 36px;
}

#tabarea {
	background-image:url(btnrow_bktile.jpg);
}

#leftarea {
	width: 58px;
	height: 432px;
	background-image:url(left.jpg);
}

#thumbnailarea {
	width: 566px;
	height: 432px;
	background-image:url(bktile.jpg);
}

#navarea {
	width: 116px;
	height: 432px;
	background-image:url(bktile.jpg);
}

#imagearea {
	width: 450px;
	height: 432px;
	background-image:url(bktile.jpg);
}

#rightarea {
	width: 36px;
	height: 432px;
	background-image:url(right.jpg);
}

#bottomarea {
	width: 660px;
	height: 40px;
	background-image:url(bottom.jpg);
}

#toparea {
	width: 660px;
	height: 60px;
	background-image:url(top.jpg);
}

.comment {
	color=#555555;
}

.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #4E4E4E;
}

a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
.ajaxtooltip{
position: absolute; /*leave this alone*/
display: none; /*leave this alone*/
width: 450px;
left: 0; /*leave this alone*/
top: 0; /*leave this alone*/
background: lightyellow;
border: 2px solid gray;
border-width: 1px 2px 2px 1px;
padding: 5px;
}
