/* Main Selectors */
body {
	background: #6D3C11 url(ripple.gif) repeat-x;
	color: #0C5946;
  	font-family: garamond, times;
	margin: 3px;

}

a, a:visited {
	background-color: transparent;
	color: #1B1A00;
	text-decoration: none;
}

a:hover {
	background-color: transparent;
	color: #009965;
	text-decoration: none;


}

.a1
{
  	font-size: 10pt;
  	font-family: sans-serif,arial,helvetica;
}


.h2
{
  	font-size: 24pt;
  	font-family: sans-serif,arial,helvetica;
}

.ggg
 {
  float: left;
  width:770px;
  height:200px;
  border:0px solid #FCFE13;
 padding-right: 0px;
  padding-top: 8px;
}

.smallggg
 {
  float: left;
  width:770px;
  height:100px;
  border:1px solid #FCFE13;
 padding-right: 0px;
  padding-top: 8px;
}

.fronttext {
  text-align: left;
  float: left;
  width: 770px;
  height:200px;
  border:0px solid #FCFE13;
  overflow: auto;
  top: 30px;
  padding-top: 10px;
  line-height: 18pt;
}

.subtext {
  text-align: left;
  float: left;
  width: 770px;
  height:400px;
  border:0px solid #FCFE13;
  overflow: auto;
  top: 30px;
  padding-top: 10px;
  line-height: 18pt;
}


#footer {
width: 680px;
font-family: arial;
color: #000000;
text-align: center;
height: 10px;
font-size: 8pt;
padding-top: 5px;
margin: 0 0 0 0;
}


#popitmenu{
position: absolute;
background-color:  #D1BC82;
border:1px solid #C7A956;
font: normal 14px garamond;
line-height: 18px;
z-index: 100;
visibility: hidden;
text-align: left;

}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
width: 150px;

}

#popitmenu a:hover{ /*hover background color*/
background-color: #C7A956;
}


=================================
 start of Tooltip css code here
================================= */
a.info{
    position:absolute;           /*this is the key*/
    z-index:24; 
	background-color: ;    /* 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;
	}
/*



