/* Main Selectors */
body {
	background: #E0E999 url(ripple.gif) repeat-x;
	color: #000000;
  	font-family: sans-serif,arial,helvetica;
	font-size: 10pt;
	margin: 0;
}

a, a:visited {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
        font-weight: bold;
}

a:hover {
	background-color: transparent;
	color: #E7E736;
	text-decoration: none;


}

.a1
{
  	font-size: 10pt;
  	font-family: sans-serif,arial,helvetica;
}


h1{
color: #E7E736;
text-align: left;
font-size: 18pt;
letter-spacing: -.05em;
font-family: Arial, Helvetica, sans-serif;
}

h2{
color: #ffffff;
text-align: right;
font-size: 14pt;
letter-spacing: -.05em;
font-family: Arial, Helvetica, sans-serif;
}


.ggg
 {
 position: relative;
  width:800px;
  height:550px;
  border:0px solid #FCFE13;
 padding-right: 0px;
  padding-top: 0px;
overflow:auto;
top: -60px;
left: 0px;
  text-align: left;
  color: #ffffff;
}

.fronttext {
  text-align: left;
  position: relative;
  float: right;
  width: 540px;
  height:345px;
  border:0px solid #FCFE13;
  overflow: auto;
  top: 20px;
  left: -60px;
  padding-top: 10px;
  padding-left: 10px;
  line-height: 14pt;
  a, a visited: bold;

}


#popitmenu{
position: absolute;
background-color: #99CC67;
border:1px solid #CC6633;
font: normal 12px sans-serif;
line-height: 18px;
z-index: 100;
visibility: hidden;
text-align: left;

}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
text-align: left;
width: 150px;

}

#popitmenu a:hover{ /*hover background color*/
background-color: #FFFFCC;
}


=================================
 start of Tooltip css code here
================================= */
a.info{
    position:absolute;           /*this is the key*/
    z-index:24; 
	background-color:#eeeec0;    /* background colour of display text */
	border: 1px dashed #cccc99;
    color:#000000;               /* colour of display text */
    text-decoration:none;
	font-style:regular;
	}

a.info:hover {
			 z-index:25; 
			 background-color:#ffff66;

			 }

a.info span{
	   display: none;  /* hide the span text using this css */
	   }

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top: 120px;       /* offset of the tooltip from the top */
	left:53%;      /* offset of the tooltip from the left */
	width:298px;
    border:1px solid #CC6633; /* border colour */
    background-color:#ffff99; /* background colour here */
    color:#000000;         /* text colour */
    text-align: left;
    font-size: 12px;
	text-indent: 0px;
    padding: 5px;
	}
/*


