﻿html {
	height: 100%;
	overflow: auto;
}
body {
	margin: 0px;
	height: 100%;
}
.scoll_sidebar {
	background-color: #333333;
	height:100%;
	position:fixed;
	z-index: 6;
}
.page_import_td {
	text-align: center;
}
.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E5E5E5;
	margin-left: 15px;
	margin-top: 12px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E5E5E5;
	margin-left: 4px;
	margin-top: 12px;
}
#spacer_td {
	width: 210px;
}
#spacer_td_plus {
	width: 220px;
}
#credit_indent {
	padding-left:210px
}