body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #000000;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	vertical-align: top;
	text-align: top;
	overflow: hidden;
	scrollbar-3dlight-color:#000000; 
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#222222;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;

}

h2 {
	font-family: Times, serif;
	font-size: 18px;
	color: #DDDDDD;
	font-style: italic;
	font-weight: bold;
}

table, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #333333;
	marginheight: 0px;
	marginwidth: 0px;
	border: 0px;
	border-color: #000000;
	text-align:top;
	cellpadding: 0px;
	cellspacing: 0px;
}

img {
	border: none;
}

A:link	{color: #CCCCFF;text-decoration: none;}
A:visited	{color: #9999CC;text-decoration: none;}
A:active	{color: #666699;text-decoration: none;}
A:hover	{color: #99CC99;text-decoration: none;font-weight: bold;font-style:italic;}

input, button, textarea, select, radio {
	padding: 0px;
	border: 0px solid #CCCCCC;
	color: #222222;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div#wrapper {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	z-index: 10;
	overflow:hidden;
}

div#jachin {
	margin: 0px;
	background-color: #000000;
	background-image: url(images/spacer.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 100%;
	position: fixed;
	left: 0px;
	top:0px;
	z-index:50;
}

div#boaz {
	margin: 0px;
	background-color: #000000;
	background-image: url(images/spacer.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 100%;
	position: fixed;
	right: 0px;
	top: 0px;
	z-index: 25;
}

div#content {

	background-color: #000000;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 100px;
	right: 100px;
	width: auto;
	height: auto;
	overflow-y: scroll;
	overflow-x:hidden;
}
