body, table, tr, td, p, b, ul, li, blockquote { font-family: sans-serif; font-size: 12px;line-height: 115%}

a:link
	{
	font-family: sans-serif;
/* 	font-size: 12px; */
	text-decoration: underline;
	color: #253AC2;
	line-height: 100%;
	}

a:visited
	{ font-family: sans-serif;
/* 	font-size: 12px; */
	text-decoration: underline;
	color: #253AC2;
	line-height: 100%;
	}
	
a:hover
	{
	color: #696004;
	text-decoration: underline;
	line-height: 100%;
	}



 body {
  behavior:url(/htc/csshover.htc);
}

	
/* customized tool tips */

 body {
  behavior:url(/htc/csshover.htc);
}

span.info:hover span.tooltip { /*the span will display just on :hover state*/
  display:block;
  position:absolute;
  top:2em; left:2em; width:15em;
  border:1px solid black;
  background-color:white;
  color:#000;
  font-size:8pt;
  text-align:center;
}
/* end customized tool tips */	
