BODY {
     background: #FFFFFF;
     color : Black;
     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
     font-size: 10pt;
     text-align: left;
}

h1.huge {
   font-size: 28px; font-weight: normal;
   color: #209000;
}

h1 {
   font-size: 20px; font-weight: normal;
   color: #404040;
}

H2 {
   font-size: 12pt;
}

H3 {
   font-size: 12pt;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H4 {
   font-size: small;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

td {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

th {
   font-family: Arial, Helvetica, sans-serif;
}

a.info {
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none;
}

a.info:hover {
  z-index:25; 
  background-color:#ff0
}

a.info span {
  display: none;
}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width: 15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center
}

a {text-decoration: underline; color: #005200;}
a:hover {color: #000052;}

.footer-text {
	font-size: x-small; 
	color:#555555;
}

.membertd {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	background-color:#B0FDBB;
}

.membertdbold {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	background-color:#B0FDBB;
}
.admintd {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	background-color:#B0CBFD;
	border: solid thin; border-width: 1px; border-color: #000000;
}

.formlabel {
}

.formlabelbold {
	font-weight: bold;
}

.menu2 { 
    background-color: #E9E9E9; 
    color: inherit; 
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; 
    font-weight: bold; 
    font-size: smaller

}

.bktable {
	float: center;
}

.bkhdr td, .bktr0 td, .bktr1 td {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
}

.bkhdr td {
	background-color: #777777;
	color: #ffffff;
	font-weight: bold;
}

.bktr0 td {
	background-color: #dddddd;
}

.bktr1 td {
        background-color: #ffffff;
}

.otostuff td {
	vertical-align: top;
}

.otocomp {	
	background-color: #cccccc;
}

.otocomp td {
	text-align: center;
	background-color: white;
	padding: 3px;
	padding-left: 8px;
	padding-right: 8px;
}

