a

{

  text-decoration: underline;

	color: #1754FF;

	border-style: dotted;

  border-color: #FF4800;

  border-bottom-width: 0px;

  border-top-width: 0px;

  border-left-width: 0px;

  border-right-width: 0px;

}

a:hover

{
  text-decoration: none;
  color: #1754FF;

	border-style: dotted;

  border-color: #FF4800;

  border-bottom-width: 0px;

  border-top-width: 0px;

  border-left-width: 0px;

  border-right-width: 0px;

}

#wrapper
{
  margin-top: 10px;
	margin-left: 115px;
}

#header
{
  background: url(images/dst_01.gif) no-repeat;
	height: 65px;
}

#area
{
  padding: 10px 0 0 0;
	background: url(images/dst_02.gif);
	width: 486px;
}

#area td.first 
{
  width: 250px;
  height: 25px;
	padding: 3px 0 3px 3px;
}

#area td.second 
{
  background-color: #E7F1F7;
  width: 60px;
	height: 25px;
	text-align: center;
}

#area td.third 
{
  width: 40px;
	height: 25px;
	text-align: center;
}

#area td.fourth
{
  background-color: #E0E0E0;
  width: 20px;
	height: 25px;
	text-align: left;
	font-size: 11px;
	padding: 0 0 0 2px;
}

#area td.fifth
{
  background-color: #FFFEE1;
  width: 60px;
	height: 25px;
	text-align: center;
	font-size: 11px;
}

#area td.sixth
{
	background-color: #E3FFE6;
  width: 20px;
	height: 25px;
	text-align: center;
	font-size: 11px;
}

#area td.firstt 
{
  width: 250px;
  height: 25px;
	background-color: #D1D1D1;
	padding: 3px 0 3px 3px;
	font-weight: bold;
}

#area td.secondt
{
	background-color: #D1D1D1;
  width: 60px;
	height: 25px;
	text-align: center;
	font-weight: bold;
}

#area td.thirdt 
{
  width: 40px;
	height: 25px;
	text-align: center;
	background-color: #D1D1D1;
	font-weight: bold;
}

#area td.fourtht
{
	background-color: #D1D1D1;
  width: 20px;
	height: 25px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}

#area td.fiftht
{
  background-color: #D1D1D1;
  width: 60px;
	height: 25px;
	text-align: center;
	font-weight: bold;
}

#area td.sixtht
{
	background-color: #D1D1D1;
  width: 20px;
	height: 25px;
	text-align: left;
	font-weight: bold;
}

#area table.borders
{
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}

#footer
{
  background: url(images/dst_03.gif) no-repeat;
	height: 11px;
}

.ctype {
  background-color: #FFFEE1;
}

a.info 
{

position:relative; /*this is the key*/

z-index:24; 

background-color:#FFFEE1;

color:#000;

text-decoration:none;

}

a.info:hover  
{

z-index:25; 

background-color:#FFFEE1;

}

a.info span 
{

display:none;

}

a.info:hover span
{ 

display:block;

position:absolute;

top:2em; 

left:2em; 

width:20em;

border:1px solid #000;

background-color:#F8F8CB; 

color:#000;

text-align:left;

padding:6px;

}

.hide 
{
  visibility: hidden;
}

.bold 
{
  font-weight: bold;
}
