			BODY {
				margin: 1em;
				font-family: Arial;
				line-height: 1.1;
				background: #000000;
				color: #66FF66;
				text-shadow: 2px 1px 2px black;
				margin:0;
				padding:0;
				height:100%;
			}



			INPUT.SUBMIT  { background: #000000; }
hr {
    color: #009900;
    border-top: solid 1px;
    border-bottom: 0px;
    height: 0px;
}

input[type=password], input[type=text], input[type=submit], input[type=reset] { 
				font-size: -4; 
				background-color: #000000; 
				color:#66FF66; 
				border: 1px solid  #66FF66; 
				margin-bottom: 2px;
			}

			
			.oddtr{
				background-color: ;
			}
			.eventr{
				background-color: #000000;
			}
			.trover{
				background-color: #005500;
			}
			.trclick{
				background-color: #005500; /*disable highlight col for now*/
			}
			div.logo{
				overflow: auto;
				white-space: nowrap;
				display:inline;
				float:none;
			}
			img.beelogo, img.microbeelogo {
				width: unset;
				height: unset;
				display: inline;
			}





			
			
			
			

			::selection {
				color: #000000;
				background: #66FF66; /* WebKit/Blink Browsers */
			    text-shadow: none;
			}
			::-moz-selection {
				color: #000000;
				background: #66FF66; /* Gecko Browsers */
			    text-shadow: none;

			}

			img::selection {
				background: initial;
				color:initial;
			    text-shadow: none;
			}


			/* width */
				::-webkit-scrollbar {
				width: 10px;
			}

			/* Track */
				::-webkit-scrollbar-track {
				background: #009900;
			}

			/* Handle */
				::-webkit-scrollbar-thumb {
				background: #66FF66;
			}

			/* Handle on hover */
				::-webkit-scrollbar-thumb:hover {
				background: #000000;
			}





			A:link { color: #66FF66;}          /* unvisited link */
			A:visited { color: #009900;}        /* visited links */
			A:active { color: #66FF66; background: #000000; text-shadow: none;}        /* active links */
			U:hover, A:hover { 
				color: #000000; 
				background: #66FF66;
			    text-shadow: none;
			}




#breadcrumb {
    float: none;
}





			p#xfade_images_controls {
				text-align:center;
			}
			#xfade_images_controls span {
				cursor:pointer;
			}
			#xfade_images {
				height: 350px;
				width: 203px;
			}
			#xfade_images img {

				-webkit-transition: opacity 1s ease-in-out;
				-moz-transition: opacity 1s ease-in-out;
				-o-transition: opacity 1s ease-in-out;
				transition: opacity 1s ease-in-out;
				opacity:0;
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
				filter: alpha(opacity=0);
			}
			#xfade_images img.opaque {
				opacity:1;
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha(opacity=1);
			}

			#xfade_images_controls span.selected { font-weight:bold; }





			body {
				margin: 0;
				padding: 0;
			}
			#container {
				margin: 0;
				padding: 0;
				width: 100%;
				height: 600px;
			}
			#left {
				float: left;
				width: auto;
				margin: 0;
				padding: 0;
				z-index: 0;
			}
#right {
    position: relative;
    float: right;
    width: auto;
    font-family: "fixedsys";
    margin: 0;
    padding: 0;
    z-index: 1;
}
			.clear {
				height: 0;
				font-size: 1px;
				margin: 0;
				padding: 0;
				line-height: 0;
				clear: both;
			}



div {
    float: left;
    display: inline;
    width: 300px;
}
			.beescreen {
				position: absolute;
				width: 450px;
				margin-top: -47px;
				z-index: -1;
			}

			.fadein img {
				-webkit-animation-name: fade;
				-webkit-animation-iteration-count: infinite;
				-webkit-animation-duration: 6s;
				animation-name: fade;
				animation-iteration-count: infinite;
				animation-duration: 6s;
			}

			@-webkit-keyframes fade {
				0% {opacity: 0;}
				20% {opacity: 1;}
				33% {opacity: 1;}
				53% {opacity: 0;}
				100% {opacity: 0;}
			}
			@keyframes fade {
				0% {opacity: 0;}
				20% {opacity: 1;}
				33% {opacity: 1;}
				53% {opacity: 0;}
				100% {opacity: 0;}
			}

			/*#PPC83SM_col {
			}
			#PPC83SM_mon {
				-webkit-animation-delay: -6s;
			}*/


			#bee_mon_fs {
			}
			#M15_mon_FS {
				-webkit-animation-delay: -6s;
			}

			pre#pre_intro {
				overflow-x: hidden;
				overflow-y: scroll;
				width: fit-content;
				height: 40%;
			}
			pre#pre_network {
				overflow-x: hidden;
				overflow-y: scroll;
				width: fit-content;
				height: 40%;
			}

			img#kb {
				height: 220px;
				width: 542px;
				left: 56px;
				position: relative;
				top: -48px;
			}
