/*
body    
	{
 	font-family : Verdana, Geneva, Arial;
	background-color: #E1E8E6;
	font-size	:	14px;
	}
a 
	{
	color		:	 #D82898;
	text-decoration	:	none;
	font-style	:	italic;
	font-size	:	14px;
	}
a:hover
	{
	color		:	#676A69;
	text-decoration	:	none;
	font-style	:	italic;
	font-size	:	14px;
	}
img
	{
	border-style:none;
	}
*/
a.abstract
        {
        color           :       #FF0000;
        text-decoration :       none;
	font-size	:	-1;
/*        font-style      :       normal;*/
        }

a.abstract:hover
        {
        color           :       #444739;
        text-decoration :       none;
        font-style      :       italic;
/*	font-size	:	14px; */
     /*   background-color:       #21B1D5;*/
        }

a.abstract span 
	{
       	display          :       none;
   	}

a.abstract:hover span 
	{
       	display         :       block;
     /*  	position        :       absolute;
       	z-index         :       500;
        top             :       20px;
        left            :       -580px;*/
       	border-style    :       solid;
       	border-width    :       2px;
        color           :       #222222;
       	border-color    :       #646464;
       	padding-left    :       15px;
       	padding-top     :       15px;
       	padding-bottom  :       15px;
       	padding-right   :       15px;
       	width           :       95%;  /*620px;*/
       	background-color:       #FFFFFF;
	text-align	:	justify;
   	}
