@charset "iso-8859-1";
.bright {
	position: fixed;
	right: 0px;
	bottom: 0px;
}
.bleft {
    position: absolute;
	left: 58px;
	top: 35px;
	overflow: hidden;
	overflow-x: hidden;
	height: auto;
    width: 75%;
	text-align: left;
	direction: ltr;
	}
	
.text {
        direction:ltr;
      }
	  
.menu {
    position: absolute;
	top: 0px;
	right: 0px;
}

div#navbar2 {
	height: 30px;
	width: 100%;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	background-color: #000000;
}
div#navbar2 ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	line-height: 30px;
	white-space: nowrap;
}
div#navbar2 li {
	list-style-type: none;
	display: inline;
}
div#navbar2 li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #FFF;
}
div#navbar2 lia:link {
	color: #FFF:
}
div#navbar2 lia:visited {
	color: #FFF;
}
div#navbar2 li a:hover {
	color: #000000;
	background-color: #ff00ff;
	border-top: solid #ff00ff 1px;
	border-bottom: solid #cd9acd 1px;
}


.h1{
	font-size:18px;
	font-family: "Arial";
}

.footer {
	font-size:x-small;
	}
	
body,td,th {
	color: #000000;
	font-family: "Arial";
    scrollbar-face-color: #0099CC;
    scrollbar-shadow-color : #FFFFFF;
    scrollbar-highlight-color : #0098CC;
    scrollbar-3dlight-color : #0097CC;
    scrollbar-darkshadow-color : #0096CC;
    scrollbar-track-color : #0099CC;
    scrollbar-arrow-color : #000000;
}
