body {  position: relative;
	background-color: #000000;
	font-family: Microgramma, Tahoma, Geneve, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #00DD00;
        height:90%;
        overflow: hidden; /* Hide scrollbars */
        }

#content { 
        position:absolute; 
        top:0px;    
        left:0px; 
        height:104%;
        width:105%; 
        overflow:auto; 
        }

#contentleft { 
        float:left;
        height:104%;
        width:33%; 
        overflow:none; 
        }

#contentmid { 
        float:left; 
        height:104%;
        width:33%; 
        overflow:none; }

#contentright { 
        float:left;
        height:104%;
        width:34%; 
        overflow:none; 
        }

#contentlefthalf { 
        float:left;
        height:100%;
        width:50%; 
        overflow:none; 
        }

td {
	font-family: Microgramma, Tahoma, Geneve, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #00DD00;
} 

th {
    background-color: #222222;
	font-family: Microgramma, Tahoma, Geneve, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #00FF00;}

a {
	color: #00FF00;
	text-decoration: none;
}

form {
	background-color: #222222;
}

.titel1 {
	font-family: Microgramma, Tahoma, Geneve, sans-serif;
        font-size: 24px;
	line-height: 30px;
        background-color: #555555;
	color: #00FF00;
}

.subtitle {
	font-family: Arial;
	font-size: 32px;
	line-height: 0;
	margin-top: 15px;
        margin-bottom: 20px;
	text-align: center;
        font-weight: bold;
        color: #4444FF;
}

.header {
	font-family: Microgramma, Tahoma, Geneve, sans-serif;
	font-size: 24px;
	background-color: #555555;
        color: #DCDCDC;
}

.headline {
	FONT-Size: 90%; 
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	FONT-WEIGHT: bold; 
	FONT-FAMILY: Arial; 
	BACKGROUND-COLOR: #333333;
}

.nav {
	font-family: Microgramma, Tahoma, Geneve, sans-serif;
	font-size: 14px;
        font-weight: bold;
	background-color: #CCCCCC;
}

.navLink {
	font-family: Microgramma, Tahoma, Geneve, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family: Microgramma, Tahoma, Geneve, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
}

.sidebarHeader {
	font-family: Microgramma, Tahoma, Geneve, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #339999;
}

.sidebarFooter {
	font-family: Microgramma, Tahoma, Geneve, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}

.footer {
  font-family: Microgramma, Tahoma, Geneve, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;
}

.legal {
	font-family: Microgramma, Tahoma, Geneve, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
   border-style: ridge;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
  background-color: #336699;
}

.dingbat {
	font-family: Microgramma, Tahoma, Geneve, sans-serif;
	background-color: #99CC99;
        color: #006666; 
	font-weight: bolder;
	font-size: medium;
}

a:hover {
        color: #ffff00;
	text-decoration: underline;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

p {font-family: Arial, Helvetica, sans-serif;
        font-size: 24px;  
        line-height: 24px;
}

form {
        background-color: #bbbbbb;
}

.title {
        font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
        line-height: 30px;
    background-color: #bbbbbb;
        color: #000000;
}

 /* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}
 
/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;  
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;   
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}
 
/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
 
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
} 
