<!--

#footbar {
width: 100%;
height: 42px;
position: fixed;
left: 0px;
bottom: 0px;
z-index: 10;}

.footbaropacity {
border: none;
width: 100%;
height: 20px;}

.fopacity {
background-color: #e0ebff;
position: absolute;
left: 0px;
width: 100%;
height: 1px;
border: none;}

#footbarbottom {
border: 1px solid green;
background-color: #90EE90;
width: 100%;
height: 22px;}

.footbarleft {
border: none;
padding: 0px;
margin: 0px;
position: relative;
left: 0px;
bottom: 0px;
float: left;}

.footbarcenter {
border: none;
padding: 0px;
margin: 0px;
position: relative;
left: 0%;
bottom: 0px;
float: left;}

.footbarright {
border: none;
padding: 0px;
margin: 0px;
position: relative;
right: 0px;
bottom: 0px;
float: right;}

.footbartext {
margin-top: 4px;
margin-bottom: 4px;
margin-left: 15px;
margin-right: 15px;
color: green;
text-shadow: 1px 1px 1px orange;
font-family: verdana;
font-size: 12px;
font-weight: bold;}


.footbarlink, .footbarpopup {
cursor: pointer;
color: green;
text-decoration: none;}
.footbarlink:hover, .footbarpopup:hover {
cursor: pointer;
color: #619bff;
text-decoration: none;}

-->